Class CfnDistribution.VpcOriginConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnDistribution.VpcOriginConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistribution.VpcOriginConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistribution.VpcOriginConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDistribution.VpcOriginConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistribution.VpcOriginConfigProperty
An implementation for
CfnDistribution.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.services.cloudfront.CfnDistribution.VpcOriginConfigProperty
CfnDistribution.VpcOriginConfigProperty.Builder, CfnDistribution.VpcOriginConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistribution.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 theCfnDistribution.VpcOriginConfigProperty.Builder.
-
-
Method Details
-
getVpcOriginId
Description copied from interface:CfnDistribution.VpcOriginConfigPropertyThe VPC origin ID.- Specified by:
getVpcOriginIdin interfaceCfnDistribution.VpcOriginConfigProperty- See Also:
-
getOriginKeepaliveTimeout
Description copied from interface:CfnDistribution.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 interfaceCfnDistribution.VpcOriginConfigProperty- See Also:
-
getOriginReadTimeout
Description copied from interface:CfnDistribution.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 interfaceCfnDistribution.VpcOriginConfigProperty- See Also:
-
getOwnerAccountId
Description copied from interface:CfnDistribution.VpcOriginConfigPropertyThe account ID of the AWS account that owns the VPC origin.- Specified by:
getOwnerAccountIdin interfaceCfnDistribution.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()
-