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-21T06:34:11.113Z")
@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
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnMultiplex
.static interface
Multiplex MediaConnect output destination settings.static interface
Multiplex output destination settings.static interface
Contains configuration for a Multiplex event.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
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnMultiplex
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnMultiplex
(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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAvailabilityZones
(List<String> value) A list of availability zones for the multiplex.void
setDestinations
(List<Object> value) A list of the multiplex output destinations.void
setDestinations
(IResolvable value) A list of the multiplex output destinations.void
setMultiplexSettings
(IResolvable value) Configuration for a multiplex event.void
Configuration for a multiplex event.void
The name of the multiplex.void
A 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, 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
-
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:
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.
-
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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in 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.
-