Class CfnVpcOrigin.VpcOriginEndpointConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnVpcOrigin.VpcOriginEndpointConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcOrigin.VpcOriginEndpointConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcOrigin.VpcOriginEndpointConfigProperty
@Stability(Stable)
@Internal
public static final class CfnVpcOrigin.VpcOriginEndpointConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcOrigin.VpcOriginEndpointConfigProperty
An implementation for
CfnVpcOrigin.VpcOriginEndpointConfigProperty-
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.CfnVpcOrigin.VpcOriginEndpointConfigProperty
CfnVpcOrigin.VpcOriginEndpointConfigProperty.Builder, CfnVpcOrigin.VpcOriginEndpointConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVpcOrigin.VpcOriginEndpointConfigProperty.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 StringgetArn()The ARN of the CloudFront VPC origin endpoint configuration.final NumberThe HTTP port for the CloudFront VPC origin endpoint configuration.final NumberThe HTTPS port of the CloudFront VPC origin endpoint configuration.final StringgetName()The name of the CloudFront VPC origin endpoint configuration.final StringThe origin protocol policy for the CloudFront VPC origin endpoint configuration.Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.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 theCfnVpcOrigin.VpcOriginEndpointConfigProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnVpcOrigin.VpcOriginEndpointConfigPropertyThe ARN of the CloudFront VPC origin endpoint configuration.- Specified by:
getArnin interfaceCfnVpcOrigin.VpcOriginEndpointConfigProperty- See Also:
-
getName
Description copied from interface:CfnVpcOrigin.VpcOriginEndpointConfigPropertyThe name of the CloudFront VPC origin endpoint configuration.- Specified by:
getNamein interfaceCfnVpcOrigin.VpcOriginEndpointConfigProperty- See Also:
-
getHttpPort
Description copied from interface:CfnVpcOrigin.VpcOriginEndpointConfigPropertyThe HTTP port for the CloudFront VPC origin endpoint configuration.The default value is
80.Default: - 80
- Specified by:
getHttpPortin interfaceCfnVpcOrigin.VpcOriginEndpointConfigProperty- See Also:
-
getHttpsPort
Description copied from interface:CfnVpcOrigin.VpcOriginEndpointConfigPropertyThe HTTPS port of the CloudFront VPC origin endpoint configuration.The default value is
443.Default: - 443
- Specified by:
getHttpsPortin interfaceCfnVpcOrigin.VpcOriginEndpointConfigProperty- See Also:
-
getOriginProtocolPolicy
Description copied from interface:CfnVpcOrigin.VpcOriginEndpointConfigPropertyThe origin protocol policy for the CloudFront VPC origin endpoint configuration.Default: - "match-viewer"
- Specified by:
getOriginProtocolPolicyin interfaceCfnVpcOrigin.VpcOriginEndpointConfigProperty- See Also:
-
getOriginSslProtocols
Description copied from interface:CfnVpcOrigin.VpcOriginEndpointConfigPropertySpecifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.Valid values include
SSLv3,TLSv1,TLSv1.1, andTLSv1.2.For more information, see Minimum Origin SSL Protocol in the Amazon CloudFront Developer Guide .
- Specified by:
getOriginSslProtocolsin interfaceCfnVpcOrigin.VpcOriginEndpointConfigProperty- 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()
-