Class VPCPeeringConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.VPCPeeringConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
VPCPeeringConnectionOptions,VPCPeeringConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VPCPeeringConnectionProps
@Stability(Experimental)
@Internal
public static final class VPCPeeringConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VPCPeeringConnectionProps
An implementation for
VPCPeeringConnectionProps-
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.ec2.alpha.VPCPeeringConnectionProps
VPCPeeringConnectionProps.Builder, VPCPeeringConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theVPCPeeringConnectionProps.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 IVpcV2(experimental) The VPC that is accepting the peering connection.final String(experimental) The role arn created in the acceptor account.final IVpcV2(experimental) The VPC that is requesting the peering connection.final String(experimental) The resource name of the peering connection.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 theVPCPeeringConnectionProps.Builder.
-
-
Method Details
-
getRequestorVpc
Description copied from interface:VPCPeeringConnectionProps(experimental) The VPC that is requesting the peering connection.- Specified by:
getRequestorVpcin interfaceVPCPeeringConnectionProps
-
getAcceptorVpc
Description copied from interface:VPCPeeringConnectionOptions(experimental) The VPC that is accepting the peering connection.- Specified by:
getAcceptorVpcin 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:
getPeerRoleArnin interfaceVPCPeeringConnectionOptions
-
getVpcPeeringConnectionName
Description copied from interface:VPCPeeringConnectionOptions(experimental) The resource name of the peering connection.Default: - peering connection provisioned without any name
- Specified by:
getVpcPeeringConnectionNamein interfaceVPCPeeringConnectionOptions
-
$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()
-