W3cubDocs

/Terraform

aws_cognito_user_pool_domain

Provides a Cognito User Pool Domain resource.

Example Usage

resource "aws_cognito_user_pool_domain" "main" {
  domain = "example-domain"
  user_pool_id = "${aws_cognito_user_pool.example.id}"
}

resource "aws_cognito_user_pool" "example" {
  name = "example-pool"
}

Argument Reference

The following arguments are supported:

Attribute Reference

In addition to all arguments above, the following attributes are exported:

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/cognito_user_pool_domain.html