PermissionSetCustomerManagedPolicyReferenceArgs

data class PermissionSetCustomerManagedPolicyReferenceArgs(val name: Output<String>, val path: Output<String>? = null) : ConvertibleToJava<PermissionSetCustomerManagedPolicyReferenceArgs>

Constructors

constructor(name: Output<String>, path: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the IAM policy that you have configured in each account where you want to deploy your permission set.

Link copied to clipboard
val path: Output<String>? = null

The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is / . For more information, see Friendly names and paths in the IAM User Guide .

Functions

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