aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.personalize.getSchema

Resource schema for AWS::Personalize::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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:personalize:getSchema
  arguments:
    # arguments dictionary

The following arguments are supported:

SchemaArn string

Arn for the schema.

SchemaArn string

Arn for the schema.

schemaArn String

Arn for the schema.

schemaArn string

Arn for the schema.

schema_arn str

Arn for the schema.

schemaArn String

Arn for the schema.

getSchema Result

The following output properties are available:

SchemaArn string

Arn for the schema.

SchemaArn string

Arn for the schema.

schemaArn String

Arn for the schema.

schemaArn string

Arn for the schema.

schema_arn str

Arn for the schema.

schemaArn String

Arn for the schema.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0