We recommend new projects start with resources from the AWS provider.
aws-native.entityresolution.IdNamespace
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
Aws Native. Entity Resolution. Id Namespace Type The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- Description string
- The description of the ID namespace.
- Id
Mapping List<Pulumi.Workflow Properties Aws Native. Entity Resolution. Inputs. Id Namespace Id Mapping Workflow Properties> - Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
. - Id
Namespace stringName - The name of the ID namespace.
- Input
Source List<Pulumi.Config Aws Native. Entity Resolution. Inputs. Id Namespace Input Source> - A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. - Role
Arn 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. - List<Pulumi.
Aws Native. Inputs. Tag> - The tags used to organize, track, or control access for this resource.
- Type
Id
Namespace Type The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- Description string
- The description of the ID namespace.
- Id
Mapping []IdWorkflow Properties Namespace Id Mapping Workflow Properties Args - Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
. - Id
Namespace stringName - The name of the ID namespace.
- Input
Source []IdConfig Namespace Input Source Args - A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. - Role
Arn 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. - Tag
Args - The tags used to organize, track, or control access for this resource.
- type
Id
Namespace Type The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- description String
- The description of the ID namespace.
- id
Mapping List<IdWorkflow Properties Namespace Id Mapping Workflow Properties> - Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
. - id
Namespace StringName - The name of the ID namespace.
- input
Source List<IdConfig Namespace Input Source> - A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. - role
Arn 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. - List<Tag>
- The tags used to organize, track, or control access for this resource.
- type
Id
Namespace Type The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- description string
- The description of the ID namespace.
- id
Mapping IdWorkflow Properties Namespace Id Mapping Workflow Properties[] - Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
. - id
Namespace stringName - The name of the ID namespace.
- input
Source IdConfig Namespace Input Source[] - A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. - role
Arn 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. - Tag[]
- The tags used to organize, track, or control access for this resource.
- type
Id
Namespace Type The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- description str
- The description of the ID namespace.
- id_
mapping_ Sequence[Idworkflow_ properties Namespace Id Mapping Workflow Properties Args] - Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
. - id_
namespace_ strname - The name of the ID namespace.
- input_
source_ Sequence[Idconfig Namespace Input Source Args] - A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. - 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. - Sequence[Tag
Args] - 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
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- description String
- The description of the ID namespace.
- id
Mapping List<Property Map>Workflow Properties - Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
. - id
Namespace StringName - The name of the ID namespace.
- input
Source List<Property Map>Config - A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. - role
Arn 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. - 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:
- Created
At string - The date and time when the IdNamespace was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Id
Namespace stringArn - The arn associated with the IdNamespace
- Updated
At string - The date and time when the IdNamespace was updated
- Created
At string - The date and time when the IdNamespace was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Id
Namespace stringArn - The arn associated with the IdNamespace
- Updated
At string - The date and time when the IdNamespace was updated
- created
At String - The date and time when the IdNamespace was created
- id String
- The provider-assigned unique ID for this managed resource.
- id
Namespace StringArn - The arn associated with the IdNamespace
- updated
At String - The date and time when the IdNamespace was updated
- created
At string - The date and time when the IdNamespace was created
- id string
- The provider-assigned unique ID for this managed resource.
- id
Namespace stringArn - The arn associated with the IdNamespace
- updated
At 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_ strarn - The arn associated with the IdNamespace
- updated_
at str - The date and time when the IdNamespace was updated
- created
At String - The date and time when the IdNamespace was created
- id String
- The provider-assigned unique ID for this managed resource.
- id
Namespace StringArn - The arn associated with the IdNamespace
- updated
At String - The date and time when the IdNamespace was updated
Supporting Types
IdNamespaceIdMappingWorkflowProperties, IdNamespaceIdMappingWorkflowPropertiesArgs
- Id
Mapping Pulumi.Type Aws Native. Entity Resolution. Id Namespace Id Mapping Workflow Properties Id Mapping Type - The type of ID mapping.
- Provider
Properties Pulumi.Aws Native. Entity Resolution. Inputs. Id Namespace Namespace Provider Properties - An object which defines any additional configurations required by the provider service.
- Rule
Based Pulumi.Properties Aws Native. Entity Resolution. Inputs. Id Namespace Namespace Rule Based Properties - An object which defines any additional configurations required by rule-based matching.
- Id
Mapping IdType Namespace Id Mapping Workflow Properties Id Mapping Type - The type of ID mapping.
- Provider
Properties IdNamespace Namespace Provider Properties - An object which defines any additional configurations required by the provider service.
- Rule
Based IdProperties Namespace Namespace Rule Based Properties - An object which defines any additional configurations required by rule-based matching.
- id
Mapping IdType Namespace Id Mapping Workflow Properties Id Mapping Type - The type of ID mapping.
- provider
Properties IdNamespace Namespace Provider Properties - An object which defines any additional configurations required by the provider service.
- rule
Based IdProperties Namespace Namespace Rule Based Properties - An object which defines any additional configurations required by rule-based matching.
- id
Mapping IdType Namespace Id Mapping Workflow Properties Id Mapping Type - The type of ID mapping.
- provider
Properties IdNamespace Namespace Provider Properties - An object which defines any additional configurations required by the provider service.
- rule
Based IdProperties Namespace Namespace Rule Based Properties - An object which defines any additional configurations required by rule-based matching.
- id_
mapping_ Idtype Namespace Id Mapping Workflow Properties Id Mapping Type - The type of ID mapping.
- provider_
properties IdNamespace Namespace Provider Properties - An object which defines any additional configurations required by the provider service.
- rule_
based_ Idproperties Namespace Namespace Rule Based Properties - An object which defines any additional configurations required by rule-based matching.
- id
Mapping "PROVIDER" | "RULE_BASED"Type - The type of ID mapping.
- provider
Properties Property Map - An object which defines any additional configurations required by the provider service.
- rule
Based Property MapProperties - An object which defines any additional configurations required by rule-based matching.
IdNamespaceIdMappingWorkflowPropertiesIdMappingType, IdNamespaceIdMappingWorkflowPropertiesIdMappingTypeArgs
- Provider
- PROVIDER
- Rule
Based - RULE_BASED
- Id
Namespace Id Mapping Workflow Properties Id Mapping Type Provider - PROVIDER
- Id
Namespace Id Mapping Workflow Properties Id Mapping Type Rule Based - RULE_BASED
- Provider
- PROVIDER
- Rule
Based - RULE_BASED
- Provider
- PROVIDER
- Rule
Based - RULE_BASED
- PROVIDER
- PROVIDER
- RULE_BASED
- RULE_BASED
- "PROVIDER"
- PROVIDER
- "RULE_BASED"
- RULE_BASED
IdNamespaceInputSource, IdNamespaceInputSourceArgs
- Input
Source stringArn - An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- Schema
Name string - The name of the schema.
- Input
Source stringArn - An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- Schema
Name string - The name of the schema.
- input
Source StringArn - An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- schema
Name String - The name of the schema.
- input
Source stringArn - An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- schema
Name string - The name of the schema.
- input_
source_ strarn - 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.
- input
Source StringArn - An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- schema
Name String - The name of the schema.
IdNamespaceNamespaceProviderProperties, IdNamespaceNamespaceProviderPropertiesArgs
- Provider
Service stringArn - The Amazon Resource Name (ARN) of the provider service.
- Provider
Configuration Dictionary<string, string> - Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
- Provider
Service stringArn - The Amazon Resource Name (ARN) of the provider service.
- Provider
Configuration map[string]string - Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
- provider
Service StringArn - The Amazon Resource Name (ARN) of the provider service.
- provider
Configuration Map<String,String> - Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
- provider
Service stringArn - The Amazon Resource Name (ARN) of the provider service.
- provider
Configuration {[key: string]: string} - Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
- provider_
service_ strarn - 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.
- provider
Service StringArn - The Amazon Resource Name (ARN) of the provider service.
- provider
Configuration Map<String> - Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
IdNamespaceNamespaceRuleBasedProperties, IdNamespaceNamespaceRuleBasedPropertiesArgs
- Attribute
Matching Pulumi.Model Aws Native. Entity Resolution. Id Namespace Namespace Rule Based Properties Attribute Matching Model The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.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 theEmail
field of Profile A matches the value ofBusinessEmail
field of Profile B, the two profiles are matched on theEmail
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 theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- Record
Matching List<Pulumi.Models Aws Native. Entity Resolution. Id Namespace Record Matching Model> 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 List<Pulumi.Types Aws Native. Entity Resolution. Id Namespace Rule Definition Type> - 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.
Aws Native. Entity Resolution. Inputs. Id Namespace Rule> - The rules for the ID namespace.
- Attribute
Matching IdModel Namespace Namespace Rule Based Properties Attribute Matching Model The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.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 theEmail
field of Profile A matches the value ofBusinessEmail
field of Profile B, the two profiles are matched on theEmail
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 theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- Record
Matching []IdModels Namespace Record Matching Model 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 []IdTypes Namespace Rule Definition Type - The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
- Rules
[]Id
Namespace Rule - The rules for the ID namespace.
- attribute
Matching IdModel Namespace Namespace Rule Based Properties Attribute Matching Model The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.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 theEmail
field of Profile A matches the value ofBusinessEmail
field of Profile B, the two profiles are matched on theEmail
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 theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- record
Matching List<IdModels Namespace Record Matching Model> 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 List<IdTypes Namespace Rule Definition Type> - 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<Id
Namespace Rule> - The rules for the ID namespace.
- attribute
Matching IdModel Namespace Namespace Rule Based Properties Attribute Matching Model The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.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 theEmail
field of Profile A matches the value ofBusinessEmail
field of Profile B, the two profiles are matched on theEmail
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 theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- record
Matching IdModels Namespace Record Matching Model[] 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 IdTypes Namespace Rule Definition Type[] - The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
- rules
Id
Namespace Rule[] - The rules for the ID namespace.
- attribute_
matching_ Idmodel Namespace Namespace Rule Based Properties Attribute Matching Model The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.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 theEmail
field of Profile A matches the value ofBusinessEmail
field of Profile B, the two profiles are matched on theEmail
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 theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- record_
matching_ Sequence[Idmodels Namespace Record Matching Model] 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_ Sequence[Idtypes Namespace Rule Definition Type] - 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[Id
Namespace Rule] - The rules for the ID namespace.
- attribute
Matching "ONE_TO_ONE" | "MANY_TO_MANY"Model The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.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 theEmail
field of Profile A matches the value ofBusinessEmail
field of Profile B, the two profiles are matched on theEmail
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 theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- record
Matching List<"ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET">Models 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 List<"SOURCE" | "TARGET">Types - 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
- One
To One - ONE_TO_ONE
- Many
To Many - MANY_TO_MANY
- Id
Namespace Namespace Rule Based Properties Attribute Matching Model One To One - ONE_TO_ONE
- Id
Namespace Namespace Rule Based Properties Attribute Matching Model Many To Many - 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
- 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
- One
Source To One Target - ONE_SOURCE_TO_ONE_TARGET
- Many
Source To One Target - MANY_SOURCE_TO_ONE_TARGET
- Id
Namespace Record Matching Model One Source To One Target - ONE_SOURCE_TO_ONE_TARGET
- Id
Namespace Record Matching Model 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
- 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
- "ONE_SOURCE_TO_ONE_TARGET"
- ONE_SOURCE_TO_ONE_TARGET
- "MANY_SOURCE_TO_ONE_TARGET"
- MANY_SOURCE_TO_ONE_TARGET
IdNamespaceRule, IdNamespaceRuleArgs
- Matching
Keys List<string> - A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match. - Rule
Name string - A name for the matching rule.
- Matching
Keys []string - A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match. - Rule
Name string - A name for the matching rule.
- matching
Keys List<String> - A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match. - rule
Name String - A name for the matching rule.
- matching
Keys string[] - A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match. - rule
Name string - A name for the matching rule.
- matching_
keys Sequence[str] - A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match. - rule_
name str - A name for the matching rule.
- matching
Keys List<String> - A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match. - rule
Name String - A name for the matching rule.
IdNamespaceRuleDefinitionType, IdNamespaceRuleDefinitionTypeArgs
- Source
- SOURCE
- Target
- TARGET
- Id
Namespace Rule Definition Type Source - SOURCE
- Id
Namespace Rule Definition Type Target - TARGET
- Source
- SOURCE
- Target
- TARGET
- Source
- SOURCE
- Target
- TARGET
- SOURCE
- SOURCE
- TARGET
- TARGET
- "SOURCE"
- SOURCE
- "TARGET"
- TARGET
IdNamespaceType, IdNamespaceTypeArgs
- Source
- SOURCE
- Target
- TARGET
- Id
Namespace Type Source - SOURCE
- Id
Namespace Type Target - TARGET
- Source
- SOURCE
- Target
- TARGET
- Source
- SOURCE
- Target
- TARGET
- SOURCE
- SOURCE
- TARGET
- TARGET
- "SOURCE"
- SOURCE
- "TARGET"
- TARGET
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.