UserGroupArgs

data class UserGroupArgs(val engine: Output<UserGroupEngine>? = null, val tags: Output<List<TagArgs>>? = null, val userGroupId: Output<String>? = null, val userIds: Output<List<String>>? = null) : ConvertibleToJava<UserGroupArgs>

Resource Type definition for AWS::ElastiCache::UserGroup

Constructors

Link copied to clipboard
constructor(engine: Output<UserGroupEngine>? = null, tags: Output<List<TagArgs>>? = null, userGroupId: Output<String>? = null, userIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val engine: Output<UserGroupEngine>? = null

The target cache engine for the user group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

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

The ID of the user group.

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

List of users associated to this user group.

Functions

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