Group

class Group : KotlinCustomResource

Resource Type definition for AWS::IAM::Group

Properties

Link copied to clipboard
val arn: Output<String>

The Arn of the group to create

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

The name of the group to create

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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>?

The path to the group

Link copied to clipboard
val policies: Output<List<GroupPolicy>>?

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>