UserGroup

class UserGroup : KotlinCustomResource

Resource Type definition for AWS::ElastiCache::UserGroup

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the user account.

Link copied to clipboard
val engine: Output<UserGroupEngine>

The target cache engine for the user group.

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

Indicates user group status. Can be "creating", "active", "modifying", "deleting".

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this user.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userGroupId: Output<String>

The ID of the user group.

Link copied to clipboard
val userIds: Output<List<String>>

List of users associated to this user group.