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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannelProps
CfnChannelProps.Builder, CfnChannelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectSpecification of CDI inputs for this channel.final StringThe class for this channel.final ObjectThe settings that identify the destination for the outputs in this MediaLive output package.final ObjectThe encoding configuration for the output content.final ObjectThe list of input attachments for the channel.final ObjectThe input specification for this channel.final StringThe verbosity for logging activity for this channel.final ObjectAWS::MediaLive::Channel.Maintenance.final StringgetName()A name for this audio selector.final StringThe IAM role for MediaLive to assume when running this channel.final ObjectgetTags()A collection of tags for this channel.final ObjectgetVpc()Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.final inthashCode()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:CfnChannelPropsSpecification of CDI inputs for this channel.- Specified by:
getCdiInputSpecificationin interfaceCfnChannelProps
-
getChannelClass
Description copied from interface:CfnChannelPropsThe 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:
getChannelClassin interfaceCfnChannelProps
-
getDestinations
Description copied from interface:CfnChannelPropsThe settings that identify the destination for the outputs in this MediaLive output package.- Specified by:
getDestinationsin interfaceCfnChannelProps
-
getEncoderSettings
Description copied from interface:CfnChannelPropsThe encoding configuration for the output content.- Specified by:
getEncoderSettingsin interfaceCfnChannelProps
-
getInputAttachments
Description copied from interface:CfnChannelPropsThe list of input attachments for the channel.- Specified by:
getInputAttachmentsin interfaceCfnChannelProps
-
getInputSpecification
Description copied from interface:CfnChannelPropsThe 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:
getInputSpecificationin interfaceCfnChannelProps
-
getLogLevel
Description copied from interface:CfnChannelPropsThe verbosity for logging activity for this channel.Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
- Specified by:
getLogLevelin interfaceCfnChannelProps
-
getMaintenance
Description copied from interface:CfnChannelPropsAWS::MediaLive::Channel.Maintenance.- Specified by:
getMaintenancein interfaceCfnChannelProps
-
getName
Description copied from interface:CfnChannelPropsA 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:
getNamein interfaceCfnChannelProps
-
getRoleArn
Description copied from interface:CfnChannelPropsThe IAM role for MediaLive to assume when running this channel.The role is identified by its ARN.
- Specified by:
getRoleArnin interfaceCfnChannelProps
-
getTags
Description copied from interface:CfnChannelPropsA collection of tags for this channel.Each tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnChannelProps
-
getVpc
Description copied from interface:CfnChannelPropsSettings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.- Specified by:
getVpcin interfaceCfnChannelProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-