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

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.SchemaMapping

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

    Create SchemaMapping Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SchemaMapping(name: string, args: SchemaMappingArgs, opts?: CustomResourceOptions);
    @overload
    def SchemaMapping(resource_name: str,
                      args: SchemaMappingArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def SchemaMapping(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      mapped_input_fields: Optional[Sequence[SchemaMappingSchemaInputAttributeArgs]] = None,
                      schema_name: Optional[str] = None,
                      description: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewSchemaMapping(ctx *Context, name string, args SchemaMappingArgs, opts ...ResourceOption) (*SchemaMapping, error)
    public SchemaMapping(string name, SchemaMappingArgs args, CustomResourceOptions? opts = null)
    public SchemaMapping(String name, SchemaMappingArgs args)
    public SchemaMapping(String name, SchemaMappingArgs args, CustomResourceOptions options)
    
    type: aws-native:entityresolution:SchemaMapping
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SchemaMappingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SchemaMappingArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SchemaMappingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SchemaMappingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SchemaMappingArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SchemaMapping Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The SchemaMapping resource accepts the following input properties:

    MappedInputFields List<Pulumi.AwsNative.EntityResolution.Inputs.SchemaMappingSchemaInputAttribute>
    The SchemaMapping attributes input
    SchemaName string
    The name of the SchemaMapping
    Description string
    The description of the SchemaMapping
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource.
    MappedInputFields []SchemaMappingSchemaInputAttributeArgs
    The SchemaMapping attributes input
    SchemaName string
    The name of the SchemaMapping
    Description string
    The description of the SchemaMapping
    Tags TagArgs
    The tags used to organize, track, or control access for this resource.
    mappedInputFields List<SchemaMappingSchemaInputAttribute>
    The SchemaMapping attributes input
    schemaName String
    The name of the SchemaMapping
    description String
    The description of the SchemaMapping
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    mappedInputFields SchemaMappingSchemaInputAttribute[]
    The SchemaMapping attributes input
    schemaName string
    The name of the SchemaMapping
    description string
    The description of the SchemaMapping
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    mapped_input_fields Sequence[SchemaMappingSchemaInputAttributeArgs]
    The SchemaMapping attributes input
    schema_name str
    The name of the SchemaMapping
    description str
    The description of the SchemaMapping
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource.
    mappedInputFields List<Property Map>
    The SchemaMapping attributes input
    schemaName String
    The name of the SchemaMapping
    description String
    The description of the SchemaMapping
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SchemaMapping resource produces the following output properties:

    CreatedAt string
    HasWorkflows bool
    Id string
    The provider-assigned unique ID for this managed resource.
    SchemaArn string
    UpdatedAt string
    CreatedAt string
    HasWorkflows bool
    Id string
    The provider-assigned unique ID for this managed resource.
    SchemaArn string
    UpdatedAt string
    createdAt String
    hasWorkflows Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    schemaArn String
    updatedAt String
    createdAt string
    hasWorkflows boolean
    id string
    The provider-assigned unique ID for this managed resource.
    schemaArn string
    updatedAt string
    created_at str
    has_workflows bool
    id str
    The provider-assigned unique ID for this managed resource.
    schema_arn str
    updated_at str
    createdAt String
    hasWorkflows Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    schemaArn String
    updatedAt String

    Supporting Types

    SchemaMappingSchemaAttributeType, SchemaMappingSchemaAttributeTypeArgs

    Name
    NAME
    NameFirst
    NAME_FIRST
    NameMiddle
    NAME_MIDDLE
    NameLast
    NAME_LAST
    Address
    ADDRESS
    AddressStreet1
    ADDRESS_STREET1
    AddressStreet2
    ADDRESS_STREET2
    AddressStreet3
    ADDRESS_STREET3
    AddressCity
    ADDRESS_CITY
    AddressState
    ADDRESS_STATE
    AddressCountry
    ADDRESS_COUNTRY
    AddressPostalcode
    ADDRESS_POSTALCODE
    Phone
    PHONE
    PhoneNumber
    PHONE_NUMBER
    PhoneCountrycode
    PHONE_COUNTRYCODE
    EmailAddress
    EMAIL_ADDRESS
    UniqueId
    UNIQUE_ID
    Date
    DATE
    String
    STRING
    ProviderId
    PROVIDER_ID
    SchemaMappingSchemaAttributeTypeName
    NAME
    SchemaMappingSchemaAttributeTypeNameFirst
    NAME_FIRST
    SchemaMappingSchemaAttributeTypeNameMiddle
    NAME_MIDDLE
    SchemaMappingSchemaAttributeTypeNameLast
    NAME_LAST
    SchemaMappingSchemaAttributeTypeAddress
    ADDRESS
    SchemaMappingSchemaAttributeTypeAddressStreet1
    ADDRESS_STREET1
    SchemaMappingSchemaAttributeTypeAddressStreet2
    ADDRESS_STREET2
    SchemaMappingSchemaAttributeTypeAddressStreet3
    ADDRESS_STREET3
    SchemaMappingSchemaAttributeTypeAddressCity
    ADDRESS_CITY
    SchemaMappingSchemaAttributeTypeAddressState
    ADDRESS_STATE
    SchemaMappingSchemaAttributeTypeAddressCountry
    ADDRESS_COUNTRY
    SchemaMappingSchemaAttributeTypeAddressPostalcode
    ADDRESS_POSTALCODE
    SchemaMappingSchemaAttributeTypePhone
    PHONE
    SchemaMappingSchemaAttributeTypePhoneNumber
    PHONE_NUMBER
    SchemaMappingSchemaAttributeTypePhoneCountrycode
    PHONE_COUNTRYCODE
    SchemaMappingSchemaAttributeTypeEmailAddress
    EMAIL_ADDRESS
    SchemaMappingSchemaAttributeTypeUniqueId
    UNIQUE_ID
    SchemaMappingSchemaAttributeTypeDate
    DATE
    SchemaMappingSchemaAttributeTypeString
    STRING
    SchemaMappingSchemaAttributeTypeProviderId
    PROVIDER_ID
    Name
    NAME
    NameFirst
    NAME_FIRST
    NameMiddle
    NAME_MIDDLE
    NameLast
    NAME_LAST
    Address
    ADDRESS
    AddressStreet1
    ADDRESS_STREET1
    AddressStreet2
    ADDRESS_STREET2
    AddressStreet3
    ADDRESS_STREET3
    AddressCity
    ADDRESS_CITY
    AddressState
    ADDRESS_STATE
    AddressCountry
    ADDRESS_COUNTRY
    AddressPostalcode
    ADDRESS_POSTALCODE
    Phone
    PHONE
    PhoneNumber
    PHONE_NUMBER
    PhoneCountrycode
    PHONE_COUNTRYCODE
    EmailAddress
    EMAIL_ADDRESS
    UniqueId
    UNIQUE_ID
    Date
    DATE
    String
    STRING
    ProviderId
    PROVIDER_ID
    Name
    NAME
    NameFirst
    NAME_FIRST
    NameMiddle
    NAME_MIDDLE
    NameLast
    NAME_LAST
    Address
    ADDRESS
    AddressStreet1
    ADDRESS_STREET1
    AddressStreet2
    ADDRESS_STREET2
    AddressStreet3
    ADDRESS_STREET3
    AddressCity
    ADDRESS_CITY
    AddressState
    ADDRESS_STATE
    AddressCountry
    ADDRESS_COUNTRY
    AddressPostalcode
    ADDRESS_POSTALCODE
    Phone
    PHONE
    PhoneNumber
    PHONE_NUMBER
    PhoneCountrycode
    PHONE_COUNTRYCODE
    EmailAddress
    EMAIL_ADDRESS
    UniqueId
    UNIQUE_ID
    Date
    DATE
    String
    STRING
    ProviderId
    PROVIDER_ID
    NAME
    NAME
    NAME_FIRST
    NAME_FIRST
    NAME_MIDDLE
    NAME_MIDDLE
    NAME_LAST
    NAME_LAST
    ADDRESS
    ADDRESS
    ADDRESS_STREET1
    ADDRESS_STREET1
    ADDRESS_STREET2
    ADDRESS_STREET2
    ADDRESS_STREET3
    ADDRESS_STREET3
    ADDRESS_CITY
    ADDRESS_CITY
    ADDRESS_STATE
    ADDRESS_STATE
    ADDRESS_COUNTRY
    ADDRESS_COUNTRY
    ADDRESS_POSTALCODE
    ADDRESS_POSTALCODE
    PHONE
    PHONE
    PHONE_NUMBER
    PHONE_NUMBER
    PHONE_COUNTRYCODE
    PHONE_COUNTRYCODE
    EMAIL_ADDRESS
    EMAIL_ADDRESS
    UNIQUE_ID
    UNIQUE_ID
    DATE
    DATE
    STRING
    STRING
    PROVIDER_ID
    PROVIDER_ID
    "NAME"
    NAME
    "NAME_FIRST"
    NAME_FIRST
    "NAME_MIDDLE"
    NAME_MIDDLE
    "NAME_LAST"
    NAME_LAST
    "ADDRESS"
    ADDRESS
    "ADDRESS_STREET1"
    ADDRESS_STREET1
    "ADDRESS_STREET2"
    ADDRESS_STREET2
    "ADDRESS_STREET3"
    ADDRESS_STREET3
    "ADDRESS_CITY"
    ADDRESS_CITY
    "ADDRESS_STATE"
    ADDRESS_STATE
    "ADDRESS_COUNTRY"
    ADDRESS_COUNTRY
    "ADDRESS_POSTALCODE"
    ADDRESS_POSTALCODE
    "PHONE"
    PHONE
    "PHONE_NUMBER"
    PHONE_NUMBER
    "PHONE_COUNTRYCODE"
    PHONE_COUNTRYCODE
    "EMAIL_ADDRESS"
    EMAIL_ADDRESS
    "UNIQUE_ID"
    UNIQUE_ID
    "DATE"
    DATE
    "STRING"
    STRING
    "PROVIDER_ID"
    PROVIDER_ID

    SchemaMappingSchemaInputAttribute, SchemaMappingSchemaInputAttributeArgs

    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, TagArgs

    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