Class CfnChannel.VpcOutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.VpcOutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.VpcOutputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.VpcOutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.VpcOutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.VpcOutputSettingsProperty
An implementation for
CfnChannel.VpcOutputSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.VpcOutputSettingsProperty
CfnChannel.VpcOutputSettingsProperty.Builder, CfnChannel.VpcOutputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.VpcOutputSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
List of public address allocation IDs to associate with ENIs that will be created in Output VPC.A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.A list of VPC subnet IDs from the same VPC.final int
hashCode()
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 theCfnChannel.VpcOutputSettingsProperty.Builder
.
-
-
Method Details
-
getPublicAddressAllocationIds
Description copied from interface:CfnChannel.VpcOutputSettingsProperty
List of public address allocation IDs to associate with ENIs that will be created in Output VPC.Must specify one for SINGLE_PIPELINE, two for STANDARD channels
- Specified by:
getPublicAddressAllocationIds
in interfaceCfnChannel.VpcOutputSettingsProperty
-
getSecurityGroupIds
Description copied from interface:CfnChannel.VpcOutputSettingsProperty
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.If none are specified then the VPC default security group will be used
- Specified by:
getSecurityGroupIds
in interfaceCfnChannel.VpcOutputSettingsProperty
-
getSubnetIds
Description copied from interface:CfnChannel.VpcOutputSettingsProperty
A list of VPC subnet IDs from the same VPC.If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
- Specified by:
getSubnetIds
in interfaceCfnChannel.VpcOutputSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-