在Aws-Cognito中,如何检索特定用户池的域值。我已经有Cognito用户池设置。我需要检索域值。我没有看到类似“ from_user_pool_domain”的静态方法
cognitodomain = cognito.UserPoolDomain.from_user_pool_domain(
self,
id= "xxxxx",
user_pool = cognitouserpool,
cognito_domain = "https://xxxxxx.com"
)