Class CfnDistributionPropsMixin.VpcOriginConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnDistributionPropsMixin.VpcOriginConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionPropsMixin.VpcOriginConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionPropsMixin.VpcOriginConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionPropsMixin.VpcOriginConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionPropsMixin.VpcOriginConfigProperty
An implementation for
CfnDistributionPropsMixin.VpcOriginConfigProperty-
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.cfnpropertymixins.services.cloudfront.CfnDistributionPropsMixin.VpcOriginConfigProperty
CfnDistributionPropsMixin.VpcOriginConfigProperty.Builder, CfnDistributionPropsMixin.VpcOriginConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionPropsMixin.VpcOriginConfigProperty.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 NumberSpecifies how long, in seconds, CloudFront persists its connection to the origin.final NumberSpecifies how long, in seconds, CloudFront waits for a response from the origin.final StringThe account ID of the AWS account that owns the VPC origin.final StringThe VPC origin ID.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 theCfnDistributionPropsMixin.VpcOriginConfigProperty.Builder.
-
-
Method Details
-
getOriginKeepaliveTimeout
Description copied from interface:CfnDistributionPropsMixin.VpcOriginConfigPropertySpecifies how long, in seconds, CloudFront persists its connection to the origin.The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
For more information, see Keep-alive timeout (custom origins only) in the Amazon CloudFront Developer Guide .
Default: - 5
- Specified by:
getOriginKeepaliveTimeoutin interfaceCfnDistributionPropsMixin.VpcOriginConfigProperty- See Also:
-
getOriginReadTimeout
Description copied from interface:CfnDistributionPropsMixin.VpcOriginConfigPropertySpecifies how long, in seconds, CloudFront waits for a response from the origin.This is also known as the origin response timeout . The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
For more information, see Response timeout in the Amazon CloudFront Developer Guide .
Default: - 30
- Specified by:
getOriginReadTimeoutin interfaceCfnDistributionPropsMixin.VpcOriginConfigProperty- See Also:
-
getOwnerAccountId
Description copied from interface:CfnDistributionPropsMixin.VpcOriginConfigPropertyThe account ID of the AWS account that owns the VPC origin.- Specified by:
getOwnerAccountIdin interfaceCfnDistributionPropsMixin.VpcOriginConfigProperty- See Also:
-
getVpcOriginId
Description copied from interface:CfnDistributionPropsMixin.VpcOriginConfigPropertyThe VPC origin ID.- Specified by:
getVpcOriginIdin interfaceCfnDistributionPropsMixin.VpcOriginConfigProperty- 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()
-