AWS::EntityResolution::IdMappingWorkflow ProviderProperties
An object containing the providerServiceARN
,
intermediateSourceConfiguration
, and
providerConfiguration
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IntermediateSourceConfiguration" :
IntermediateSourceConfiguration
, "ProviderConfiguration" :{
, "ProviderServiceArn" :Key
:Value
, ...}String
}
YAML
IntermediateSourceConfiguration:
IntermediateSourceConfiguration
ProviderConfiguration:ProviderServiceArn:
Key
:Value
String
Properties
IntermediateSourceConfiguration
-
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
Required: No
Type: IntermediateSourceConfiguration
Update requires: No interruption
ProviderConfiguration
-
The required configuration fields to use with the provider service.
Required: No
Type: Object of String
Pattern:
^.+$
Update requires: No interruption
ProviderServiceArn
-
The ARN of the provider service.
Required: Yes
Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):(entityresolution):([a-z]{2}-[a-z]{1,10}-[0-9])::providerservice/([a-zA-Z0-9_-]{1,255})/([a-zA-Z0-9_-]{1,255})$
Update requires: No interruption