Class CfnMultiplexMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnMultiplexMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiplexMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiplexMixinProps
@Stability(Stable)
@Internal
public static final class CfnMultiplexMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiplexMixinProps
An implementation for
CfnMultiplexMixinProps-
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.cfnpropertymixins.services.medialive.CfnMultiplexMixinProps
CfnMultiplexMixinProps.Builder, CfnMultiplexMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMultiplexMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMultiplexMixinProps.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 booleanA list of availability zones for the multiplex.final ObjectA list of the multiplex output destinations.final ObjectConfiguration for a multiplex event.final StringgetName()The name of the multiplex.getTags()A collection of key-value pairs.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 theCfnMultiplexMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZones
Description copied from interface:CfnMultiplexMixinPropsA list of availability zones for the multiplex.- Specified by:
getAvailabilityZonesin interfaceCfnMultiplexMixinProps- See Also:
-
getDestinations
Description copied from interface:CfnMultiplexMixinPropsA list of the multiplex output destinations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMultiplexPropsMixin.MultiplexOutputDestinationProperty>- Specified by:
getDestinationsin interfaceCfnMultiplexMixinProps- See Also:
-
getMultiplexSettings
Description copied from interface:CfnMultiplexMixinPropsConfiguration for a multiplex event.Returns union: either
IResolvableorCfnMultiplexPropsMixin.MultiplexSettingsProperty- Specified by:
getMultiplexSettingsin interfaceCfnMultiplexMixinProps- See Also:
-
getName
Description copied from interface:CfnMultiplexMixinPropsThe name of the multiplex.- Specified by:
getNamein interfaceCfnMultiplexMixinProps- See Also:
-
getTags
Description copied from interface:CfnMultiplexMixinPropsA collection of key-value pairs.- Specified by:
getTagsin interfaceCfnMultiplexMixinProps- See Also:
-
$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()
-