We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.eventschemas.getSchema
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::EventSchemas::Schema
Using getSchema
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSchema(args: GetSchemaArgs, opts?: InvokeOptions): Promise<GetSchemaResult>
function getSchemaOutput(args: GetSchemaOutputArgs, opts?: InvokeOptions): Output<GetSchemaResult>def get_schema(schema_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchemaResult
def get_schema_output(schema_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchemaResult]func LookupSchema(ctx *Context, args *LookupSchemaArgs, opts ...InvokeOption) (*LookupSchemaResult, error)
func LookupSchemaOutput(ctx *Context, args *LookupSchemaOutputArgs, opts ...InvokeOption) LookupSchemaResultOutput> Note: This function is named LookupSchema in the Go SDK.
public static class GetSchema
{
public static Task<GetSchemaResult> InvokeAsync(GetSchemaArgs args, InvokeOptions? opts = null)
public static Output<GetSchemaResult> Invoke(GetSchemaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSchemaResult> getSchema(GetSchemaArgs args, InvokeOptions options)
public static Output<GetSchemaResult> getSchema(GetSchemaArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:eventschemas:getSchema
arguments:
# arguments dictionaryThe following arguments are supported:
- Schema
Arn string - The ARN of the schema.
- Schema
Arn string - The ARN of the schema.
- schema
Arn String - The ARN of the schema.
- schema
Arn string - The ARN of the schema.
- schema_
arn str - The ARN of the schema.
- schema
Arn String - The ARN of the schema.
getSchema Result
The following output properties are available:
- Content string
- The source of the schema definition.
- Description string
- A description of the schema.
- Last
Modified string - The last modified time of the schema.
- Schema
Arn string - The ARN of the schema.
- Schema
Version string - The version number of the schema.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags associated with the resource.
- Type string
- The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- Version
Created stringDate - The date the schema version was created.
- Content string
- The source of the schema definition.
- Description string
- A description of the schema.
- Last
Modified string - The last modified time of the schema.
- Schema
Arn string - The ARN of the schema.
- Schema
Version string - The version number of the schema.
- Tag
- Tags associated with the resource.
- Type string
- The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- Version
Created stringDate - The date the schema version was created.
- content String
- The source of the schema definition.
- description String
- A description of the schema.
- last
Modified String - The last modified time of the schema.
- schema
Arn String - The ARN of the schema.
- schema
Version String - The version number of the schema.
- List<Tag>
- Tags associated with the resource.
- type String
- The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- version
Created StringDate - The date the schema version was created.
- content string
- The source of the schema definition.
- description string
- A description of the schema.
- last
Modified string - The last modified time of the schema.
- schema
Arn string - The ARN of the schema.
- schema
Version string - The version number of the schema.
- Tag[]
- Tags associated with the resource.
- type string
- The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- version
Created stringDate - The date the schema version was created.
- content str
- The source of the schema definition.
- description str
- A description of the schema.
- last_
modified str - The last modified time of the schema.
- schema_
arn str - The ARN of the schema.
- schema_
version str - The version number of the schema.
- Sequence[root_Tag]
- Tags associated with the resource.
- type str
- The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- version_
created_ strdate - The date the schema version was created.
- content String
- The source of the schema definition.
- description String
- A description of the schema.
- last
Modified String - The last modified time of the schema.
- schema
Arn String - The ARN of the schema.
- schema
Version String - The version number of the schema.
- List<Property Map>
- Tags associated with the resource.
- type String
- The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
- version
Created StringDate - The date the schema version was created.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
