Resource Type definition for AWS::ElastiCache::UserGroup
engine
(String) Must be redis.user_group_id
(String) The ID of the user group.user_ids
(Set of String) List of users associated to this user group.tags
(Attributes Set) An array of key-value pairs to apply to this user. (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the user account.id
(String) Uniquely identifies the resource.status
(String) Indicates user group status. Can be "creating", "active", "modifying", "deleting".tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Optional:
value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_elasticache_user_group.example <resource ID>