Class CfnChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelProps
@Stability(Stable)
@Internal
public static final class CfnChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelProps
An implementation for
CfnChannelProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannelProps
CfnChannelProps.Builder, CfnChannelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Specification of CDI inputs for this channel.final String
The class for this channel.final Object
The settings that identify the destination for the outputs in this MediaLive output package.final Object
The encoding configuration for the output content.final Object
The list of input attachments for the channel.final Object
The input specification for this channel.final String
The verbosity for logging activity for this channel.final Object
Maintenance settings for this channel.final String
getName()
A name for this audio selector.final String
The IAM role for MediaLive to assume when running this channel.final Object
getTags()
A collection of tags for this channel.final Object
getVpc()
Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannelProps.Builder
.
-
-
Method Details
-
getCdiInputSpecification
Description copied from interface:CfnChannelProps
Specification of CDI inputs for this channel.- Specified by:
getCdiInputSpecification
in interfaceCfnChannelProps
- See Also:
-
getChannelClass
Description copied from interface:CfnChannelProps
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.
- Specified by:
getChannelClass
in interfaceCfnChannelProps
- See Also:
-
getDestinations
Description copied from interface:CfnChannelProps
The settings that identify the destination for the outputs in this MediaLive output package.- Specified by:
getDestinations
in interfaceCfnChannelProps
- See Also:
-
getEncoderSettings
Description copied from interface:CfnChannelProps
The encoding configuration for the output content.- Specified by:
getEncoderSettings
in interfaceCfnChannelProps
- See Also:
-
getInputAttachments
Description copied from interface:CfnChannelProps
The list of input attachments for the channel.- Specified by:
getInputAttachments
in interfaceCfnChannelProps
- See Also:
-
getInputSpecification
Description copied from interface:CfnChannelProps
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.
- Specified by:
getInputSpecification
in interfaceCfnChannelProps
- See Also:
-
getLogLevel
Description copied from interface:CfnChannelProps
The verbosity for logging activity for this channel.Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
- Specified by:
getLogLevel
in interfaceCfnChannelProps
- See Also:
-
getMaintenance
Description copied from interface:CfnChannelProps
Maintenance settings for this channel.- Specified by:
getMaintenance
in interfaceCfnChannelProps
- See Also:
-
getName
Description copied from interface:CfnChannelProps
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.
- Specified by:
getName
in interfaceCfnChannelProps
- See Also:
-
getRoleArn
Description copied from interface:CfnChannelProps
The IAM role for MediaLive to assume when running this channel.The role is identified by its ARN.
- Specified by:
getRoleArn
in interfaceCfnChannelProps
- See Also:
-
getTags
Description copied from interface:CfnChannelProps
A collection of tags for this channel.Each tag is a key-value pair.
- Specified by:
getTags
in interfaceCfnChannelProps
- See Also:
-
getVpc
Description copied from interface:CfnChannelProps
Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.- Specified by:
getVpc
in interfaceCfnChannelProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-