GroupPolicyArgs

data class GroupPolicyArgs(val policyDocument: Output<String>, val policyName: Output<String>) : ConvertibleToJava<GroupPolicyArgs>

Constructors

Link copied to clipboard
fun GroupPolicyArgs(policyDocument: Output<String>, policyName: Output<String>)

Functions

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

Properties

Link copied to clipboard
val policyDocument: Output<String>

The policy document.

Link copied to clipboard
val policyName: Output<String>

The friendly name (not ARN) identifying the policy.