AWS::SSO::PermissionSet CustomerManagedPolicyReference - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon Web Services account where you want to deploy your permission set.

Syntax

To declare this entity in your Amazon 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