AWS::SSO::PermissionSet CustomerManagedPolicyReference - AWS CloudFormation

AWS::SSO::PermissionSet CustomerManagedPolicyReference

Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Path" : String }

YAML

Name: String Path: String

Properties

Name

The name of the IAM policy that you have configured in each account where you want to deploy your permission set.

Required: Yes

Type: String

Pattern: [\w+=,.@-]+

Minimum: 1

Maximum: 128

Update requires: No interruption

Path

The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide.

Required: No

Type: String

Pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/

Minimum: 1

Maximum: 512

Update requires: No interruption