GroupArgs

data class GroupArgs(val groupName: Output<String>? = null, val managedPolicyArns: Output<List<String>>? = null, val path: Output<String>? = null, val policies: Output<List<GroupPolicyArgs>>? = null) : ConvertibleToJava<GroupArgs>

Resource Type definition for AWS::IAM::Group

Constructors

Link copied to clipboard
fun GroupArgs(groupName: Output<String>? = null, managedPolicyArns: Output<List<String>>? = null, path: Output<String>? = null, policies: Output<List<GroupPolicyArgs>>? = null)

Functions

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

Properties

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

The name of the group to create

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

A list of Amazon Resource Names (ARNs) of the IAM managed policies that you want to attach to the role.

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

The path to the group

Link copied to clipboard
val policies: Output<List<GroupPolicyArgs>>? = null

Adds or updates an inline policy document that is embedded in the specified IAM group