Class MediaPackageV2OriginProps.Jsii$Proxy
- All Implemented Interfaces:
OriginOptions,OriginProps,MediaPackageV2OriginProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MediaPackageV2OriginProps
MediaPackageV2OriginProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.alpha.MediaPackageV2OriginProps
MediaPackageV2OriginProps.Builder, MediaPackageV2OriginProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMediaPackageV2OriginProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal CdnAuthConfiguration(experimental) Optional CDN authorization configuration.final IChannelGroup(experimental) The channel group that the origin endpoint belongs to.final NumberThe number of times that CloudFront attempts to connect to the origin;final DurationThe number of seconds that CloudFront waits when trying to establish a connection to the origin.A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.final IOriginAccessControlRef(experimental) An optional Origin Access Control.final StringThe unique identifier of an origin access control for this origin.final StringA unique identifier for the origin.final StringAn optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.final BooleanOrigin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false.final StringWhen you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.final DurationThe time that a request from CloudFront to the origin can stay open and wait for a response.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMediaPackageV2OriginProps.Builder.
-
-
Method Details
-
getChannelGroup
Description copied from interface:MediaPackageV2OriginProps(experimental) The channel group that the origin endpoint belongs to.Used to derive the egress domain for the CloudFront origin.
- Specified by:
getChannelGroupin interfaceMediaPackageV2OriginProps
-
getCdnAuth
Description copied from interface:MediaPackageV2OriginProps(experimental) Optional CDN authorization configuration.If you need CDN auth on this endpoint, provide it here so it is configured on the first
addToResourcePolicycall. If CDN auth is added separately after this origin is bound, it will be ignored.Default: - no CDN authorization
- Specified by:
getCdnAuthin interfaceMediaPackageV2OriginProps
-
getOriginAccessControl
Description copied from interface:MediaPackageV2OriginProps(experimental) An optional Origin Access Control.Default: - an Origin Access Control will be created automatically.
- Specified by:
getOriginAccessControlin interfaceMediaPackageV2OriginProps
-
getOriginPath
Description copied from interface:OriginPropsAn optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.Must begin, but not end, with '/' (e.g., '/production/images').
Default: '/'
- Specified by:
getOriginPathin interfaceOriginProps
-
getConnectionAttempts
Description copied from interface:OriginOptionsThe number of times that CloudFront attempts to connect to the origin;valid values are 1, 2, or 3 attempts.
Default: 3
- Specified by:
getConnectionAttemptsin interfaceOriginOptions
-
getConnectionTimeout
Description copied from interface:OriginOptionsThe number of seconds that CloudFront waits when trying to establish a connection to the origin.Valid values are 1-10 seconds, inclusive.
Default: Duration.seconds(10)
- Specified by:
getConnectionTimeoutin interfaceOriginOptions
-
getCustomHeaders
Description copied from interface:OriginOptionsA list of HTTP header names and values that CloudFront adds to requests it sends to the origin.Default: {}
- Specified by:
getCustomHeadersin interfaceOriginOptions
-
getOriginAccessControlId
Description copied from interface:OriginOptionsThe unique identifier of an origin access control for this origin.Default: - no origin access control
- Specified by:
getOriginAccessControlIdin interfaceOriginOptions
-
getOriginId
Description copied from interface:OriginOptionsA unique identifier for the origin.This value must be unique within the distribution.
Default: - an originid will be generated for you
- Specified by:
getOriginIdin interfaceOriginOptions
-
getOriginShieldEnabled
Description copied from interface:OriginOptionsOrigin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false.Default: - true
- Specified by:
getOriginShieldEnabledin interfaceOriginOptions
-
getOriginShieldRegion
Description copied from interface:OriginOptionsWhen you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.Default: - origin shield not enabled
- Specified by:
getOriginShieldRegionin interfaceOriginOptions- See Also:
-
getResponseCompletionTimeout
Description copied from interface:OriginOptionsThe time that a request from CloudFront to the origin can stay open and wait for a response.If the complete response isn't received from the origin by this time, CloudFront ends the connection.
Valid values are 1-3600 seconds, inclusive.
Default: undefined - AWS CloudFront default is not enforcing a maximum value
- Specified by:
getResponseCompletionTimeoutin interfaceOriginOptions- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-