Class VPCPeeringConnectionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.VPCPeeringConnectionOptions.Jsii$Proxy
- All Implemented Interfaces:
VPCPeeringConnectionOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VPCPeeringConnectionOptions
@Stability(Experimental)
@Internal
public static final class VPCPeeringConnectionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VPCPeeringConnectionOptions
An implementation for
VPCPeeringConnectionOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.VPCPeeringConnectionOptions
VPCPeeringConnectionOptions.Builder, VPCPeeringConnectionOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theVPCPeeringConnectionOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final IVpcV2
(experimental) The VPC that is accepting the peering connection.final String
(experimental) The role arn created in the acceptor account.final String
(experimental) The resource name of the peering connection.final int
hashCode()
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 theVPCPeeringConnectionOptions.Builder
.
-
-
Method Details
-
getAcceptorVpc
Description copied from interface:VPCPeeringConnectionOptions
(experimental) The VPC that is accepting the peering connection.- Specified by:
getAcceptorVpc
in interfaceVPCPeeringConnectionOptions
-
getPeerRoleArn
Description copied from interface:VPCPeeringConnectionOptions
(experimental) The role arn created in the acceptor account.Default: - no peerRoleArn needed if not cross account connection
- Specified by:
getPeerRoleArn
in interfaceVPCPeeringConnectionOptions
-
getVpcPeeringConnectionName
Description copied from interface:VPCPeeringConnectionOptions
(experimental) The resource name of the peering connection.Default: - peering connection provisioned without any name
- Specified by:
getVpcPeeringConnectionName
in interfaceVPCPeeringConnectionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-