AWS::EntityResolution::IdNamespaceIdNamespace defined in AWS Entity Resolution service
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IdNamespaceName | string | RequiredCreate-only |
Type | string | Required |
Description | string | |
IdMappingWorkflowProperties | Array<IdNamespaceIdMappingWorkflowProperties> | |
InputSourceConfig | Array<IdNamespaceInputSource> | |
RoleArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The date and time when the IdNamespace was created |
IdNamespaceArn | string | The arn associated with the IdNamespace |
UpdatedAt | string | The date and time when the IdNamespace was updated |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EntityResolution::IdNamespace
Resources:
MyResource:
Type: AWS::EntityResolution::IdNamespace
Properties:
IdNamespaceName: "my-idnamespacename"
Type: "SOURCE"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
entityresolution:CreateIdNamespaceentityresolution:TagResourceiam:PassRoleentityresolution:GetIdNamespaceentityresolution:ListTagsForResourceentityresolution:UpdateIdNamespaceentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceiam:PassRoleentityresolution:DeleteIdNamespaceentityresolution:GetIdNamespaceentityresolution:UntagResourceentityresolution:ListIdNamespacesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdNamespaceNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IdNamespaceName