BudgetActionDefinitionIamActionDefinition

data class BudgetActionDefinitionIamActionDefinition(val groups: List<String>? = null, val policyArn: String, val roles: List<String>? = null, val users: List<String>? = null)

Constructors

constructor(groups: List<String>? = null, policyArn: String, roles: List<String>? = null, users: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groups: List<String>? = null

A list of groups to be attached. There must be at least one group.

Link copied to clipboard

The Amazon Resource Name (ARN) of the policy to be attached.

Link copied to clipboard
val roles: List<String>? = null

A list of roles to be attached. There must be at least one role.

Link copied to clipboard
val users: List<String>? = null

A list of users to be attached. There must be at least one user.