Class CfnMultiplex
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.CfnMultiplex
- All Implemented Interfaces:
IInspectable,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:12.841Z")
@Stability(Stable)
public class CfnMultiplex
extends CfnResource
implements IInspectable, ITaggableV2
The multiplex object.
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.*;
CfnMultiplex cfnMultiplex = CfnMultiplex.Builder.create(this, "MyCfnMultiplex")
.availabilityZones(List.of("availabilityZones"))
.multiplexSettings(MultiplexSettingsProperty.builder()
.transportStreamBitrate(123)
.transportStreamId(123)
// the properties below are optional
.maximumVideoBufferDelayMilliseconds(123)
.transportStreamReservedBitrate(123)
.build())
.name("name")
// the properties below are optional
.destinations(List.of(MultiplexOutputDestinationProperty.builder()
.multiplexMediaConnectOutputDestinationSettings(MultiplexMediaConnectOutputDestinationSettingsProperty.builder()
.entitlementArn("entitlementArn")
.build())
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnMultiplex.static interfaceMultiplex MediaConnect output destination settings.static interfaceMultiplex output destination settings.static interfaceContains configuration for a Multiplex event.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnMultiplex(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnMultiplex(software.amazon.jsii.JsiiObjectRef objRef) CfnMultiplex(software.constructs.Construct scope, String id, CfnMultiplexProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe unique arn of the multiplex.The unique id of the multiplex.The number of currently healthy pipelines.The number of programs in the multiplex.The current state of the multiplex.A list of availability zones for the multiplex.Tag Manager which manages the tags for this resource.A list of the multiplex output destinations.Configuration for a multiplex event.getName()The name of the multiplex.getTags()A collection of key-value pairs.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAvailabilityZones(List<String> value) A list of availability zones for the multiplex.voidsetDestinations(List<Object> value) A list of the multiplex output destinations.voidsetDestinations(IResolvable value) A list of the multiplex output destinations.voidsetMultiplexSettings(IResolvable value) Configuration for a multiplex event.voidConfiguration for a multiplex event.voidThe name of the multiplex.voidA collection of key-value pairs.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, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
CfnMultiplex
protected CfnMultiplex(software.amazon.jsii.JsiiObjectRef objRef) -
CfnMultiplex
protected CfnMultiplex(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnMultiplex
@Stability(Stable) public CfnMultiplex(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnMultiplexProps 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. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The unique arn of the multiplex. -
getAttrId
The unique id of the multiplex. -
getAttrPipelinesRunningCount
The number of currently healthy pipelines. -
getAttrProgramCount
The number of programs in the multiplex. -
getAttrState
The current state of the multiplex. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getAvailabilityZones
A list of availability zones for the multiplex. -
setAvailabilityZones
A list of availability zones for the multiplex. -
getMultiplexSettings
Configuration for a multiplex event. -
setMultiplexSettings
Configuration for a multiplex event. -
setMultiplexSettings
@Stability(Stable) public void setMultiplexSettings(@NotNull CfnMultiplex.MultiplexSettingsProperty value) Configuration for a multiplex event. -
getName
The name of the multiplex. -
setName
The name of the multiplex. -
getDestinations
A list of the multiplex output destinations. -
setDestinations
A list of the multiplex output destinations. -
setDestinations
A list of the multiplex output destinations. -
getTags
A collection of key-value pairs. -
setTags
A collection of key-value pairs.
-