Class CfnChannelPropsMixin.OutputGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.OutputGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.OutputGroupProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.OutputGroupProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.OutputGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.OutputGroupProperty
An implementation for
CfnChannelPropsMixin.OutputGroupProperty-
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.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.OutputGroupProperty
CfnChannelPropsMixin.OutputGroupProperty.Builder, CfnChannelPropsMixin.OutputGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.OutputGroupProperty.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 booleanfinal StringgetName()A custom output group name that you can optionally define.final ObjectThe settings associated with the output group.final ObjectThe settings for the outputs in the output group.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 theCfnChannelPropsMixin.OutputGroupProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnChannelPropsMixin.OutputGroupPropertyA custom output group name that you can optionally define.Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.
- Specified by:
getNamein interfaceCfnChannelPropsMixin.OutputGroupProperty- See Also:
-
getOutputGroupSettings
Description copied from interface:CfnChannelPropsMixin.OutputGroupPropertyThe settings associated with the output group.Returns union: either
IResolvableorCfnChannelPropsMixin.OutputGroupSettingsProperty- Specified by:
getOutputGroupSettingsin interfaceCfnChannelPropsMixin.OutputGroupProperty- See Also:
-
getOutputs
Description copied from interface:CfnChannelPropsMixin.OutputGroupPropertyThe settings for the outputs in the output group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannelPropsMixin.OutputProperty>- Specified by:
getOutputsin interfaceCfnChannelPropsMixin.OutputGroupProperty- 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()
-