AWS Fundamentals Logo
AWS Fundamentals
AWS::EntityResolution::PolicyStatement

EntityResolution PolicyStatement

Policy Statement defined in AWS Entity Resolution Service

Properties

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

Filter:
PropertyTypeFlags
Arn
string
RequiredCreate-only
StatementId
string
RequiredCreate-only
Action
array
Condition
string
Effect
string
Principal
array

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::PolicyStatement

Resources:
  MyResource:
    Type: AWS::EntityResolution::PolicyStatement
    Properties:
      Arn: "arn:aws:service:region:account:resource"
      StatementId: "my-statementid"

Required IAM Permissions

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

create

entityresolution:AddPolicyStatement

read

entityresolution:GetPolicy

update

entityresolution:AddPolicyStatemententityresolution:DeletePolicyStatement

delete

entityresolution:DeletePolicyStatemententityresolution:GetPolicy

list

entityresolution:GetPolicy

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
Properties6
Required2
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

StatementIdArn

External Links