AWS::EntityResolution::IdNamespace IdNamespaceInputSource
An object containing InputSourceARN
and SchemaName
.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "InputSourceARN" :
String
, "SchemaName" :String
}
YAML
InputSourceARN:
String
SchemaName:String
Properties
InputSourceARN
-
An Amazon Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
Required: Yes
Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(idnamespace/[a-zA-Z_0-9-]{1,255})$|^arn:(aws|aws-us-gov|aws-cn):glue:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(table/[a-zA-Z_0-9-]{1,255}/[a-zA-Z_0-9-]{1,255})$
Update requires: No interruption
SchemaName
-
The name of the schema.
Required: No
Type: String
Pattern:
^[a-zA-Z_0-9-]*$
Minimum:
1
Maximum:
255
Update requires: No interruption