Class CfnChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelMixinProps
CfnChannelMixinProps-
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.mediatailor.CfnChannelMixinProps
CfnChannelMixinProps.Builder, CfnChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelMixinProps.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 booleanThe list of audiences defined in channel.final StringThe name of the channel.final ObjectThe slate used to fill gaps between programs in the schedule.final ObjectThe log configuration.final ObjectThe channel's output properties.final StringThe type of playback mode for this channel.getTags()The tags to assign to the channel.final StringgetTier()The tier for this channel.final ObjectThe configuration for time-shifted viewing.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 theCfnChannelMixinProps.Builder.
-
-
Method Details
-
getAudiences
Description copied from interface:CfnChannelMixinPropsThe list of audiences defined in channel.- Specified by:
getAudiencesin interfaceCfnChannelMixinProps- See Also:
-
getChannelName
Description copied from interface:CfnChannelMixinPropsThe name of the channel.- Specified by:
getChannelNamein interfaceCfnChannelMixinProps- See Also:
-
getFillerSlate
Description copied from interface:CfnChannelMixinPropsThe slate used to fill gaps between programs in the schedule.You must configure filler slate if your channel uses the
LINEARPlaybackMode. MediaTailor doesn't support filler slate for channels using theLOOPPlaybackMode.Returns union: either
IResolvableorCfnChannelPropsMixin.SlateSourceProperty- Specified by:
getFillerSlatein interfaceCfnChannelMixinProps- See Also:
-
getLogConfiguration
Description copied from interface:CfnChannelMixinPropsThe log configuration.Returns union: either
IResolvableorCfnChannelPropsMixin.LogConfigurationForChannelProperty- Specified by:
getLogConfigurationin interfaceCfnChannelMixinProps- See Also:
-
getOutputs
Description copied from interface:CfnChannelMixinPropsThe channel's output properties.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannelPropsMixin.RequestOutputItemProperty>- Specified by:
getOutputsin interfaceCfnChannelMixinProps- See Also:
-
getPlaybackMode
Description copied from interface:CfnChannelMixinPropsThe type of playback mode for this channel.LINEAR- Programs play back-to-back only once.LOOP- Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.- Specified by:
getPlaybackModein interfaceCfnChannelMixinProps- See Also:
-
getTags
Description copied from interface:CfnChannelMixinPropsThe tags to assign to the channel.Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .
- Specified by:
getTagsin interfaceCfnChannelMixinProps- See Also:
-
getTier
Description copied from interface:CfnChannelMixinPropsThe tier for this channel.STANDARD tier channels can contain live programs.
- Specified by:
getTierin interfaceCfnChannelMixinProps- See Also:
-
getTimeShiftConfiguration
Description copied from interface:CfnChannelMixinPropsThe configuration for time-shifted viewing.Returns union: either
IResolvableorCfnChannelPropsMixin.TimeShiftConfigurationProperty- Specified by:
getTimeShiftConfigurationin interfaceCfnChannelMixinProps- 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()
-