This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EntityResolution::IdNamespace IdNamespaceIdMappingWorkflowProperties
An object containing idMappingType, providerProperties, and
ruleBasedProperties.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IdMappingType" :String, "ProviderProperties" :NamespaceProviderProperties, "RuleBasedProperties" :NamespaceRuleBasedProperties}
YAML
IdMappingType:StringProviderProperties:NamespaceProviderPropertiesRuleBasedProperties:NamespaceRuleBasedProperties
Properties
IdMappingType-
The type of ID mapping.
Required: Yes
Type: String
Allowed values:
PROVIDER | RULE_BASEDUpdate requires: No interruption
ProviderProperties-
An object which defines any additional configurations required by the provider service.
Required: No
Type: NamespaceProviderProperties
Update requires: No interruption
RuleBasedProperties-
An object which defines any additional configurations required by rule-based matching.
Required: No
Type: NamespaceRuleBasedProperties
Update requires: No interruption