GroupPolicyArgs

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

Schema for IAM Group Policy

Constructors

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

Functions

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

Properties

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

The name of the group to associate the policy with.

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

The policy document.

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

The name of the policy document.