Gets information about a domain.
cognitoidentityprovider_describe_user_pool_domain(Domain)
A list with the following syntax:
list(
DomainDescription = list(
UserPoolId = "string",
AWSAccountId = "string",
Domain = "string",
S3Bucket = "string",
CloudFrontDistribution = "string",
Version = "string",
Status = "CREATING"|"DELETING"|"UPDATING"|"ACTIVE"|"FAILED",
CustomDomainConfig = list(
CertificateArn = "string"
)
)
)
[required] The domain string.
svc$describe_user_pool_domain(
Domain = "string"
)