1. Packages
  2. AWS Native
  3. API Docs
  4. entityresolution
  5. getSchemaMapping

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.entityresolution.getSchemaMapping

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    SchemaMapping defined in AWS Entity Resolution service

    Using getSchemaMapping

    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 getSchemaMapping(args: GetSchemaMappingArgs, opts?: InvokeOptions): Promise<GetSchemaMappingResult>
    function getSchemaMappingOutput(args: GetSchemaMappingOutputArgs, opts?: InvokeOptions): Output<GetSchemaMappingResult>
    def get_schema_mapping(schema_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSchemaMappingResult
    def get_schema_mapping_output(schema_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetSchemaMappingResult]
    func LookupSchemaMapping(ctx *Context, args *LookupSchemaMappingArgs, opts ...InvokeOption) (*LookupSchemaMappingResult, error)
    func LookupSchemaMappingOutput(ctx *Context, args *LookupSchemaMappingOutputArgs, opts ...InvokeOption) LookupSchemaMappingResultOutput

    > Note: This function is named LookupSchemaMapping in the Go SDK.

    public static class GetSchemaMapping 
    {
        public static Task<GetSchemaMappingResult> InvokeAsync(GetSchemaMappingArgs args, InvokeOptions? opts = null)
        public static Output<GetSchemaMappingResult> Invoke(GetSchemaMappingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSchemaMappingResult> getSchemaMapping(GetSchemaMappingArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:entityresolution:getSchemaMapping
      arguments:
        # arguments dictionary

    The following arguments are supported:

    SchemaName string
    The name of the SchemaMapping
    SchemaName string
    The name of the SchemaMapping
    schemaName String
    The name of the SchemaMapping
    schemaName string
    The name of the SchemaMapping
    schema_name str
    The name of the SchemaMapping
    schemaName String
    The name of the SchemaMapping

    getSchemaMapping Result

    The following output properties are available:

    CreatedAt string
    Description string
    The description of the SchemaMapping
    HasWorkflows bool
    MappedInputFields List<Pulumi.AwsNative.EntityResolution.Outputs.SchemaMappingSchemaInputAttribute>
    The SchemaMapping attributes input
    SchemaArn string
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags used to organize, track, or control access for this resource.
    UpdatedAt string
    CreatedAt string
    Description string
    The description of the SchemaMapping
    HasWorkflows bool
    MappedInputFields []SchemaMappingSchemaInputAttribute
    The SchemaMapping attributes input
    SchemaArn string
    Tags Tag
    The tags used to organize, track, or control access for this resource.
    UpdatedAt string
    createdAt String
    description String
    The description of the SchemaMapping
    hasWorkflows Boolean
    mappedInputFields List<SchemaMappingSchemaInputAttribute>
    The SchemaMapping attributes input
    schemaArn String
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    updatedAt String
    createdAt string
    description string
    The description of the SchemaMapping
    hasWorkflows boolean
    mappedInputFields SchemaMappingSchemaInputAttribute[]
    The SchemaMapping attributes input
    schemaArn string
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    updatedAt string
    created_at str
    description str
    The description of the SchemaMapping
    has_workflows bool
    mapped_input_fields Sequence[SchemaMappingSchemaInputAttribute]
    The SchemaMapping attributes input
    schema_arn str
    tags Sequence[root_Tag]
    The tags used to organize, track, or control access for this resource.
    updated_at str
    createdAt String
    description String
    The description of the SchemaMapping
    hasWorkflows Boolean
    mappedInputFields List<Property Map>
    The SchemaMapping attributes input
    schemaArn String
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource.
    updatedAt String

    Supporting Types

    SchemaMappingSchemaAttributeType

    SchemaMappingSchemaInputAttribute

    FieldName string
    Type Pulumi.AwsNative.EntityResolution.SchemaMappingSchemaAttributeType
    GroupName string
    MatchKey string
    SubType string
    The subtype of the Attribute. Would be required only when type is PROVIDER_ID
    FieldName string
    Type SchemaMappingSchemaAttributeType
    GroupName string
    MatchKey string
    SubType string
    The subtype of the Attribute. Would be required only when type is PROVIDER_ID
    fieldName String
    type SchemaMappingSchemaAttributeType
    groupName String
    matchKey String
    subType String
    The subtype of the Attribute. Would be required only when type is PROVIDER_ID
    fieldName string
    type SchemaMappingSchemaAttributeType
    groupName string
    matchKey string
    subType string
    The subtype of the Attribute. Would be required only when type is PROVIDER_ID
    field_name str
    type SchemaMappingSchemaAttributeType
    group_name str
    match_key str
    sub_type str
    The subtype of the Attribute. Would be required only when type is PROVIDER_ID

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi