Data Source: aws_cognito_user_group

Terraform data source for managing an AWS Cognito IDP (Identity Provider) User Group.

Example Usage

Basic Usage

data "aws_cognito_user_group" "example" {
  user_pool_id = "us-west-2_aaaaaaaaa"
  name         = "example"
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: