aws::cognito-user-pool-domain¶
Example¶
aws::cognito-user-pool-domain domain
domain: "domainsecond"
user-pool: $(aws::cognito-user-pool cognito)
end
Attributes¶
| Attribute | Description |
|---|---|
| certificate-arn | The certificate arn for the subdomain of the custom domain. |
| domain | The domain. (Required) |
| user-pool | The id of the user pool. (Required) |