IamConfig / IdentityCenterConfig / PermissionsBoundaryConfig

Specify either customerManagedPolicy to use the name and path of a customer managed policy, or managedPolicy to use the ARN of an AWS managed policy.

Example

 permissionsBoundary:
customerManagedPolicy:
name: AcceleratorManagedPolicy
path: /
awsManagedPolicyName: PowerUserAccess

Hierarchy

  • PermissionsBoundaryConfig

Implements

Constructors

Properties

awsManagedPolicyName: undefined | string = undefined

The AWS managed policy name that you want to attach to a permission set as a permissions boundary.

Remarks

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

customerManagedPolicy: undefined | CustomerManagedPolicyReferenceConfig = undefined

Specifies the name and path of a customer managed policy.

Remarks

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

CustomerManagedPolicyReference

See

IamConfig / IdentityCenterConfig / PermissionsBoundaryConfig / CustomerManagedPolicyReferenceConfig

Generated using TypeDoc