Class VpcConnectorAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.VpcConnectorAttributes.Jsii$Proxy
- All Implemented Interfaces:
VpcConnectorAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcConnectorAttributes
@Stability(Experimental)
@Internal
public static final class VpcConnectorAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcConnectorAttributes
An implementation for
VpcConnectorAttributes
-
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.apprunner.VpcConnectorAttributes
VpcConnectorAttributes.Builder, VpcConnectorAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcConnectorAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcConnectorAttributes.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 List<ISecurityGroup>
(experimental) The security groups associated with the VPC connector.final String
(experimental) The ARN of the VPC connector.final String
(experimental) The name of the VPC connector.final Number
(experimental) The revision of the VPC connector.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 theVpcConnectorAttributes.Builder
.
-
-
Method Details
-
getSecurityGroups
Description copied from interface:VpcConnectorAttributes
(experimental) The security groups associated with the VPC connector.- Specified by:
getSecurityGroups
in interfaceVpcConnectorAttributes
-
getVpcConnectorArn
Description copied from interface:VpcConnectorAttributes
(experimental) The ARN of the VPC connector.- Specified by:
getVpcConnectorArn
in interfaceVpcConnectorAttributes
-
getVpcConnectorName
Description copied from interface:VpcConnectorAttributes
(experimental) The name of the VPC connector.- Specified by:
getVpcConnectorName
in interfaceVpcConnectorAttributes
-
getVpcConnectorRevision
Description copied from interface:VpcConnectorAttributes
(experimental) The revision of the VPC connector.- Specified by:
getVpcConnectorRevision
in interfaceVpcConnectorAttributes
-
$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()
-