User Group Args
data class UserGroupArgs(val engine: Output<UserGroupEngine>? = null, val tags: Output<List<UserGroupTagArgs>>? = 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
fun UserGroupArgs(engine: Output<UserGroupEngine>? = null, tags: Output<List<UserGroupTagArgs>>? = null, userGroupId: Output<String>? = null, userIds: Output<List<String>>? = null)