PermissionSetPermissionsBoundary

data class PermissionSetPermissionsBoundary(val customerManagedPolicyReference: PermissionSetCustomerManagedPolicyReference? = null, val managedPolicyArn: String? = null)

Constructors

Link copied to clipboard
constructor(customerManagedPolicyReference: PermissionSetCustomerManagedPolicyReference? = null, managedPolicyArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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