Class VpcOutputSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.VpcOutputSettings.Jsii$Proxy
- All Implemented Interfaces:
VpcOutputSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcOutputSettings
@Stability(Experimental)
@Internal
public static final class VpcOutputSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcOutputSettings
An implementation for
VpcOutputSettings-
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.services.medialive.alpha.VpcOutputSettings
VpcOutputSettings.Builder, VpcOutputSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpcOutputSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcOutputSettings.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 boolean(experimental) Public address allocation IDs to associate with ENIs created in the output VPC.final List<ISecurityGroupRef> (experimental) The security groups to attach to the output VPC network interfaces.final List<ISubnetRef> (experimental) The subnets to use for the channel's output endpoints.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
Constructor that initializes the object based on literal property values passed by theVpcOutputSettings.Builder.
-
-
Method Details
-
getSubnets
Description copied from interface:VpcOutputSettings(experimental) The subnets to use for the channel's output endpoints.For STANDARD channels, provide subnets in two different availability zones. For SINGLE_PIPELINE channels, provide at least one subnet.
- Specified by:
getSubnetsin interfaceVpcOutputSettings
-
getPublicAddressAllocationIds
Description copied from interface:VpcOutputSettings(experimental) Public address allocation IDs to associate with ENIs created in the output VPC.Must specify one for SINGLE_PIPELINE, two for STANDARD channels.
Default: - no public addresses
- Specified by:
getPublicAddressAllocationIdsin interfaceVpcOutputSettings
-
getSecurityGroups
Description copied from interface:VpcOutputSettings(experimental) The security groups to attach to the output VPC network interfaces.Default: - VPC default security group
- Specified by:
getSecurityGroupsin interfaceVpcOutputSettings
-
$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()
-