Permissions Boundary Attachment Permissions Boundary Args
data class PermissionsBoundaryAttachmentPermissionsBoundaryArgs(val customerManagedPolicyReference: Output<PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReferenceArgs>? = null, val managedPolicyArn: Output<String>? = null) : ConvertibleToJava<PermissionsBoundaryAttachmentPermissionsBoundaryArgs>
Constructors
Link copied to clipboard
constructor(customerManagedPolicyReference: Output<PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReferenceArgs>? = null, managedPolicyArn: Output<String>? = null)
Properties
Link copied to clipboard
val customerManagedPolicyReference: Output<PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReferenceArgs>? = null
Specifies the name and path of a customer managed policy. See below.
Link copied to clipboard
AWS-managed IAM policy ARN to use as the permissions boundary.