GetRolePolicyPlainArgs

data class GetRolePolicyPlainArgs(val policyName: String, val roleName: String) : ConvertibleToJava<GetRolePolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(policyName: String, roleName: String)

Properties

Link copied to clipboard

The name of the policy document. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Link copied to clipboard

The name of the role to associate the policy with. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Functions

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