PermissionSetCustomerManagedPolicyReference

data class PermissionSetCustomerManagedPolicyReference(val name: String, val path: String? = null)

Constructors

constructor(name: String, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: 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 .