Interface CfnChannelProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:11.096Z")
@Stability(Stable)
public interface CfnChannelProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnChannel.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsstatic final classAn implementation forCfnChannelProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnChannelProps.Builderbuilder()default ObjectSpecification of CDI inputs for this channel.default StringThe class for this channel.default ObjectThe settings that identify the destination for the outputs in this MediaLive output package.default ObjectThe encoding configuration for the output content.default ObjectThe list of input attachments for the channel.default ObjectThe input specification for this channel.default StringThe verbosity for logging activity for this channel.default ObjectMaintenance settings for this channel.default StringgetName()A name for this audio selector.default StringThe IAM role for MediaLive to assume when running this channel.default ObjectgetTags()A collection of tags for this channel.default ObjectgetVpc()Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCdiInputSpecification
Specification of CDI inputs for this channel.- See Also:
-
getChannelClass
The class for this channel.For a channel with two pipelines, the class is STANDARD. For a channel with one pipeline, the class is SINGLE_PIPELINE.
- See Also:
-
getDestinations
The settings that identify the destination for the outputs in this MediaLive output package.- See Also:
-
getEncoderSettings
The encoding configuration for the output content.- See Also:
-
getInputAttachments
The list of input attachments for the channel.- See Also:
-
getInputSpecification
The input specification for this channel.It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.
- See Also:
-
getLogLevel
The verbosity for logging activity for this channel.Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
- See Also:
-
getMaintenance
Maintenance settings for this channel.- See Also:
-
getName
A name for this audio selector.The AudioDescription (in an output) references this name in order to identify a specific input audio to include in that output.
- See Also:
-
getRoleArn
The IAM role for MediaLive to assume when running this channel.The role is identified by its ARN.
- See Also:
-
getTags
A collection of tags for this channel.Each tag is a key-value pair.
- See Also:
-
getVpc
Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.- See Also:
-
builder
- Returns:
- a
CfnChannelProps.BuilderofCfnChannelProps
-