Class VpcConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.VpcConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
VpcConnectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcConnectorProps
@Stability(Experimental)
@Internal
public static final class VpcConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcConnectorProps
An implementation for
VpcConnectorProps-
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.alpha.VpcConnectorProps
VpcConnectorProps.Builder, VpcConnectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpcConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcConnectorProps.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) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.final IVpcgetVpc()(experimental) The VPC for the VPC Connector.final String(experimental) The name for the VpcConnector.final SubnetSelection(experimental) Where to place the VPC Connector within the VPC.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 theVpcConnectorProps.Builder.
-
-
Method Details
-
getVpc
Description copied from interface:VpcConnectorProps(experimental) The VPC for the VPC Connector.- Specified by:
getVpcin interfaceVpcConnectorProps
-
getSecurityGroups
Description copied from interface:VpcConnectorProps(experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.Default: - a new security group will be created in the specified VPC
- Specified by:
getSecurityGroupsin interfaceVpcConnectorProps
-
getVpcConnectorName
Description copied from interface:VpcConnectorProps(experimental) The name for the VpcConnector.Default: - a name generated by CloudFormation
- Specified by:
getVpcConnectorNamein interfaceVpcConnectorProps
-
getVpcSubnets
Description copied from interface:VpcConnectorProps(experimental) Where to place the VPC Connector within the VPC.Default: - Private subnets.
- Specified by:
getVpcSubnetsin interfaceVpcConnectorProps
-
$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()
-