1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. entityresolution
  5. IdNamespace

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.entityresolution.IdNamespace

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

    IdNamespace defined in AWS Entity Resolution service

    Create IdNamespace Resource

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

    Constructor syntax

    new IdNamespace(name: string, args: IdNamespaceArgs, opts?: CustomResourceOptions);
    @overload
    def IdNamespace(resource_name: str,
                    args: IdNamespaceArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def IdNamespace(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    type: Optional[IdNamespaceType] = None,
                    description: Optional[str] = None,
                    id_mapping_workflow_properties: Optional[Sequence[IdNamespaceIdMappingWorkflowPropertiesArgs]] = None,
                    id_namespace_name: Optional[str] = None,
                    input_source_config: Optional[Sequence[IdNamespaceInputSourceArgs]] = None,
                    role_arn: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewIdNamespace(ctx *Context, name string, args IdNamespaceArgs, opts ...ResourceOption) (*IdNamespace, error)
    public IdNamespace(string name, IdNamespaceArgs args, CustomResourceOptions? opts = null)
    public IdNamespace(String name, IdNamespaceArgs args)
    public IdNamespace(String name, IdNamespaceArgs args, CustomResourceOptions options)
    
    type: aws-native:entityresolution:IdNamespace
    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 IdNamespaceArgs
    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 IdNamespaceArgs
    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 IdNamespaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    IdNamespace 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 IdNamespace resource accepts the following input properties:

    Type Pulumi.AwsNative.EntityResolution.IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId which all sourceIds will resolve to.

    Description string
    The description of the ID namespace.
    IdMappingWorkflowProperties List<Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceIdMappingWorkflowProperties>
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    IdNamespaceName string
    The name of the ID namespace.
    InputSourceConfig List<Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceInputSource>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource.
    Type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId which all sourceIds will resolve to.

    Description string
    The description of the ID namespace.
    IdMappingWorkflowProperties []IdNamespaceIdMappingWorkflowPropertiesArgs
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    IdNamespaceName string
    The name of the ID namespace.
    InputSourceConfig []IdNamespaceInputSourceArgs
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    Tags TagArgs
    The tags used to organize, track, or control access for this resource.
    type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId which all sourceIds will resolve to.

    description String
    The description of the ID namespace.
    idMappingWorkflowProperties List<IdNamespaceIdMappingWorkflowProperties>
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    idNamespaceName String
    The name of the ID namespace.
    inputSourceConfig List<IdNamespaceInputSource>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId which all sourceIds will resolve to.

    description string
    The description of the ID namespace.
    idMappingWorkflowProperties IdNamespaceIdMappingWorkflowProperties[]
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    idNamespaceName string
    The name of the ID namespace.
    inputSourceConfig IdNamespaceInputSource[]
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    roleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId which all sourceIds will resolve to.

    description str
    The description of the ID namespace.
    id_mapping_workflow_properties Sequence[IdNamespaceIdMappingWorkflowPropertiesArgs]
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    id_namespace_name str
    The name of the ID namespace.
    input_source_config Sequence[IdNamespaceInputSourceArgs]
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    role_arn str
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource.
    type "SOURCE" | "TARGET"

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId which all sourceIds will resolve to.

    description String
    The description of the ID namespace.
    idMappingWorkflowProperties List<Property Map>
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    idNamespaceName String
    The name of the ID namespace.
    inputSourceConfig List<Property Map>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    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 IdNamespace resource produces the following output properties:

    CreatedAt string
    The date and time when the IdNamespace was created
    Id string
    The provider-assigned unique ID for this managed resource.
    IdNamespaceArn string
    The arn associated with the IdNamespace
    UpdatedAt string
    The date and time when the IdNamespace was updated
    CreatedAt string
    The date and time when the IdNamespace was created
    Id string
    The provider-assigned unique ID for this managed resource.
    IdNamespaceArn string
    The arn associated with the IdNamespace
    UpdatedAt string
    The date and time when the IdNamespace was updated
    createdAt String
    The date and time when the IdNamespace was created
    id String
    The provider-assigned unique ID for this managed resource.
    idNamespaceArn String
    The arn associated with the IdNamespace
    updatedAt String
    The date and time when the IdNamespace was updated
    createdAt string
    The date and time when the IdNamespace was created
    id string
    The provider-assigned unique ID for this managed resource.
    idNamespaceArn string
    The arn associated with the IdNamespace
    updatedAt string
    The date and time when the IdNamespace was updated
    created_at str
    The date and time when the IdNamespace was created
    id str
    The provider-assigned unique ID for this managed resource.
    id_namespace_arn str
    The arn associated with the IdNamespace
    updated_at str
    The date and time when the IdNamespace was updated
    createdAt String
    The date and time when the IdNamespace was created
    id String
    The provider-assigned unique ID for this managed resource.
    idNamespaceArn String
    The arn associated with the IdNamespace
    updatedAt String
    The date and time when the IdNamespace was updated

    Supporting Types

    IdNamespaceIdMappingWorkflowProperties, IdNamespaceIdMappingWorkflowPropertiesArgs

    IdMappingType Pulumi.AwsNative.EntityResolution.IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    ProviderProperties Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    RuleBasedProperties Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceNamespaceRuleBasedProperties
    An object which defines any additional configurations required by rule-based matching.
    IdMappingType IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    ProviderProperties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    RuleBasedProperties IdNamespaceNamespaceRuleBasedProperties
    An object which defines any additional configurations required by rule-based matching.
    idMappingType IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    providerProperties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    ruleBasedProperties IdNamespaceNamespaceRuleBasedProperties
    An object which defines any additional configurations required by rule-based matching.
    idMappingType IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    providerProperties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    ruleBasedProperties IdNamespaceNamespaceRuleBasedProperties
    An object which defines any additional configurations required by rule-based matching.
    id_mapping_type IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    provider_properties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    rule_based_properties IdNamespaceNamespaceRuleBasedProperties
    An object which defines any additional configurations required by rule-based matching.
    idMappingType "PROVIDER" | "RULE_BASED"
    The type of ID mapping.
    providerProperties Property Map
    An object which defines any additional configurations required by the provider service.
    ruleBasedProperties Property Map
    An object which defines any additional configurations required by rule-based matching.

    IdNamespaceIdMappingWorkflowPropertiesIdMappingType, IdNamespaceIdMappingWorkflowPropertiesIdMappingTypeArgs

    Provider
    PROVIDER
    RuleBased
    RULE_BASED
    IdNamespaceIdMappingWorkflowPropertiesIdMappingTypeProvider
    PROVIDER
    IdNamespaceIdMappingWorkflowPropertiesIdMappingTypeRuleBased
    RULE_BASED
    Provider
    PROVIDER
    RuleBased
    RULE_BASED
    Provider
    PROVIDER
    RuleBased
    RULE_BASED
    PROVIDER
    PROVIDER
    RULE_BASED
    RULE_BASED
    "PROVIDER"
    PROVIDER
    "RULE_BASED"
    RULE_BASED

    IdNamespaceInputSource, IdNamespaceInputSourceArgs

    InputSourceArn string
    An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
    SchemaName string
    The name of the schema.
    InputSourceArn string
    An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
    SchemaName string
    The name of the schema.
    inputSourceArn String
    An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
    schemaName String
    The name of the schema.
    inputSourceArn string
    An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
    schemaName string
    The name of the schema.
    input_source_arn str
    An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
    schema_name str
    The name of the schema.
    inputSourceArn String
    An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
    schemaName String
    The name of the schema.

    IdNamespaceNamespaceProviderProperties, IdNamespaceNamespaceProviderPropertiesArgs

    ProviderServiceArn string
    The Amazon Resource Name (ARN) of the provider service.
    ProviderConfiguration Dictionary<string, string>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    ProviderServiceArn string
    The Amazon Resource Name (ARN) of the provider service.
    ProviderConfiguration map[string]string
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    providerServiceArn String
    The Amazon Resource Name (ARN) of the provider service.
    providerConfiguration Map<String,String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    providerServiceArn string
    The Amazon Resource Name (ARN) of the provider service.
    providerConfiguration {[key: string]: string}
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    provider_service_arn str
    The Amazon Resource Name (ARN) of the provider service.
    provider_configuration Mapping[str, str]
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    providerServiceArn String
    The Amazon Resource Name (ARN) of the provider service.
    providerConfiguration Map<String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.

    IdNamespaceNamespaceRuleBasedProperties, IdNamespaceNamespaceRuleBasedPropertiesArgs

    AttributeMatchingModel Pulumi.AwsNative.EntityResolution.IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel

    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel .

    If you choose MANY_TO_MANY , the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type.

    If you choose ONE_TO_ONE , the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.

    RecordMatchingModels List<Pulumi.AwsNative.EntityResolution.IdNamespaceRecordMatchingModel>

    The type of matching record that is allowed to be used in an ID mapping workflow.

    If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target.

    If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.

    RuleDefinitionTypes List<Pulumi.AwsNative.EntityResolution.IdNamespaceRuleDefinitionType>
    The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
    Rules List<Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceRule>
    The rules for the ID namespace.
    AttributeMatchingModel IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel

    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel .

    If you choose MANY_TO_MANY , the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type.

    If you choose ONE_TO_ONE , the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.

    RecordMatchingModels []IdNamespaceRecordMatchingModel

    The type of matching record that is allowed to be used in an ID mapping workflow.

    If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target.

    If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.

    RuleDefinitionTypes []IdNamespaceRuleDefinitionType
    The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
    Rules []IdNamespaceRule
    The rules for the ID namespace.
    attributeMatchingModel IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel

    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel .

    If you choose MANY_TO_MANY , the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type.

    If you choose ONE_TO_ONE , the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.

    recordMatchingModels List<IdNamespaceRecordMatchingModel>

    The type of matching record that is allowed to be used in an ID mapping workflow.

    If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target.

    If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.

    ruleDefinitionTypes List<IdNamespaceRuleDefinitionType>
    The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
    rules List<IdNamespaceRule>
    The rules for the ID namespace.
    attributeMatchingModel IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel

    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel .

    If you choose MANY_TO_MANY , the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type.

    If you choose ONE_TO_ONE , the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.

    recordMatchingModels IdNamespaceRecordMatchingModel[]

    The type of matching record that is allowed to be used in an ID mapping workflow.

    If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target.

    If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.

    ruleDefinitionTypes IdNamespaceRuleDefinitionType[]
    The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
    rules IdNamespaceRule[]
    The rules for the ID namespace.
    attribute_matching_model IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel

    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel .

    If you choose MANY_TO_MANY , the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type.

    If you choose ONE_TO_ONE , the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.

    record_matching_models Sequence[IdNamespaceRecordMatchingModel]

    The type of matching record that is allowed to be used in an ID mapping workflow.

    If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target.

    If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.

    rule_definition_types Sequence[IdNamespaceRuleDefinitionType]
    The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
    rules Sequence[IdNamespaceRule]
    The rules for the ID namespace.
    attributeMatchingModel "ONE_TO_ONE" | "MANY_TO_MANY"

    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel .

    If you choose MANY_TO_MANY , the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type.

    If you choose ONE_TO_ONE , the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.

    recordMatchingModels List<"ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET">

    The type of matching record that is allowed to be used in an ID mapping workflow.

    If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target.

    If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.

    ruleDefinitionTypes List<"SOURCE" | "TARGET">
    The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
    rules List<Property Map>
    The rules for the ID namespace.

    IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel, IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModelArgs

    OneToOne
    ONE_TO_ONE
    ManyToMany
    MANY_TO_MANY
    IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModelOneToOne
    ONE_TO_ONE
    IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModelManyToMany
    MANY_TO_MANY
    OneToOne
    ONE_TO_ONE
    ManyToMany
    MANY_TO_MANY
    OneToOne
    ONE_TO_ONE
    ManyToMany
    MANY_TO_MANY
    ONE_TO_ONE
    ONE_TO_ONE
    MANY_TO_MANY
    MANY_TO_MANY
    "ONE_TO_ONE"
    ONE_TO_ONE
    "MANY_TO_MANY"
    MANY_TO_MANY

    IdNamespaceRecordMatchingModel, IdNamespaceRecordMatchingModelArgs

    OneSourceToOneTarget
    ONE_SOURCE_TO_ONE_TARGET
    ManySourceToOneTarget
    MANY_SOURCE_TO_ONE_TARGET
    IdNamespaceRecordMatchingModelOneSourceToOneTarget
    ONE_SOURCE_TO_ONE_TARGET
    IdNamespaceRecordMatchingModelManySourceToOneTarget
    MANY_SOURCE_TO_ONE_TARGET
    OneSourceToOneTarget
    ONE_SOURCE_TO_ONE_TARGET
    ManySourceToOneTarget
    MANY_SOURCE_TO_ONE_TARGET
    OneSourceToOneTarget
    ONE_SOURCE_TO_ONE_TARGET
    ManySourceToOneTarget
    MANY_SOURCE_TO_ONE_TARGET
    ONE_SOURCE_TO_ONE_TARGET
    ONE_SOURCE_TO_ONE_TARGET
    MANY_SOURCE_TO_ONE_TARGET
    MANY_SOURCE_TO_ONE_TARGET
    "ONE_SOURCE_TO_ONE_TARGET"
    ONE_SOURCE_TO_ONE_TARGET
    "MANY_SOURCE_TO_ONE_TARGET"
    MANY_SOURCE_TO_ONE_TARGET

    IdNamespaceRule, IdNamespaceRuleArgs

    MatchingKeys List<string>
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    RuleName string
    A name for the matching rule.
    MatchingKeys []string
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    RuleName string
    A name for the matching rule.
    matchingKeys List<String>
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    ruleName String
    A name for the matching rule.
    matchingKeys string[]
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    ruleName string
    A name for the matching rule.
    matching_keys Sequence[str]
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    rule_name str
    A name for the matching rule.
    matchingKeys List<String>
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    ruleName String
    A name for the matching rule.

    IdNamespaceRuleDefinitionType, IdNamespaceRuleDefinitionTypeArgs

    Source
    SOURCE
    Target
    TARGET
    IdNamespaceRuleDefinitionTypeSource
    SOURCE
    IdNamespaceRuleDefinitionTypeTarget
    TARGET
    Source
    SOURCE
    Target
    TARGET
    Source
    SOURCE
    Target
    TARGET
    SOURCE
    SOURCE
    TARGET
    TARGET
    "SOURCE"
    SOURCE
    "TARGET"
    TARGET

    IdNamespaceType, IdNamespaceTypeArgs

    Source
    SOURCE
    Target
    TARGET
    IdNamespaceTypeSource
    SOURCE
    IdNamespaceTypeTarget
    TARGET
    Source
    SOURCE
    Target
    TARGET
    Source
    SOURCE
    Target
    TARGET
    SOURCE
    SOURCE
    TARGET
    TARGET
    "SOURCE"
    SOURCE
    "TARGET"
    TARGET

    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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi