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 7c77779 commit 99be37fCopy full SHA for 99be37f
stacksets/userpool/stackset.yaml
@@ -44,6 +44,17 @@ Resources:
44
TTL: '3600'
45
ResourceRecords: !GetAtt AuthnzZone.NameServers
46
47
+ AuthnzARecord:
48
+ Type: "AWS::Route53::RecordSet"
49
+ Properties:
50
+ HostedZoneName: !Ref UserPoolDomainName
51
+ Name: !Ref UserPoolDomainName
52
+ Type: A
53
+ AliasTarget:
54
+ HostedZoneId: Z2FDTNDATAQYW2
55
+ DNSName: !Ref UserPoolDomain.CloudFrontDistribution
56
+ EvaluateTargetHealth: false
57
+
58
SiteCertificate:
59
Type: AWS::CertificateManager::Certificate
60
Properties:
0 commit comments