AWS Native v0.63.0, May 25 23
AWS Native v0.63.0, May 25 23
aws-native.glue.getSchemaVersion
Explore with Pulumi AI
This resource represents an individual schema version of a schema defined in Glue Schema Registry.
Using getSchemaVersion
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 getSchemaVersion(args: GetSchemaVersionArgs, opts?: InvokeOptions): Promise<GetSchemaVersionResult>
function getSchemaVersionOutput(args: GetSchemaVersionOutputArgs, opts?: InvokeOptions): Output<GetSchemaVersionResult>
def get_schema_version(version_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchemaVersionResult
def get_schema_version_output(version_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchemaVersionResult]
func LookupSchemaVersion(ctx *Context, args *LookupSchemaVersionArgs, opts ...InvokeOption) (*LookupSchemaVersionResult, error)
func LookupSchemaVersionOutput(ctx *Context, args *LookupSchemaVersionOutputArgs, opts ...InvokeOption) LookupSchemaVersionResultOutput
> Note: This function is named LookupSchemaVersion
in the Go SDK.
public static class GetSchemaVersion
{
public static Task<GetSchemaVersionResult> InvokeAsync(GetSchemaVersionArgs args, InvokeOptions? opts = null)
public static Output<GetSchemaVersionResult> Invoke(GetSchemaVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchemaVersionResult> getSchemaVersion(GetSchemaVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:glue:getSchemaVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Version
Id string Represents the version ID associated with the schema version.
- Version
Id string Represents the version ID associated with the schema version.
- version
Id String Represents the version ID associated with the schema version.
- version
Id string Represents the version ID associated with the schema version.
- version_
id str Represents the version ID associated with the schema version.
- version
Id String Represents the version ID associated with the schema version.
getSchemaVersion Result
The following output properties are available:
- Version
Id string Represents the version ID associated with the schema version.
- Version
Id string Represents the version ID associated with the schema version.
- version
Id String Represents the version ID associated with the schema version.
- version
Id string Represents the version ID associated with the schema version.
- version_
id str Represents the version ID associated with the schema version.
- version
Id String Represents the version ID associated with the schema version.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0