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="2025-01-15T21:09:22.141Z")
@Stability(Stable)
public interface CfnChannelProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnChannel
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannelProps
static final class
An implementation forCfnChannelProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnChannelProps.Builder
builder()
default Object
default Object
Specification of CDI inputs for this channel.default String
The class for this channel.default Object
The settings that identify the destination for the outputs in this MediaLive output package.default Object
The encoding configuration for the output content.default Object
The list of input attachments for the channel.default Object
The input specification for this channel.default String
The verbosity for logging activity for this channel.default Object
Maintenance settings for this channel.default String
getName()
A name for this audio selector.default String
The IAM role for MediaLive to assume when running this channel.default Object
getTags()
A collection of tags for this channel.default Object
getVpc()
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
-
getAnywhereSettings
- See Also:
-
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.Builder
ofCfnChannelProps
-