StreamingDistributionReference

class aws_cdk.aws_cloudfront.StreamingDistributionReference(*, streaming_distribution_id)

Bases: object

A reference to a StreamingDistribution resource.

Parameters:

streaming_distribution_id (str) – The Id of the StreamingDistribution resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_cloudfront as cloudfront

streaming_distribution_reference = cloudfront.StreamingDistributionReference(
    streaming_distribution_id="streamingDistributionId"
)

Attributes

streaming_distribution_id

The Id of the StreamingDistribution resource.