We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b0d98 commit 77e1060Copy full SHA for 77e1060
stacksets/userpool/stackset.yaml
@@ -59,4 +59,13 @@ Resources:
59
Domain: !Ref UserPoolDomainName
60
UserPoolId: !Ref UserPool
61
CustomDomainConfig:
62
- CertificateArn: !Ref SiteCertificate
+ CertificateArn: !Ref SiteCertificate
63
+
64
+ # SSM Parameters
65
+ UserPoolIdSsmParam:
66
+ Type: AWS::SSM::Parameter
67
+ Properties:
68
+ Name: "/org/authnz/UserPoolId"
69
+ Description: User Pool ID
70
+ Type: String
71
+ Value: !Ref UserPool
0 commit comments