interface StreamingDistributionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.StreamingDistributionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#StreamingDistributionReference |
![]() | software.amazon.awscdk.services.cloudfront.StreamingDistributionReference |
![]() | aws_cdk.aws_cloudfront.StreamingDistributionReference |
![]() | aws-cdk-lib » aws_cloudfront » StreamingDistributionReference |
A reference to a StreamingDistribution resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const streamingDistributionReference: cloudfront.StreamingDistributionReference = {
streamingDistributionId: 'streamingDistributionId',
};
Properties
Name | Type | Description |
---|---|---|
streaming | string | The Id of the StreamingDistribution resource. |
streamingDistributionId
Type:
string
The Id of the StreamingDistribution resource.