AWS Fundamentals Logo
AWS Fundamentals
AWS::EntityResolution::IdNamespace

EntityResolution IdNamespace

IdNamespace defined in AWS Entity Resolution service

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
IdNamespaceName
string
RequiredCreate-only
Type
string
Required
Description
string
IdMappingWorkflowProperties
Array<IdNamespaceIdMappingWorkflowProperties>
InputSourceConfig
Array<IdNamespaceInputSource>
RoleArn
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe date and time when the IdNamespace was created
IdNamespaceArnstringThe arn associated with the IdNamespace
UpdatedAtstringThe date and time when the IdNamespace was updated

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

entityresolution:CreateIdNamespaceentityresolution:TagResourceiam:PassRole

read

entityresolution:GetIdNamespaceentityresolution:ListTagsForResource

update

entityresolution:UpdateIdNamespaceentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceiam:PassRole

delete

entityresolution:DeleteIdNamespaceentityresolution:GetIdNamespaceentityresolution:UntagResource

list

entityresolution:ListIdNamespaces

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEntityResolution
Properties10
Required2
TaggingSupported
Primary IDIdNamespaceName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

IdNamespaceName

External Links