--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_elasticache_user_group Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::ElastiCache::UserGroup --- # awscc_elasticache_user_group (Data Source) Data Source schema for AWS::ElastiCache::UserGroup <!-- schema generated by tfplugindocs --> ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) The Amazon Resource Name (ARN) of the user account. - `engine` (String) Must be redis. - `status` (String) Indicates user group status. Can be "creating", "active", "modifying", "deleting". - `user_group_id` (String) The ID of the user group. - `user_ids` (List of String) List of users associated to this user group.