GetRolePolicyPlainArgs

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

Constructors

Link copied to clipboard
fun GetRolePolicyPlainArgs(policyName: String, roleName: String)

Functions

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

Properties

Link copied to clipboard

The friendly name (not ARN) identifying the policy.

Link copied to clipboard

The name of the policy document.