如何使用AWS CDK检索值

时间:2020-07-03 03:15:44

标签: amazon-cognito aws-cdk

在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"
    ) 

0 个答案:

没有答案