Uses of Class
software.amazon.awscdk.services.mediapackagev2.alpha.MediaPackageV2Origin.Builder
Packages that use MediaPackageV2Origin.Builder
Package
Description
AWS::MediaPackageV2 Construct Library
-
Uses of MediaPackageV2Origin.Builder in software.amazon.awscdk.services.mediapackagev2.alpha
Methods in software.amazon.awscdk.services.mediapackagev2.alpha that return MediaPackageV2Origin.BuilderModifier and TypeMethodDescriptionMediaPackageV2Origin.Builder.cdnAuth(CdnAuthConfiguration cdnAuth) (experimental) Optional CDN authorization configuration.MediaPackageV2Origin.Builder.channelGroup(IChannelGroup channelGroup) (experimental) The channel group that the origin endpoint belongs to.MediaPackageV2Origin.Builder.connectionAttempts(Number connectionAttempts) The number of times that CloudFront attempts to connect to the origin;MediaPackageV2Origin.Builder.connectionTimeout(Duration connectionTimeout) The number of seconds that CloudFront waits when trying to establish a connection to the origin.static MediaPackageV2Origin.BuilderMediaPackageV2Origin.Builder.create(IOriginEndpoint endpoint) MediaPackageV2Origin.Builder.customHeaders(Map<String, String> customHeaders) A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.MediaPackageV2Origin.Builder.originAccessControl(IOriginAccessControlRef originAccessControl) (experimental) An optional Origin Access Control.MediaPackageV2Origin.Builder.originAccessControlId(String originAccessControlId) The unique identifier of an origin access control for this origin.A unique identifier for the origin.MediaPackageV2Origin.Builder.originPath(String originPath) An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.MediaPackageV2Origin.Builder.originShieldEnabled(Boolean originShieldEnabled) Origin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false.MediaPackageV2Origin.Builder.originShieldRegion(String originShieldRegion) When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.MediaPackageV2Origin.Builder.responseCompletionTimeout(Duration responseCompletionTimeout) The time that a request from CloudFront to the origin can stay open and wait for a response.