Last active
July 3, 2019 11:15
-
-
Save taichi/67a88dd1c266b0390cfd222c1e9a0c9e to your computer and use it in GitHub Desktop.
this template does not work.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resources: | |
MyCustomDomain: | |
Type: AWS::ApiGatewayV2::DomainName | |
Properties: | |
DomainName: api.example.com | |
DomainNameConfigurations: | |
- CertificateArn: arn:aws:acm:ap-northeast-1:759044339783:certificate/e17e4147-4f27-4ccb-ab1d-a1d6300f118a | |
EndpointType: REGIONAL | |
Outputs: | |
WayWay: | |
Value: | |
Fn::GetAtt: | |
- MyCustomDomain | |
- RegionalDomainName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CertificateArn is fake value.