public static final class CfnModel.VpcConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModel.VpcConfigProperty
CfnModel.VpcConfigProperty
CfnModel.VpcConfigProperty.Builder, CfnModel.VpcConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getSecurityGroupIds()
The VPC security group IDs, in the form sg-xxxxxxxx.
|
java.util.List<java.lang.String> |
getSubnets()
The ID of the subnets in the VPC to which you want to connect your training job or model.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getSecurityGroupIds()
CfnModel.VpcConfigProperty
Specify the security groups for the VPC that is specified in the Subnets
field.
getSecurityGroupIds
in interface CfnModel.VpcConfigProperty
public final java.util.List<java.lang.String> getSubnets()
CfnModel.VpcConfigProperty
For information about the availability of specific instance types, see Supported Instance Types and Availability Zones .
getSubnets
in interface CfnModel.VpcConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()