Customer Managed Policy Attachment Args
data class CustomerManagedPolicyAttachmentArgs(val customerManagedPolicyReference: Output<CustomerManagedPolicyAttachmentCustomerManagedPolicyReferenceArgs>? = null, val instanceArn: Output<String>? = null, val permissionSetArn: Output<String>? = null) : ConvertibleToJava<CustomerManagedPolicyAttachmentArgs>
Provides a customer managed policy attachment for a Single Sign-On (SSO) Permission Set resource
NOTE: Creating this resource will automatically Provision the Permission Set to apply the corresponding updates to all assigned accounts.
Import
SSO Managed Policy Attachments can be imported using the name
, path
, permission_set_arn
, and instance_arn
separated by a comma (,
) e.g.,
$ pulumi import aws:ssoadmin/customerManagedPolicyAttachment:CustomerManagedPolicyAttachment example TestPolicy,/,arn:aws:sso:::permissionSet/ssoins-2938j0x8920sbj72/ps-80383020jr9302rk,arn:aws:sso:::instance/ssoins-2938j0x8920sbj72
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(customerManagedPolicyReference: Output<CustomerManagedPolicyAttachmentCustomerManagedPolicyReferenceArgs>? = null, instanceArn: Output<String>? = null, permissionSetArn: Output<String>? = null)
Properties
Link copied to clipboard
val customerManagedPolicyReference: Output<CustomerManagedPolicyAttachmentCustomerManagedPolicyReferenceArgs>? = null
Specifies the name and path of a customer managed policy. See below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Permission Set.