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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.VpcConnectorAttributes
VpcConnectorAttributes.Builder, VpcConnectorAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpcConnectorAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcConnectorAttributes.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 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 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 theVpcConnectorAttributes.Builder.
-
-
Method Details
-
getSecurityGroups
Description copied from interface:VpcConnectorAttributes(experimental) The security groups associated with the VPC connector.- Specified by:
getSecurityGroupsin interfaceVpcConnectorAttributes
-
getVpcConnectorArn
Description copied from interface:VpcConnectorAttributes(experimental) The ARN of the VPC connector.- Specified by:
getVpcConnectorArnin interfaceVpcConnectorAttributes
-
getVpcConnectorName
Description copied from interface:VpcConnectorAttributes(experimental) The name of the VPC connector.- Specified by:
getVpcConnectorNamein interfaceVpcConnectorAttributes
-
getVpcConnectorRevision
Description copied from interface:VpcConnectorAttributes(experimental) The revision of the VPC connector.- Specified by:
getVpcConnectorRevisionin interfaceVpcConnectorAttributes
-
$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()
-