AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::StreamingDistribution

CloudFront StreamingDistribution

Resource Type definition for AWS::CloudFront::StreamingDistribution

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
StreamingDistributionConfig
StreamingDistributionConfig
Required
Tags
Array<Tag>
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DomainNamestring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::StreamingDistribution

Resources:
  MyResource:
    Type: AWS::CloudFront::StreamingDistribution
    Properties:
      StreamingDistributionConfig: "value"
      Tags: []

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic