Gets information about a domain.
cognitoidentityprovider_describe_user_pool_domain(Domain)[required] The domain string.
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"
)
)
)
svc$describe_user_pool_domain( Domain = "string" )