Class CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty
An implementation for
CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty-
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.cfnpropertymixins.services.lambda.CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty
CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Builder, CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.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 booleanA list of security group IDs that control network access for compute instances managed by the capacity provider.A list of subnet IDs where the capacity provider launches compute instances.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
protected Jsii$Proxy(CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigPropertyA list of security group IDs that control network access for compute instances managed by the capacity provider.- Specified by:
getSecurityGroupIdsin interfaceCfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnCapacityProviderPropsMixin.CapacityProviderVpcConfigPropertyA list of subnet IDs where the capacity provider launches compute instances.- Specified by:
getSubnetIdsin interfaceCfnCapacityProviderPropsMixin.CapacityProviderVpcConfigProperty- See Also:
-
$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()
-