PermissionSetPermissionsBoundaryArgs

data class PermissionSetPermissionsBoundaryArgs(val customerManagedPolicyReference: Output<PermissionSetCustomerManagedPolicyReferenceArgs>? = null, val managedPolicyArn: Output<String>? = null) : ConvertibleToJava<PermissionSetPermissionsBoundaryArgs>

Constructors

Link copied to clipboard
constructor(customerManagedPolicyReference: Output<PermissionSetCustomerManagedPolicyReferenceArgs>? = null, managedPolicyArn: Output<String>? = null)

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
val managedPolicyArn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PermissionSetPermissionsBoundaryArgs