This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::VerifiedPermissions::PolicyStoreAlias
Creates a policy store alias for the specified policy store. A policy store alias is an alternative identifier that you can use to reference a policy store in API operations.
This operation is idempotent. If multiple CreatePolicyStoreAlias requests are made where the
aliasName and policyStoreId fields are the same between the requests,
subsequent requests will be ignored. For each duplicate CreatePolicyStoreAlias request, a Success
response will be returned and a new policy store alias will not be created.
Note
Verified Permissions is
eventually consistent
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::VerifiedPermissions::PolicyStoreAlias", "Properties" : { "AliasName" :String, "PolicyStoreId" :String} }
YAML
Type: AWS::VerifiedPermissions::PolicyStoreAlias Properties: AliasName:StringPolicyStoreId:String
Properties
AliasName-
The name of the policy store alias.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9-_/]*$Minimum:
1Maximum:
150Update requires: Replacement
PolicyStoreId-
The ID of the policy store associated with the alias.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9-]*$Minimum:
1Maximum:
200Update requires: Replacement