We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.entityresolution.getSchemaMapping
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetSchemaMappingResult> getSchemaMapping(GetSchemaMappingArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:entityresolution:getSchemaMapping
  arguments:
    # arguments dictionaryThe 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
- MappedInput List<Pulumi.Fields Aws Native. Entity Resolution. Outputs. Schema Mapping Schema Input Attribute> 
- The SchemaMapping attributes input
- SchemaArn string
- 
List<Pulumi.Aws Native. 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
- MappedInput []SchemaFields Mapping Schema Input Attribute 
- The SchemaMapping attributes input
- SchemaArn string
- 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
- mappedInput List<SchemaFields Mapping Schema Input Attribute> 
- The SchemaMapping attributes input
- schemaArn String
- 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
- mappedInput SchemaFields Mapping Schema Input Attribute[] 
- The SchemaMapping attributes input
- schemaArn string
- 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_ Sequence[Schemafields Mapping Schema Input Attribute] 
- The SchemaMapping attributes input
- schema_arn str
- 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
- mappedInput List<Property Map>Fields 
- The SchemaMapping attributes input
- schemaArn String
- List<Property Map>
- The tags used to organize, track, or control access for this resource.
- updatedAt String
Supporting Types
SchemaMappingSchemaAttributeType    
SchemaMappingSchemaInputAttribute    
- field_name str
- type
SchemaMapping Schema Attribute Type 
- group_name str
- hashed bool
- match_key str
- sub_type str
- The subtype of the Attribute. Would be required only when type is PROVIDER_ID
- fieldName String
- type "NAME" | "NAME_FIRST" | "NAME_MIDDLE" | "NAME_LAST" | "ADDRESS" | "ADDRESS_STREET1" | "ADDRESS_STREET2" | "ADDRESS_STREET3" | "ADDRESS_CITY" | "ADDRESS_STATE" | "ADDRESS_COUNTRY" | "ADDRESS_POSTALCODE" | "PHONE" | "PHONE_NUMBER" | "PHONE_COUNTRYCODE" | "EMAIL_ADDRESS" | "UNIQUE_ID" | "DATE" | "STRING" | "PROVIDER_ID"
- groupName String
- hashed Boolean
- matchKey String
- subType String
- The subtype of the Attribute. Would be required only when type is PROVIDER_ID
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi