public static final class CfnChannel.VpcOutputSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.VpcOutputSettingsProperty
CfnChannel.VpcOutputSettingsProperty
CfnChannel.VpcOutputSettingsProperty.Builder, CfnChannel.VpcOutputSettingsProperty.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> |
getPublicAddressAllocationIds()
List of public address allocation IDs to associate with ENIs that will be created in Output VPC.
|
java.util.List<java.lang.String> |
getSecurityGroupIds()
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
|
java.util.List<java.lang.String> |
getSubnetIds()
A list of VPC subnet IDs from the same VPC.
|
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> getPublicAddressAllocationIds()
CfnChannel.VpcOutputSettingsProperty
Must specify one for SINGLE_PIPELINE, two for STANDARD channels
getPublicAddressAllocationIds
in interface CfnChannel.VpcOutputSettingsProperty
public final java.util.List<java.lang.String> getSecurityGroupIds()
CfnChannel.VpcOutputSettingsProperty
If none are specified then the VPC default security group will be used
getSecurityGroupIds
in interface CfnChannel.VpcOutputSettingsProperty
public final java.util.List<java.lang.String> getSubnetIds()
CfnChannel.VpcOutputSettingsProperty
If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
getSubnetIds
in interface CfnChannel.VpcOutputSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()