This is always the hosted zone ID when you create an alias record (in Route 53) that routes traffic to a CloudFront distribution.
This is always the hosted zone ID when you create an alias record (in Route 53) that routes traffic to a CloudFront distribution. See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html
(outputs m)
Converts an output map from the format {LogicalId [Name Value Description]} to AWS's output format. Description is optional.
Converts an output map from the format {LogicalId [Name Value Description]} to AWS's output format. Description is optional.
(prefixed-outputs prefix m)
Converts a map from the format {LogicalId [Value Description]} to AWS's output format. Output names are prefixed with the given prefix.
Example: (prefixed-outputs "${AWS::StackName}-" {:VpcId [(ref :Vpc)]}) ;= {:VpcId {:Export {:Name {"Fn::Sub" "${AWS::StackName}-VpcId"}} :Value {"Ref" "Vpc"}}}
Converts a map from the format {LogicalId [Value Description]} to AWS's output format. Output names are prefixed with the given prefix. Example: (prefixed-outputs "${AWS::StackName}-" {:VpcId [(ref :Vpc)]}) ;= {:VpcId {:Export {:Name {"Fn::Sub" "${AWS::StackName}-VpcId"}} :Value {"Ref" "Vpc"}}}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close