public static final class CfnCanary.VPCConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCanary.VPCConfigProperty
CfnCanary.VPCConfigProperty
CfnCanary.VPCConfigProperty.Builder, CfnCanary.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 IDs of the security groups for this canary.
|
java.util.List<java.lang.String> |
getSubnetIds()
The IDs of the subnets where this canary is to run.
|
java.lang.String |
getVpcId()
The ID of the VPC where this canary is to run.
|
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()
CfnCanary.VPCConfigProperty
getSecurityGroupIds
in interface CfnCanary.VPCConfigProperty
public final java.util.List<java.lang.String> getSubnetIds()
CfnCanary.VPCConfigProperty
getSubnetIds
in interface CfnCanary.VPCConfigProperty
public final java.lang.String getVpcId()
CfnCanary.VPCConfigProperty
getVpcId
in interface CfnCanary.VPCConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()