| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Creates an Amazon CloudFront download distribution. For general information about CloudFront distributions, see the Introduction to Amazon CloudFront in the Amazon CloudFront Developer Guide. For specific information about creating CloudFront download distributions, see POST Distribution in the Amazon CloudFront API Reference.
{
"Type" : "AWS::CloudFront::Distribution",
"Properties" : {
"DistributionConfig" : DistributionConfig
}
}
The distribution's configuration information.
Required: Yes
Type: DistributionConfig type
Update requires: replacement
Returns: The CloudFront
distribution ID. For example: E27LVI50CSW06W.
For more information about using the Ref function, see Ref.
Fn::GetAtt returns a value for a specified attribute of this type.
This section lists the available attributes and corresponding return values.
Returns: The domain name of the resource. For example:
d2fadu0nynjpfn.cloudfront.net.
For more information about using Fn:GetAtt, see Fn::GetAtt.
To view AWS::CloudFront::Distribution snippets, see Amazon CloudFront Template Snippets.