Class CfnMultiplexprogram
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.medialive.CfnMultiplexprogram
- All Implemented Interfaces:
IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-27T16:51:00.455Z")
@Stability(Stable)
public class CfnMultiplexprogram
extends CfnResource
implements IInspectable
Resource schema for AWS::MediaLive::Multiplexprogram.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; CfnMultiplexprogram cfnMultiplexprogram = CfnMultiplexprogram.Builder.create(this, "MyCfnMultiplexprogram") .multiplexId("multiplexId") .multiplexProgramSettings(MultiplexProgramSettingsProperty.builder() .programNumber(123) // the properties below are optional .preferredChannelPipeline("preferredChannelPipeline") .serviceDescriptor(MultiplexProgramServiceDescriptorProperty.builder() .providerName("providerName") .serviceName("serviceName") .build()) .videoSettings(MultiplexVideoSettingsProperty.builder() .constantBitrate(123) .statmuxSettings(MultiplexStatmuxVideoSettingsProperty.builder() .maximumBitrate(123) .minimumBitrate(123) .priority(123) .build()) .build()) .build()) .packetIdentifiersMap(MultiplexProgramPacketIdentifiersMapProperty.builder() .audioPids(List.of(123)) .dvbSubPids(List.of(123)) .dvbTeletextPid(123) .etvPlatformPid(123) .etvSignalPid(123) .klvDataPids(List.of(123)) .pcrPid(123) .pmtPid(123) .privateMetadataPid(123) .scte27Pids(List.of(123)) .scte35Pid(123) .timedMetadataPid(123) .videoPid(123) .build()) .pipelineDetails(List.of(MultiplexProgramPipelineDetailProperty.builder() .activeChannelPipeline("activeChannelPipeline") .pipelineId("pipelineId") .build())) .preferredChannelPipeline("preferredChannelPipeline") .programName("programName") .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnMultiplexprogram
.static interface
Packet identifiers map for a given Multiplex program.static interface
The current source for one of the pipelines in the multiplex.static interface
Transport stream service descriptor configuration for the Multiplex program.static interface
Multiplex Program settings configuration.static interface
Statmux rate control settings.static interface
The video configuration for each program in a multiplex.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnMultiplexprogram
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnMultiplexprogram
(software.amazon.jsii.JsiiObjectRef objRef) CfnMultiplexprogram
(software.constructs.Construct scope, String id) CfnMultiplexprogram
(software.constructs.Construct scope, String id, CfnMultiplexprogramProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe unique ID of the channel.The unique id of the multiplex.Multiplex Program settings configuration.Packet identifiers map for a given Multiplex program.Contains information about the current sources for the specified program in the specified multiplex.Indicates which pipeline is preferred by the multiplex for program ingest.The name of the multiplex program.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setMultiplexId
(String value) The unique id of the multiplex.void
Multiplex Program settings configuration.void
Multiplex Program settings configuration.void
Packet identifiers map for a given Multiplex program.void
Packet identifiers map for a given Multiplex program.void
setPipelineDetails
(List<Object> value) Contains information about the current sources for the specified program in the specified multiplex.void
setPipelineDetails
(IResolvable value) Contains information about the current sources for the specified program in the specified multiplex.void
Indicates which pipeline is preferred by the multiplex for program ingest.void
setProgramName
(String value) The name of the multiplex program.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnMultiplexprogram
protected CfnMultiplexprogram(software.amazon.jsii.JsiiObjectRef objRef) -
CfnMultiplexprogram
protected CfnMultiplexprogram(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnMultiplexprogram
@Stability(Stable) public CfnMultiplexprogram(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnMultiplexprogramProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnMultiplexprogram
@Stability(Stable) public CfnMultiplexprogram(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrChannelId
The unique ID of the channel. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getMultiplexId
The unique id of the multiplex. -
setMultiplexId
The unique id of the multiplex. -
getMultiplexProgramSettings
Multiplex Program settings configuration. -
setMultiplexProgramSettings
Multiplex Program settings configuration. -
setMultiplexProgramSettings
@Stability(Stable) public void setMultiplexProgramSettings(@Nullable CfnMultiplexprogram.MultiplexProgramSettingsProperty value) Multiplex Program settings configuration. -
getPacketIdentifiersMap
Packet identifiers map for a given Multiplex program. -
setPacketIdentifiersMap
Packet identifiers map for a given Multiplex program. -
setPacketIdentifiersMap
@Stability(Stable) public void setPacketIdentifiersMap(@Nullable CfnMultiplexprogram.MultiplexProgramPacketIdentifiersMapProperty value) Packet identifiers map for a given Multiplex program. -
getPipelineDetails
Contains information about the current sources for the specified program in the specified multiplex. -
setPipelineDetails
Contains information about the current sources for the specified program in the specified multiplex. -
setPipelineDetails
Contains information about the current sources for the specified program in the specified multiplex. -
getPreferredChannelPipeline
Indicates which pipeline is preferred by the multiplex for program ingest. -
setPreferredChannelPipeline
Indicates which pipeline is preferred by the multiplex for program ingest. -
getProgramName
The name of the multiplex program. -
setProgramName
The name of the multiplex program.
-