Amazon CloudFront StreamingDistribution S3Origin
The
S3Origin property type specifies information about the Amazon S3 bucket from
which you want Amazon CloudFront to get your media files for distribution. For more
information, see
S3Origin in the
Amazon CloudFront API Reference.
S3Origin is a property of the StreamingDistributionConfig property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DomainName" :String, "OriginAccessIdentity" :String}
YAML
DomainName:StringOriginAccessIdentity:String
Properties
DomainName-
The DNS name of the Amazon S3 origin.
Required: Yes
Type: String
Update requires: No interruption
OriginAccessIdentity-
The CloudFront origin access identity to associate with the RTMP distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront. For more information, see the
OriginAccessIdentityproperty for S3Origin in Amazon CloudFront API Reference.Required: Yes
Type: String
Update requires: No interruption
See Also
-
S3Origin in the Amazon CloudFront API Reference
