Class CfnChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelProps
CfnChannelProps-
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.mediatailor.CfnChannelProps
CfnChannelProps.Builder, CfnChannelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelProps.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 theCfnChannelProps.Builder.
-
-
Method Details
-
getChannelName
Description copied from interface:CfnChannelPropsThe name of the channel.- Specified by:
getChannelNamein interfaceCfnChannelProps- See Also:
-
getOutputs
Description copied from interface:CfnChannelPropsThe channel's output properties.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannel.RequestOutputItemProperty>- Specified by:
getOutputsin interfaceCfnChannelProps- See Also:
-
getPlaybackMode
Description copied from interface:CfnChannelPropsThe 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 interfaceCfnChannelProps- See Also:
-
getAudiences
Description copied from interface:CfnChannelPropsThe list of audiences defined in channel.- Specified by:
getAudiencesin interfaceCfnChannelProps- See Also:
-
getFillerSlate
Description copied from interface:CfnChannelPropsThe 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
IResolvableorCfnChannel.SlateSourceProperty- Specified by:
getFillerSlatein interfaceCfnChannelProps- See Also:
-
getLogConfiguration
Description copied from interface:CfnChannelPropsThe log configuration.Returns union: either
IResolvableorCfnChannel.LogConfigurationForChannelProperty- Specified by:
getLogConfigurationin interfaceCfnChannelProps- See Also:
-
getTags
Description copied from interface:CfnChannelPropsThe 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 interfaceCfnChannelProps- See Also:
-
getTier
Description copied from interface:CfnChannelPropsThe tier for this channel.STANDARD tier channels can contain live programs.
- Specified by:
getTierin interfaceCfnChannelProps- See Also:
-
getTimeShiftConfiguration
Description copied from interface:CfnChannelPropsThe configuration for time-shifted viewing.Returns union: either
IResolvableorCfnChannel.TimeShiftConfigurationProperty- Specified by:
getTimeShiftConfigurationin interfaceCfnChannelProps- 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()
-