| Package | Description |
|---|---|
| software.amazon.awscdk.services.medialive |
AWS Elemental MediaLive Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.Builder |
CfnChannel.Builder.cdiInputSpecification(CfnChannel.CdiInputSpecificationProperty cdiInputSpecification)
Specification of CDI inputs for this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.cdiInputSpecification(IResolvable cdiInputSpecification)
Specification of CDI inputs for this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.channelClass(String channelClass)
The class for this channel.
|
static CfnChannel.Builder |
CfnChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnChannel.Builder |
CfnChannel.Builder.destinations(IResolvable destinations)
The settings that identify the destination for the outputs in this MediaLive output package.
|
CfnChannel.Builder |
CfnChannel.Builder.destinations(List<? extends Object> destinations)
The settings that identify the destination for the outputs in this MediaLive output package.
|
CfnChannel.Builder |
CfnChannel.Builder.encoderSettings(CfnChannel.EncoderSettingsProperty encoderSettings)
The encoding configuration for the output content.
|
CfnChannel.Builder |
CfnChannel.Builder.encoderSettings(IResolvable encoderSettings)
The encoding configuration for the output content.
|
CfnChannel.Builder |
CfnChannel.Builder.inputAttachments(IResolvable inputAttachments)
The list of input attachments for the channel.
|
CfnChannel.Builder |
CfnChannel.Builder.inputAttachments(List<? extends Object> inputAttachments)
The list of input attachments for the channel.
|
CfnChannel.Builder |
CfnChannel.Builder.inputSpecification(CfnChannel.InputSpecificationProperty inputSpecification)
The input specification for this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.inputSpecification(IResolvable inputSpecification)
The input specification for this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.logLevel(String logLevel)
The verbosity for logging activity for this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.name(String name)
A name for this audio selector.
|
CfnChannel.Builder |
CfnChannel.Builder.roleArn(String roleArn)
The IAM role for MediaLive to assume when running this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.tags(Object tags)
A collection of tags for this channel.
|
CfnChannel.Builder |
CfnChannel.Builder.vpc(CfnChannel.VpcOutputSettingsProperty vpc)
Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
|
CfnChannel.Builder |
CfnChannel.Builder.vpc(IResolvable vpc)
Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
|
Copyright © 2022. All rights reserved.