RolePolicyArgs

data class RolePolicyArgs(val policyDocument: Output<Any>? = null, val policyName: Output<String>? = null, val roleName: Output<String>? = null) : ConvertibleToJava<RolePolicyArgs>

Schema for IAM Role Policy

Constructors

Link copied to clipboard
fun RolePolicyArgs(policyDocument: Output<Any>? = null, policyName: Output<String>? = null, roleName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val policyDocument: Output<Any>? = null

The policy document.

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

The friendly name (not ARN) identifying the policy.

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

The name of the policy document.