awsmedialive

package
v2.141.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

README

AWS Elemental MediaLive Construct Library

This module is part of the AWS Cloud Development Kit project.

import medialive "github.com/aws/aws-cdk-go/awscdk"

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::MediaLive.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnChannel_CFN_RESOURCE_TYPE_NAME

func CfnChannel_CFN_RESOURCE_TYPE_NAME() *string

func CfnChannel_IsCfnElement

func CfnChannel_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnChannel_IsCfnResource

func CfnChannel_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnChannel_IsConstruct

func CfnChannel_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func CfnInputSecurityGroup_CFN_RESOURCE_TYPE_NAME

func CfnInputSecurityGroup_CFN_RESOURCE_TYPE_NAME() *string

func CfnInputSecurityGroup_IsCfnElement

func CfnInputSecurityGroup_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnInputSecurityGroup_IsCfnResource

func CfnInputSecurityGroup_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnInputSecurityGroup_IsConstruct

func CfnInputSecurityGroup_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func CfnInput_CFN_RESOURCE_TYPE_NAME

func CfnInput_CFN_RESOURCE_TYPE_NAME() *string

func CfnInput_IsCfnElement

func CfnInput_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnInput_IsCfnResource

func CfnInput_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnInput_IsConstruct

func CfnInput_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func CfnMultiplex_CFN_RESOURCE_TYPE_NAME added in v2.109.0

func CfnMultiplex_CFN_RESOURCE_TYPE_NAME() *string

func CfnMultiplex_IsCfnElement added in v2.109.0

func CfnMultiplex_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnMultiplex_IsCfnResource added in v2.109.0

func CfnMultiplex_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnMultiplex_IsConstruct added in v2.109.0

func CfnMultiplex_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func CfnMultiplexprogram_CFN_RESOURCE_TYPE_NAME added in v2.109.0

func CfnMultiplexprogram_CFN_RESOURCE_TYPE_NAME() *string

func CfnMultiplexprogram_IsCfnElement added in v2.109.0

func CfnMultiplexprogram_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnMultiplexprogram_IsCfnResource added in v2.109.0

func CfnMultiplexprogram_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnMultiplexprogram_IsConstruct added in v2.109.0

func CfnMultiplexprogram_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func NewCfnChannel_Override

func NewCfnChannel_Override(c CfnChannel, scope constructs.Construct, id *string, props *CfnChannelProps)

func NewCfnInputSecurityGroup_Override

func NewCfnInputSecurityGroup_Override(c CfnInputSecurityGroup, scope constructs.Construct, id *string, props *CfnInputSecurityGroupProps)

func NewCfnInput_Override

func NewCfnInput_Override(c CfnInput, scope constructs.Construct, id *string, props *CfnInputProps)

func NewCfnMultiplex_Override added in v2.109.0

func NewCfnMultiplex_Override(c CfnMultiplex, scope constructs.Construct, id *string, props *CfnMultiplexProps)

func NewCfnMultiplexprogram_Override added in v2.109.0

func NewCfnMultiplexprogram_Override(c CfnMultiplexprogram, scope constructs.Construct, id *string, props *CfnMultiplexprogramProps)

Types

type CfnChannel

type CfnChannel interface {
	awscdk.CfnResource
	awscdk.IInspectable
	awscdk.ITaggable
	// The ARN of the MediaLive channel.
	//
	// For example: arn:aws:medialive:us-west-1:111122223333:medialive:channel:1234567.
	AttrArn() *string
	// User-specified id.
	//
	// This is used in an output group or an output.
	AttrId() *string
	// The inputs that are attached to this channel.
	//
	// The inputs are identified by their IDs (not by their names or their ARNs).
	AttrInputs() *[]*string
	// Specification of CDI inputs for this channel.
	CdiInputSpecification() interface{}
	SetCdiInputSpecification(val interface{})
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// The class for this channel.
	ChannelClass() *string
	SetChannelClass(val *string)
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// The settings that identify the destination for the outputs in this MediaLive output package.
	Destinations() interface{}
	SetDestinations(val interface{})
	// The encoding configuration for the output content.
	EncoderSettings() interface{}
	SetEncoderSettings(val interface{})
	// The list of input attachments for the channel.
	InputAttachments() interface{}
	SetInputAttachments(val interface{})
	// The input specification for this channel.
	InputSpecification() interface{}
	SetInputSpecification(val interface{})
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// The verbosity for logging activity for this channel.
	LogLevel() *string
	SetLogLevel(val *string)
	// Maintenance settings for this channel.
	Maintenance() interface{}
	SetMaintenance(val interface{})
	// A name for this audio selector.
	Name() *string
	SetName(val *string)
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The IAM role for MediaLive to assume when running this channel.
	RoleArn() *string
	SetRoleArn(val *string)
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Tag Manager which manages the tags for this resource.
	Tags() awscdk.TagManager
	// A collection of tags for this channel.
	TagsRaw() interface{}
	SetTagsRaw(val interface{})
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
	Vpc() interface{}
	SetVpc(val interface{})
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

The AWS::MediaLive::Channel resource is a MediaLive resource type that creates a channel.

A MediaLive channel ingests and transcodes (decodes and encodes) source content from the inputs that are attached to that channel, and packages the new content into outputs.

Example:

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html

func NewCfnChannel

func NewCfnChannel(scope constructs.Construct, id *string, props *CfnChannelProps) CfnChannel

type CfnChannelProps

type CfnChannelProps struct {
	// Specification of CDI inputs for this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-cdiinputspecification
	//
	CdiInputSpecification interface{} `field:"optional" json:"cdiInputSpecification" yaml:"cdiInputSpecification"`
	// 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: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass
	//
	ChannelClass *string `field:"optional" json:"channelClass" yaml:"channelClass"`
	// The settings that identify the destination for the outputs in this MediaLive output package.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-destinations
	//
	Destinations interface{} `field:"optional" json:"destinations" yaml:"destinations"`
	// The encoding configuration for the output content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings
	//
	EncoderSettings interface{} `field:"optional" json:"encoderSettings" yaml:"encoderSettings"`
	// The list of input attachments for the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-inputattachments
	//
	InputAttachments interface{} `field:"optional" json:"inputAttachments" yaml:"inputAttachments"`
	// 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: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-inputspecification
	//
	InputSpecification interface{} `field:"optional" json:"inputSpecification" yaml:"inputSpecification"`
	// The verbosity for logging activity for this channel.
	//
	// Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel
	//
	LogLevel *string `field:"optional" json:"logLevel" yaml:"logLevel"`
	// Maintenance settings for this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-maintenance
	//
	Maintenance interface{} `field:"optional" json:"maintenance" yaml:"maintenance"`
	// 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: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// The IAM role for MediaLive to assume when running this channel.
	//
	// The role is identified by its ARN.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn
	//
	RoleArn *string `field:"optional" json:"roleArn" yaml:"roleArn"`
	// A collection of tags for this channel.
	//
	// Each tag is a key-value pair.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags
	//
	Tags interface{} `field:"optional" json:"tags" yaml:"tags"`
	// Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-vpc
	//
	Vpc interface{} `field:"optional" json:"vpc" yaml:"vpc"`
}

Properties for defining a `CfnChannel`.

Example:

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html

type CfnChannel_AacSettingsProperty

type CfnChannel_AacSettingsProperty struct {
	// The average bitrate in bits/second.
	//
	// Valid values depend on the rate control mode and profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// Mono, stereo, or 5.1 channel layout. Valid values depend on the rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track, and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-codingmode
	//
	CodingMode *string `field:"optional" json:"codingMode" yaml:"codingMode"`
	// Set to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.
	//
	// The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains broadcaster mixed AD. Note that the input received by the encoder must contain pre-mixed audio; MediaLive does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave this set to normal when the input does not contain pre-mixed audio + AD.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-inputtype
	//
	InputType *string `field:"optional" json:"inputType" yaml:"inputType"`
	// The AAC profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-profile
	//
	Profile *string `field:"optional" json:"profile" yaml:"profile"`
	// The rate control mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-ratecontrolmode
	//
	RateControlMode *string `field:"optional" json:"rateControlMode" yaml:"rateControlMode"`
	// Sets the LATM/LOAS AAC output for raw containers.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-rawformat
	//
	RawFormat *string `field:"optional" json:"rawFormat" yaml:"rawFormat"`
	// The sample rate in Hz.
	//
	// Valid values depend on the rate control mode and profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-samplerate
	//
	SampleRate *float64 `field:"optional" json:"sampleRate" yaml:"sampleRate"`
	// Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-spec
	//
	Spec *string `field:"optional" json:"spec" yaml:"spec"`
	// The VBR quality level.
	//
	// This is used only if rateControlMode is VBR.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-vbrquality
	//
	VbrQuality *string `field:"optional" json:"vbrQuality" yaml:"vbrQuality"`
}

The settings for an AAC audio encode in the output.

The parent of this entity is AudioCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

aacSettingsProperty := &AacSettingsProperty{
	Bitrate: jsii.Number(123),
	CodingMode: jsii.String("codingMode"),
	InputType: jsii.String("inputType"),
	Profile: jsii.String("profile"),
	RateControlMode: jsii.String("rateControlMode"),
	RawFormat: jsii.String("rawFormat"),
	SampleRate: jsii.Number(123),
	Spec: jsii.String("spec"),
	VbrQuality: jsii.String("vbrQuality"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html

type CfnChannel_Ac3SettingsProperty

type CfnChannel_Ac3SettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-attenuationcontrol
	//
	AttenuationControl *string `field:"optional" json:"attenuationControl" yaml:"attenuationControl"`
	// The average bitrate in bits/second.
	//
	// Valid bitrates depend on the coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
	//
	// For more information about these values, see ATSC A/52-2012.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-bitstreammode
	//
	BitstreamMode *string `field:"optional" json:"bitstreamMode" yaml:"bitstreamMode"`
	// The Dolby Digital coding mode.
	//
	// This determines the number of channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-codingmode
	//
	CodingMode *string `field:"optional" json:"codingMode" yaml:"codingMode"`
	// Sets the dialnorm for the output.
	//
	// If excluded and the input audio is Dolby Digital, dialnorm is passed through.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-dialnorm
	//
	Dialnorm *float64 `field:"optional" json:"dialnorm" yaml:"dialnorm"`
	// If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-drcprofile
	//
	DrcProfile *string `field:"optional" json:"drcProfile" yaml:"drcProfile"`
	// When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
	//
	// This is valid only in codingMode32Lfe mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-lfefilter
	//
	LfeFilter *string `field:"optional" json:"lfeFilter" yaml:"lfeFilter"`
	// When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.
	//
	// If the audio is supplied from one of these streams, the static metadata settings are used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html#cfn-medialive-channel-ac3settings-metadatacontrol
	//
	MetadataControl *string `field:"optional" json:"metadataControl" yaml:"metadataControl"`
}

The settings for an AC3 audio encode in the output.

The parent of this entity is AudioCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

ac3SettingsProperty := &Ac3SettingsProperty{
	AttenuationControl: jsii.String("attenuationControl"),
	Bitrate: jsii.Number(123),
	BitstreamMode: jsii.String("bitstreamMode"),
	CodingMode: jsii.String("codingMode"),
	Dialnorm: jsii.Number(123),
	DrcProfile: jsii.String("drcProfile"),
	LfeFilter: jsii.String("lfeFilter"),
	MetadataControl: jsii.String("metadataControl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ac3settings.html

type CfnChannel_AncillarySourceSettingsProperty

type CfnChannel_AncillarySourceSettingsProperty struct {
	// Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.
	//
	// If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ancillarysourcesettings.html#cfn-medialive-channel-ancillarysourcesettings-sourceancillarychannelnumber
	//
	SourceAncillaryChannelNumber *float64 `field:"optional" json:"sourceAncillaryChannelNumber" yaml:"sourceAncillaryChannelNumber"`
}

Information about the ancillary captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

ancillarySourceSettingsProperty := &AncillarySourceSettingsProperty{
	SourceAncillaryChannelNumber: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ancillarysourcesettings.html

type CfnChannel_ArchiveCdnSettingsProperty

type CfnChannel_ArchiveCdnSettingsProperty struct {
	// Sets up Amazon S3 as the destination for this Archive output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivecdnsettings.html#cfn-medialive-channel-archivecdnsettings-archives3settings
	//
	ArchiveS3Settings interface{} `field:"optional" json:"archiveS3Settings" yaml:"archiveS3Settings"`
}

Settings to configure the destination of an Archive output.

The parent of this entity is ArchiveGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

archiveCdnSettingsProperty := &ArchiveCdnSettingsProperty{
	ArchiveS3Settings: &ArchiveS3SettingsProperty{
		CannedAcl: jsii.String("cannedAcl"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivecdnsettings.html

type CfnChannel_ArchiveContainerSettingsProperty

type CfnChannel_ArchiveContainerSettingsProperty struct {
	// The settings for the M2TS in the archive output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivecontainersettings.html#cfn-medialive-channel-archivecontainersettings-m2tssettings
	//
	M2TsSettings interface{} `field:"optional" json:"m2TsSettings" yaml:"m2TsSettings"`
	// The settings for Raw archive output type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivecontainersettings.html#cfn-medialive-channel-archivecontainersettings-rawsettings
	//
	RawSettings interface{} `field:"optional" json:"rawSettings" yaml:"rawSettings"`
}

The archive container settings.

The parent of this entity is ArchiveOutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

archiveContainerSettingsProperty := &ArchiveContainerSettingsProperty{
	M2TsSettings: &M2tsSettingsProperty{
		AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
		Arib: jsii.String("arib"),
		AribCaptionsPid: jsii.String("aribCaptionsPid"),
		AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
		AudioBufferModel: jsii.String("audioBufferModel"),
		AudioFramesPerPes: jsii.Number(123),
		AudioPids: jsii.String("audioPids"),
		AudioStreamType: jsii.String("audioStreamType"),
		Bitrate: jsii.Number(123),
		BufferModel: jsii.String("bufferModel"),
		CcDescriptor: jsii.String("ccDescriptor"),
		DvbNitSettings: &DvbNitSettingsProperty{
			NetworkId: jsii.Number(123),
			NetworkName: jsii.String("networkName"),
			RepInterval: jsii.Number(123),
		},
		DvbSdtSettings: &DvbSdtSettingsProperty{
			OutputSdt: jsii.String("outputSdt"),
			RepInterval: jsii.Number(123),
			ServiceName: jsii.String("serviceName"),
			ServiceProviderName: jsii.String("serviceProviderName"),
		},
		DvbSubPids: jsii.String("dvbSubPids"),
		DvbTdtSettings: &DvbTdtSettingsProperty{
			RepInterval: jsii.Number(123),
		},
		DvbTeletextPid: jsii.String("dvbTeletextPid"),
		Ebif: jsii.String("ebif"),
		EbpAudioInterval: jsii.String("ebpAudioInterval"),
		EbpLookaheadMs: jsii.Number(123),
		EbpPlacement: jsii.String("ebpPlacement"),
		EcmPid: jsii.String("ecmPid"),
		EsRateInPes: jsii.String("esRateInPes"),
		EtvPlatformPid: jsii.String("etvPlatformPid"),
		EtvSignalPid: jsii.String("etvSignalPid"),
		FragmentTime: jsii.Number(123),
		Klv: jsii.String("klv"),
		KlvDataPids: jsii.String("klvDataPids"),
		NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
		NullPacketBitrate: jsii.Number(123),
		PatInterval: jsii.Number(123),
		PcrControl: jsii.String("pcrControl"),
		PcrPeriod: jsii.Number(123),
		PcrPid: jsii.String("pcrPid"),
		PmtInterval: jsii.Number(123),
		PmtPid: jsii.String("pmtPid"),
		ProgramNum: jsii.Number(123),
		RateMode: jsii.String("rateMode"),
		Scte27Pids: jsii.String("scte27Pids"),
		Scte35Control: jsii.String("scte35Control"),
		Scte35Pid: jsii.String("scte35Pid"),
		Scte35PrerollPullupMilliseconds: jsii.Number(123),
		SegmentationMarkers: jsii.String("segmentationMarkers"),
		SegmentationStyle: jsii.String("segmentationStyle"),
		SegmentationTime: jsii.Number(123),
		TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
		TimedMetadataPid: jsii.String("timedMetadataPid"),
		TransportStreamId: jsii.Number(123),
		VideoPid: jsii.String("videoPid"),
	},
	RawSettings: &RawSettingsProperty{
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivecontainersettings.html

type CfnChannel_ArchiveGroupSettingsProperty

type CfnChannel_ArchiveGroupSettingsProperty struct {
	// Settings to configure the destination of an Archive output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivegroupsettings.html#cfn-medialive-channel-archivegroupsettings-archivecdnsettings
	//
	ArchiveCdnSettings interface{} `field:"optional" json:"archiveCdnSettings" yaml:"archiveCdnSettings"`
	// A directory and base file name where archive files should be written.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivegroupsettings.html#cfn-medialive-channel-archivegroupsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// The number of seconds to write to an archive file before closing and starting a new one.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivegroupsettings.html#cfn-medialive-channel-archivegroupsettings-rolloverinterval
	//
	RolloverInterval *float64 `field:"optional" json:"rolloverInterval" yaml:"rolloverInterval"`
}

The settings for an archive output group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

archiveGroupSettingsProperty := &ArchiveGroupSettingsProperty{
	ArchiveCdnSettings: &ArchiveCdnSettingsProperty{
		ArchiveS3Settings: &ArchiveS3SettingsProperty{
			CannedAcl: jsii.String("cannedAcl"),
		},
	},
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	RolloverInterval: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archivegroupsettings.html

type CfnChannel_ArchiveOutputSettingsProperty

type CfnChannel_ArchiveOutputSettingsProperty struct {
	// The settings that are specific to the container type of the file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archiveoutputsettings.html#cfn-medialive-channel-archiveoutputsettings-containersettings
	//
	ContainerSettings interface{} `field:"optional" json:"containerSettings" yaml:"containerSettings"`
	// The output file extension.
	//
	// If excluded, this is auto-selected from the container type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archiveoutputsettings.html#cfn-medialive-channel-archiveoutputsettings-extension
	//
	Extension *string `field:"optional" json:"extension" yaml:"extension"`
	// A string that is concatenated to the end of the destination file name.
	//
	// The string is required for multiple outputs of the same type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archiveoutputsettings.html#cfn-medialive-channel-archiveoutputsettings-namemodifier
	//
	NameModifier *string `field:"optional" json:"nameModifier" yaml:"nameModifier"`
}

The archive output settings.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

archiveOutputSettingsProperty := &ArchiveOutputSettingsProperty{
	ContainerSettings: &ArchiveContainerSettingsProperty{
		M2TsSettings: &M2tsSettingsProperty{
			AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
			Arib: jsii.String("arib"),
			AribCaptionsPid: jsii.String("aribCaptionsPid"),
			AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
			AudioBufferModel: jsii.String("audioBufferModel"),
			AudioFramesPerPes: jsii.Number(123),
			AudioPids: jsii.String("audioPids"),
			AudioStreamType: jsii.String("audioStreamType"),
			Bitrate: jsii.Number(123),
			BufferModel: jsii.String("bufferModel"),
			CcDescriptor: jsii.String("ccDescriptor"),
			DvbNitSettings: &DvbNitSettingsProperty{
				NetworkId: jsii.Number(123),
				NetworkName: jsii.String("networkName"),
				RepInterval: jsii.Number(123),
			},
			DvbSdtSettings: &DvbSdtSettingsProperty{
				OutputSdt: jsii.String("outputSdt"),
				RepInterval: jsii.Number(123),
				ServiceName: jsii.String("serviceName"),
				ServiceProviderName: jsii.String("serviceProviderName"),
			},
			DvbSubPids: jsii.String("dvbSubPids"),
			DvbTdtSettings: &DvbTdtSettingsProperty{
				RepInterval: jsii.Number(123),
			},
			DvbTeletextPid: jsii.String("dvbTeletextPid"),
			Ebif: jsii.String("ebif"),
			EbpAudioInterval: jsii.String("ebpAudioInterval"),
			EbpLookaheadMs: jsii.Number(123),
			EbpPlacement: jsii.String("ebpPlacement"),
			EcmPid: jsii.String("ecmPid"),
			EsRateInPes: jsii.String("esRateInPes"),
			EtvPlatformPid: jsii.String("etvPlatformPid"),
			EtvSignalPid: jsii.String("etvSignalPid"),
			FragmentTime: jsii.Number(123),
			Klv: jsii.String("klv"),
			KlvDataPids: jsii.String("klvDataPids"),
			NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
			NullPacketBitrate: jsii.Number(123),
			PatInterval: jsii.Number(123),
			PcrControl: jsii.String("pcrControl"),
			PcrPeriod: jsii.Number(123),
			PcrPid: jsii.String("pcrPid"),
			PmtInterval: jsii.Number(123),
			PmtPid: jsii.String("pmtPid"),
			ProgramNum: jsii.Number(123),
			RateMode: jsii.String("rateMode"),
			Scte27Pids: jsii.String("scte27Pids"),
			Scte35Control: jsii.String("scte35Control"),
			Scte35Pid: jsii.String("scte35Pid"),
			Scte35PrerollPullupMilliseconds: jsii.Number(123),
			SegmentationMarkers: jsii.String("segmentationMarkers"),
			SegmentationStyle: jsii.String("segmentationStyle"),
			SegmentationTime: jsii.Number(123),
			TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
			TimedMetadataPid: jsii.String("timedMetadataPid"),
			TransportStreamId: jsii.Number(123),
			VideoPid: jsii.String("videoPid"),
		},
		RawSettings: &RawSettingsProperty{
		},
	},
	Extension: jsii.String("extension"),
	NameModifier: jsii.String("nameModifier"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archiveoutputsettings.html

type CfnChannel_ArchiveS3SettingsProperty

type CfnChannel_ArchiveS3SettingsProperty struct {
	// Specify the canned ACL to apply to each S3 request.
	//
	// Defaults to none.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archives3settings.html#cfn-medialive-channel-archives3settings-cannedacl
	//
	CannedAcl *string `field:"optional" json:"cannedAcl" yaml:"cannedAcl"`
}

Sets up Amazon S3 as the destination for this Archive output.

The parent of this entity is ArchiveCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

archiveS3SettingsProperty := &ArchiveS3SettingsProperty{
	CannedAcl: jsii.String("cannedAcl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-archives3settings.html

type CfnChannel_AribDestinationSettingsProperty

type CfnChannel_AribDestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

aribDestinationSettingsProperty := &AribDestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aribdestinationsettings.html

type CfnChannel_AribSourceSettingsProperty

type CfnChannel_AribSourceSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

aribSourceSettingsProperty := &AribSourceSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aribsourcesettings.html

type CfnChannel_AudioChannelMappingProperty

type CfnChannel_AudioChannelMappingProperty struct {
	// The indices and gain values for each input channel that should be remixed into this output channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiochannelmapping.html#cfn-medialive-channel-audiochannelmapping-inputchannellevels
	//
	InputChannelLevels interface{} `field:"optional" json:"inputChannelLevels" yaml:"inputChannelLevels"`
	// The index of the output channel that is being produced.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiochannelmapping.html#cfn-medialive-channel-audiochannelmapping-outputchannel
	//
	OutputChannel *float64 `field:"optional" json:"outputChannel" yaml:"outputChannel"`
}

The settings for remixing audio.

The parent of this entity is RemixSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioChannelMappingProperty := &AudioChannelMappingProperty{
	InputChannelLevels: []interface{}{
		&InputChannelLevelProperty{
			Gain: jsii.Number(123),
			InputChannel: jsii.Number(123),
		},
	},
	OutputChannel: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiochannelmapping.html

type CfnChannel_AudioCodecSettingsProperty

type CfnChannel_AudioCodecSettingsProperty struct {
	// The setup of the AAC audio codec in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-aacsettings
	//
	AacSettings interface{} `field:"optional" json:"aacSettings" yaml:"aacSettings"`
	// The setup of an AC3 audio codec in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-ac3settings
	//
	Ac3Settings interface{} `field:"optional" json:"ac3Settings" yaml:"ac3Settings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-eac3atmossettings
	//
	Eac3AtmosSettings interface{} `field:"optional" json:"eac3AtmosSettings" yaml:"eac3AtmosSettings"`
	// The setup of an EAC3 audio codec in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-eac3settings
	//
	Eac3Settings interface{} `field:"optional" json:"eac3Settings" yaml:"eac3Settings"`
	// The setup of an MP2 audio codec in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-mp2settings
	//
	Mp2Settings interface{} `field:"optional" json:"mp2Settings" yaml:"mp2Settings"`
	// The setup to pass through the Dolby audio codec to the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-passthroughsettings
	//
	PassThroughSettings interface{} `field:"optional" json:"passThroughSettings" yaml:"passThroughSettings"`
	// Settings for audio encoded with the WAV codec.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html#cfn-medialive-channel-audiocodecsettings-wavsettings
	//
	WavSettings interface{} `field:"optional" json:"wavSettings" yaml:"wavSettings"`
}

The configuration of the audio codec in the audio output.

The parent of this entity is AudioDescription.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioCodecSettingsProperty := &AudioCodecSettingsProperty{
	AacSettings: &AacSettingsProperty{
		Bitrate: jsii.Number(123),
		CodingMode: jsii.String("codingMode"),
		InputType: jsii.String("inputType"),
		Profile: jsii.String("profile"),
		RateControlMode: jsii.String("rateControlMode"),
		RawFormat: jsii.String("rawFormat"),
		SampleRate: jsii.Number(123),
		Spec: jsii.String("spec"),
		VbrQuality: jsii.String("vbrQuality"),
	},
	Ac3Settings: &Ac3SettingsProperty{
		AttenuationControl: jsii.String("attenuationControl"),
		Bitrate: jsii.Number(123),
		BitstreamMode: jsii.String("bitstreamMode"),
		CodingMode: jsii.String("codingMode"),
		Dialnorm: jsii.Number(123),
		DrcProfile: jsii.String("drcProfile"),
		LfeFilter: jsii.String("lfeFilter"),
		MetadataControl: jsii.String("metadataControl"),
	},
	Eac3AtmosSettings: &Eac3AtmosSettingsProperty{
		Bitrate: jsii.Number(123),
		CodingMode: jsii.String("codingMode"),
		Dialnorm: jsii.Number(123),
		DrcLine: jsii.String("drcLine"),
		DrcRf: jsii.String("drcRf"),
		HeightTrim: jsii.Number(123),
		SurroundTrim: jsii.Number(123),
	},
	Eac3Settings: &Eac3SettingsProperty{
		AttenuationControl: jsii.String("attenuationControl"),
		Bitrate: jsii.Number(123),
		BitstreamMode: jsii.String("bitstreamMode"),
		CodingMode: jsii.String("codingMode"),
		DcFilter: jsii.String("dcFilter"),
		Dialnorm: jsii.Number(123),
		DrcLine: jsii.String("drcLine"),
		DrcRf: jsii.String("drcRf"),
		LfeControl: jsii.String("lfeControl"),
		LfeFilter: jsii.String("lfeFilter"),
		LoRoCenterMixLevel: jsii.Number(123),
		LoRoSurroundMixLevel: jsii.Number(123),
		LtRtCenterMixLevel: jsii.Number(123),
		LtRtSurroundMixLevel: jsii.Number(123),
		MetadataControl: jsii.String("metadataControl"),
		PassthroughControl: jsii.String("passthroughControl"),
		PhaseControl: jsii.String("phaseControl"),
		StereoDownmix: jsii.String("stereoDownmix"),
		SurroundExMode: jsii.String("surroundExMode"),
		SurroundMode: jsii.String("surroundMode"),
	},
	Mp2Settings: &Mp2SettingsProperty{
		Bitrate: jsii.Number(123),
		CodingMode: jsii.String("codingMode"),
		SampleRate: jsii.Number(123),
	},
	PassThroughSettings: &PassThroughSettingsProperty{
	},
	WavSettings: &WavSettingsProperty{
		BitDepth: jsii.Number(123),
		CodingMode: jsii.String("codingMode"),
		SampleRate: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiocodecsettings.html

type CfnChannel_AudioDescriptionProperty

type CfnChannel_AudioDescriptionProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audiodashroles
	//
	AudioDashRoles *[]*string `field:"optional" json:"audioDashRoles" yaml:"audioDashRoles"`
	// The advanced audio normalization settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audionormalizationsettings
	//
	AudioNormalizationSettings interface{} `field:"optional" json:"audioNormalizationSettings" yaml:"audioNormalizationSettings"`
	// The name of the AudioSelector that is used as the source for this AudioDescription.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audioselectorname
	//
	AudioSelectorName *string `field:"optional" json:"audioSelectorName" yaml:"audioSelectorName"`
	// Applies only if audioTypeControl is useConfigured.
	//
	// The values for audioType are defined in ISO-IEC 13818-1.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audiotype
	//
	AudioType *string `field:"optional" json:"audioType" yaml:"audioType"`
	// Determines how audio type is determined.
	//
	// followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audiotypecontrol
	//
	AudioTypeControl *string `field:"optional" json:"audioTypeControl" yaml:"audioTypeControl"`
	// Settings to configure one or more solutions that insert audio watermarks in the audio encode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audiowatermarkingsettings
	//
	AudioWatermarkingSettings interface{} `field:"optional" json:"audioWatermarkingSettings" yaml:"audioWatermarkingSettings"`
	// The audio codec settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-codecsettings
	//
	CodecSettings interface{} `field:"optional" json:"codecSettings" yaml:"codecSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-dvbdashaccessibility
	//
	DvbDashAccessibility *string `field:"optional" json:"dvbDashAccessibility" yaml:"dvbDashAccessibility"`
	// Indicates the language of the audio output track.
	//
	// Used only if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-languagecode
	//
	LanguageCode *string `field:"optional" json:"languageCode" yaml:"languageCode"`
	// Choosing followInput causes the ISO 639 language code of the output to follow the ISO 639 language code of the input.
	//
	// The languageCode setting is used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-languagecodecontrol
	//
	LanguageCodeControl *string `field:"optional" json:"languageCodeControl" yaml:"languageCodeControl"`
	// The name of this AudioDescription.
	//
	// Outputs use this name to uniquely identify this AudioDescription. Description names should be unique within this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// The settings that control how input audio channels are remixed into the output audio channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-remixsettings
	//
	RemixSettings interface{} `field:"optional" json:"remixSettings" yaml:"remixSettings"`
	// Used for Microsoft Smooth and Apple HLS outputs.
	//
	// Indicates the name displayed by the player (for example, English or Director Commentary).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-streamname
	//
	StreamName *string `field:"optional" json:"streamName" yaml:"streamName"`
}

The encoding information for one output audio.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioDescriptionProperty := &AudioDescriptionProperty{
	AudioDashRoles: []*string{
		jsii.String("audioDashRoles"),
	},
	AudioNormalizationSettings: &AudioNormalizationSettingsProperty{
		Algorithm: jsii.String("algorithm"),
		AlgorithmControl: jsii.String("algorithmControl"),
		TargetLkfs: jsii.Number(123),
	},
	AudioSelectorName: jsii.String("audioSelectorName"),
	AudioType: jsii.String("audioType"),
	AudioTypeControl: jsii.String("audioTypeControl"),
	AudioWatermarkingSettings: &AudioWatermarkSettingsProperty{
		NielsenWatermarksSettings: &NielsenWatermarksSettingsProperty{
			NielsenCbetSettings: &NielsenCBETProperty{
				CbetCheckDigitString: jsii.String("cbetCheckDigitString"),
				CbetStepaside: jsii.String("cbetStepaside"),
				Csid: jsii.String("csid"),
			},
			NielsenDistributionType: jsii.String("nielsenDistributionType"),
			NielsenNaesIiNwSettings: &NielsenNaesIiNwProperty{
				CheckDigitString: jsii.String("checkDigitString"),
				Sid: jsii.Number(123),
				Timezone: jsii.String("timezone"),
			},
		},
	},
	CodecSettings: &AudioCodecSettingsProperty{
		AacSettings: &AacSettingsProperty{
			Bitrate: jsii.Number(123),
			CodingMode: jsii.String("codingMode"),
			InputType: jsii.String("inputType"),
			Profile: jsii.String("profile"),
			RateControlMode: jsii.String("rateControlMode"),
			RawFormat: jsii.String("rawFormat"),
			SampleRate: jsii.Number(123),
			Spec: jsii.String("spec"),
			VbrQuality: jsii.String("vbrQuality"),
		},
		Ac3Settings: &Ac3SettingsProperty{
			AttenuationControl: jsii.String("attenuationControl"),
			Bitrate: jsii.Number(123),
			BitstreamMode: jsii.String("bitstreamMode"),
			CodingMode: jsii.String("codingMode"),
			Dialnorm: jsii.Number(123),
			DrcProfile: jsii.String("drcProfile"),
			LfeFilter: jsii.String("lfeFilter"),
			MetadataControl: jsii.String("metadataControl"),
		},
		Eac3AtmosSettings: &Eac3AtmosSettingsProperty{
			Bitrate: jsii.Number(123),
			CodingMode: jsii.String("codingMode"),
			Dialnorm: jsii.Number(123),
			DrcLine: jsii.String("drcLine"),
			DrcRf: jsii.String("drcRf"),
			HeightTrim: jsii.Number(123),
			SurroundTrim: jsii.Number(123),
		},
		Eac3Settings: &Eac3SettingsProperty{
			AttenuationControl: jsii.String("attenuationControl"),
			Bitrate: jsii.Number(123),
			BitstreamMode: jsii.String("bitstreamMode"),
			CodingMode: jsii.String("codingMode"),
			DcFilter: jsii.String("dcFilter"),
			Dialnorm: jsii.Number(123),
			DrcLine: jsii.String("drcLine"),
			DrcRf: jsii.String("drcRf"),
			LfeControl: jsii.String("lfeControl"),
			LfeFilter: jsii.String("lfeFilter"),
			LoRoCenterMixLevel: jsii.Number(123),
			LoRoSurroundMixLevel: jsii.Number(123),
			LtRtCenterMixLevel: jsii.Number(123),
			LtRtSurroundMixLevel: jsii.Number(123),
			MetadataControl: jsii.String("metadataControl"),
			PassthroughControl: jsii.String("passthroughControl"),
			PhaseControl: jsii.String("phaseControl"),
			StereoDownmix: jsii.String("stereoDownmix"),
			SurroundExMode: jsii.String("surroundExMode"),
			SurroundMode: jsii.String("surroundMode"),
		},
		Mp2Settings: &Mp2SettingsProperty{
			Bitrate: jsii.Number(123),
			CodingMode: jsii.String("codingMode"),
			SampleRate: jsii.Number(123),
		},
		PassThroughSettings: &PassThroughSettingsProperty{
		},
		WavSettings: &WavSettingsProperty{
			BitDepth: jsii.Number(123),
			CodingMode: jsii.String("codingMode"),
			SampleRate: jsii.Number(123),
		},
	},
	DvbDashAccessibility: jsii.String("dvbDashAccessibility"),
	LanguageCode: jsii.String("languageCode"),
	LanguageCodeControl: jsii.String("languageCodeControl"),
	Name: jsii.String("name"),
	RemixSettings: &RemixSettingsProperty{
		ChannelMappings: []interface{}{
			&AudioChannelMappingProperty{
				InputChannelLevels: []interface{}{
					&InputChannelLevelProperty{
						Gain: jsii.Number(123),
						InputChannel: jsii.Number(123),
					},
				},
				OutputChannel: jsii.Number(123),
			},
		},
		ChannelsIn: jsii.Number(123),
		ChannelsOut: jsii.Number(123),
	},
	StreamName: jsii.String("streamName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html

type CfnChannel_AudioDolbyEDecodeProperty added in v2.78.0

type CfnChannel_AudioDolbyEDecodeProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodolbyedecode.html#cfn-medialive-channel-audiodolbyedecode-programselection
	//
	ProgramSelection *string `field:"optional" json:"programSelection" yaml:"programSelection"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioDolbyEDecodeProperty := &AudioDolbyEDecodeProperty{
	ProgramSelection: jsii.String("programSelection"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodolbyedecode.html

type CfnChannel_AudioHlsRenditionSelectionProperty added in v2.2.0

type CfnChannel_AudioHlsRenditionSelectionProperty struct {
	// Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html#cfn-medialive-channel-audiohlsrenditionselection-groupid
	//
	GroupId *string `field:"optional" json:"groupId" yaml:"groupId"`
	// Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html#cfn-medialive-channel-audiohlsrenditionselection-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
}

Selector for HLS audio rendition.

The parent of this entity is AudioSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioHlsRenditionSelectionProperty := &AudioHlsRenditionSelectionProperty{
	GroupId: jsii.String("groupId"),
	Name: jsii.String("name"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html

type CfnChannel_AudioLanguageSelectionProperty

type CfnChannel_AudioLanguageSelectionProperty struct {
	// Selects a specific three-letter language code from within an audio source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiolanguageselection.html#cfn-medialive-channel-audiolanguageselection-languagecode
	//
	LanguageCode *string `field:"optional" json:"languageCode" yaml:"languageCode"`
	// When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.
	//
	// If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiolanguageselection.html#cfn-medialive-channel-audiolanguageselection-languageselectionpolicy
	//
	LanguageSelectionPolicy *string `field:"optional" json:"languageSelectionPolicy" yaml:"languageSelectionPolicy"`
}

Information about the audio language to extract.

The parent of this entity is AudioSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioLanguageSelectionProperty := &AudioLanguageSelectionProperty{
	LanguageCode: jsii.String("languageCode"),
	LanguageSelectionPolicy: jsii.String("languageSelectionPolicy"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiolanguageselection.html

type CfnChannel_AudioNormalizationSettingsProperty

type CfnChannel_AudioNormalizationSettingsProperty struct {
	// The audio normalization algorithm to use.
	//
	// itu17701 conforms to the CALM Act specification. itu17702 conforms to the EBU R-128 specification.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html#cfn-medialive-channel-audionormalizationsettings-algorithm
	//
	Algorithm *string `field:"optional" json:"algorithm" yaml:"algorithm"`
	// When set to correctAudio, the output audio is corrected using the chosen algorithm.
	//
	// If set to measureOnly, the audio is measured but not adjusted.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html#cfn-medialive-channel-audionormalizationsettings-algorithmcontrol
	//
	AlgorithmControl *string `field:"optional" json:"algorithmControl" yaml:"algorithmControl"`
	// The Target LKFS(loudness) to adjust volume to.
	//
	// If no value is entered, a default value is used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html#cfn-medialive-channel-audionormalizationsettings-targetlkfs
	//
	TargetLkfs *float64 `field:"optional" json:"targetLkfs" yaml:"targetLkfs"`
}

The settings for normalizing video.

The parent of this entity is AudioDescription.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioNormalizationSettingsProperty := &AudioNormalizationSettingsProperty{
	Algorithm: jsii.String("algorithm"),
	AlgorithmControl: jsii.String("algorithmControl"),
	TargetLkfs: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html

type CfnChannel_AudioOnlyHlsSettingsProperty

type CfnChannel_AudioOnlyHlsSettingsProperty struct {
	// Specifies the group that the audio rendition belongs to.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioonlyhlssettings.html#cfn-medialive-channel-audioonlyhlssettings-audiogroupid
	//
	AudioGroupId *string `field:"optional" json:"audioGroupId" yaml:"audioGroupId"`
	// Used with an audio-only stream.
	//
	// It must be a .jpg or .png file. If given, this image is used as the cover art for the audio-only output. Ideally, it should be formatted for an iPhone screen for two reasons. The iPhone does not resize the image; instead, it crops a centered image on the top/bottom and left/right. Additionally, this image file gets saved bit-for-bit into every 10-second segment file, so it increases bandwidth by {image file size} * {segment count} * {user count.}.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioonlyhlssettings.html#cfn-medialive-channel-audioonlyhlssettings-audioonlyimage
	//
	AudioOnlyImage interface{} `field:"optional" json:"audioOnlyImage" yaml:"audioOnlyImage"`
	// Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios.
	//
	// Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client might try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioonlyhlssettings.html#cfn-medialive-channel-audioonlyhlssettings-audiotracktype
	//
	AudioTrackType *string `field:"optional" json:"audioTrackType" yaml:"audioTrackType"`
	// Specifies the segment type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioonlyhlssettings.html#cfn-medialive-channel-audioonlyhlssettings-segmenttype
	//
	SegmentType *string `field:"optional" json:"segmentType" yaml:"segmentType"`
}

The configuration of an audio-only HLS output.

The parent of this entity is HlsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioOnlyHlsSettingsProperty := &AudioOnlyHlsSettingsProperty{
	AudioGroupId: jsii.String("audioGroupId"),
	AudioOnlyImage: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	AudioTrackType: jsii.String("audioTrackType"),
	SegmentType: jsii.String("segmentType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioonlyhlssettings.html

type CfnChannel_AudioPidSelectionProperty

type CfnChannel_AudioPidSelectionProperty struct {
	// Select the audio by this PID.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiopidselection.html#cfn-medialive-channel-audiopidselection-pid
	//
	Pid *float64 `field:"optional" json:"pid" yaml:"pid"`
}

Used to extract audio by The PID.

The parent of this entity is AudioSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioPidSelectionProperty := &AudioPidSelectionProperty{
	Pid: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiopidselection.html

type CfnChannel_AudioSelectorProperty

type CfnChannel_AudioSelectorProperty struct {
	// A name for this AudioSelector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselector.html#cfn-medialive-channel-audioselector-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// Information about the specific audio to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselector.html#cfn-medialive-channel-audioselector-selectorsettings
	//
	SelectorSettings interface{} `field:"optional" json:"selectorSettings" yaml:"selectorSettings"`
}

Information about one audio to extract from the input.

The parent of this entity is InputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioSelectorProperty := &AudioSelectorProperty{
	Name: jsii.String("name"),
	SelectorSettings: &AudioSelectorSettingsProperty{
		AudioHlsRenditionSelection: &AudioHlsRenditionSelectionProperty{
			GroupId: jsii.String("groupId"),
			Name: jsii.String("name"),
		},
		AudioLanguageSelection: &AudioLanguageSelectionProperty{
			LanguageCode: jsii.String("languageCode"),
			LanguageSelectionPolicy: jsii.String("languageSelectionPolicy"),
		},
		AudioPidSelection: &AudioPidSelectionProperty{
			Pid: jsii.Number(123),
		},
		AudioTrackSelection: &AudioTrackSelectionProperty{
			DolbyEDecode: &AudioDolbyEDecodeProperty{
				ProgramSelection: jsii.String("programSelection"),
			},
			Tracks: []interface{}{
				&AudioTrackProperty{
					Track: jsii.Number(123),
				},
			},
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselector.html

type CfnChannel_AudioSelectorSettingsProperty

type CfnChannel_AudioSelectorSettingsProperty struct {
	// Selector for HLS audio rendition.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselectorsettings.html#cfn-medialive-channel-audioselectorsettings-audiohlsrenditionselection
	//
	AudioHlsRenditionSelection interface{} `field:"optional" json:"audioHlsRenditionSelection" yaml:"audioHlsRenditionSelection"`
	// The language code of the audio to select.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselectorsettings.html#cfn-medialive-channel-audioselectorsettings-audiolanguageselection
	//
	AudioLanguageSelection interface{} `field:"optional" json:"audioLanguageSelection" yaml:"audioLanguageSelection"`
	// The PID of the audio to select.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselectorsettings.html#cfn-medialive-channel-audioselectorsettings-audiopidselection
	//
	AudioPidSelection interface{} `field:"optional" json:"audioPidSelection" yaml:"audioPidSelection"`
	// Information about the audio track to extract.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselectorsettings.html#cfn-medialive-channel-audioselectorsettings-audiotrackselection
	//
	AudioTrackSelection interface{} `field:"optional" json:"audioTrackSelection" yaml:"audioTrackSelection"`
}

Information about the audio to extract from the input.

The parent of this entity is AudioSelector.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioSelectorSettingsProperty := &AudioSelectorSettingsProperty{
	AudioHlsRenditionSelection: &AudioHlsRenditionSelectionProperty{
		GroupId: jsii.String("groupId"),
		Name: jsii.String("name"),
	},
	AudioLanguageSelection: &AudioLanguageSelectionProperty{
		LanguageCode: jsii.String("languageCode"),
		LanguageSelectionPolicy: jsii.String("languageSelectionPolicy"),
	},
	AudioPidSelection: &AudioPidSelectionProperty{
		Pid: jsii.Number(123),
	},
	AudioTrackSelection: &AudioTrackSelectionProperty{
		DolbyEDecode: &AudioDolbyEDecodeProperty{
			ProgramSelection: jsii.String("programSelection"),
		},
		Tracks: []interface{}{
			&AudioTrackProperty{
				Track: jsii.Number(123),
			},
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audioselectorsettings.html

type CfnChannel_AudioSilenceFailoverSettingsProperty

type CfnChannel_AudioSilenceFailoverSettingsProperty struct {
	// The name of the audio selector in the input that MediaLive should monitor to detect silence.
	//
	// Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html#cfn-medialive-channel-audiosilencefailoversettings-audioselectorname
	//
	AudioSelectorName *string `field:"optional" json:"audioSelectorName" yaml:"audioSelectorName"`
	// The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
	//
	// Silence is defined as audio loss or audio quieter than -50 dBFS.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html#cfn-medialive-channel-audiosilencefailoversettings-audiosilencethresholdmsec
	//
	AudioSilenceThresholdMsec *float64 `field:"optional" json:"audioSilenceThresholdMsec" yaml:"audioSilenceThresholdMsec"`
}

MediaLive will perform a failover if audio is not detected in this input for the specified period.

The parent of this entity is FailoverConditionSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioSilenceFailoverSettingsProperty := &AudioSilenceFailoverSettingsProperty{
	AudioSelectorName: jsii.String("audioSelectorName"),
	AudioSilenceThresholdMsec: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html

type CfnChannel_AudioTrackProperty

type CfnChannel_AudioTrackProperty struct {
	// 1-based integer value that maps to a specific audio track.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiotrack.html#cfn-medialive-channel-audiotrack-track
	//
	Track *float64 `field:"optional" json:"track" yaml:"track"`
}

Information about one audio track to extract. You can select multiple tracks.

The parent of this entity is AudioTrackSelection.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioTrackProperty := &AudioTrackProperty{
	Track: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiotrack.html

type CfnChannel_AudioTrackSelectionProperty

type CfnChannel_AudioTrackSelectionProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiotrackselection.html#cfn-medialive-channel-audiotrackselection-dolbyedecode
	//
	DolbyEDecode interface{} `field:"optional" json:"dolbyEDecode" yaml:"dolbyEDecode"`
	// Selects one or more unique audio tracks from within a source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiotrackselection.html#cfn-medialive-channel-audiotrackselection-tracks
	//
	Tracks interface{} `field:"optional" json:"tracks" yaml:"tracks"`
}

Information about the audio track to extract.

The parent of this entity is AudioSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioTrackSelectionProperty := &AudioTrackSelectionProperty{
	DolbyEDecode: &AudioDolbyEDecodeProperty{
		ProgramSelection: jsii.String("programSelection"),
	},
	Tracks: []interface{}{
		&AudioTrackProperty{
			Track: jsii.Number(123),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiotrackselection.html

type CfnChannel_AudioWatermarkSettingsProperty added in v2.2.0

type CfnChannel_AudioWatermarkSettingsProperty struct {
	// Settings to configure Nielsen Watermarks in the audio encode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiowatermarksettings.html#cfn-medialive-channel-audiowatermarksettings-nielsenwatermarkssettings
	//
	NielsenWatermarksSettings interface{} `field:"optional" json:"nielsenWatermarksSettings" yaml:"nielsenWatermarksSettings"`
}

Audio Watermark Settings.

The parent of this entity is AudioDescription.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

audioWatermarkSettingsProperty := &AudioWatermarkSettingsProperty{
	NielsenWatermarksSettings: &NielsenWatermarksSettingsProperty{
		NielsenCbetSettings: &NielsenCBETProperty{
			CbetCheckDigitString: jsii.String("cbetCheckDigitString"),
			CbetStepaside: jsii.String("cbetStepaside"),
			Csid: jsii.String("csid"),
		},
		NielsenDistributionType: jsii.String("nielsenDistributionType"),
		NielsenNaesIiNwSettings: &NielsenNaesIiNwProperty{
			CheckDigitString: jsii.String("checkDigitString"),
			Sid: jsii.Number(123),
			Timezone: jsii.String("timezone"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiowatermarksettings.html

type CfnChannel_AutomaticInputFailoverSettingsProperty

type CfnChannel_AutomaticInputFailoverSettingsProperty struct {
	// This clear time defines the requirement a recovered input must meet to be considered healthy.
	//
	// The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-automaticinputfailoversettings.html#cfn-medialive-channel-automaticinputfailoversettings-errorcleartimemsec
	//
	ErrorClearTimeMsec *float64 `field:"optional" json:"errorClearTimeMsec" yaml:"errorClearTimeMsec"`
	// A list of failover conditions.
	//
	// If any of these conditions occur, MediaLive will perform a failover to the other input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-automaticinputfailoversettings.html#cfn-medialive-channel-automaticinputfailoversettings-failoverconditions
	//
	FailoverConditions interface{} `field:"optional" json:"failoverConditions" yaml:"failoverConditions"`
	// Input preference when deciding which input to make active when a previously failed input has recovered.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-automaticinputfailoversettings.html#cfn-medialive-channel-automaticinputfailoversettings-inputpreference
	//
	InputPreference *string `field:"optional" json:"inputPreference" yaml:"inputPreference"`
	// The input ID of the secondary input in the automatic input failover pair.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-automaticinputfailoversettings.html#cfn-medialive-channel-automaticinputfailoversettings-secondaryinputid
	//
	SecondaryInputId *string `field:"optional" json:"secondaryInputId" yaml:"secondaryInputId"`
}

Settings to configure the conditions that will define the input as unhealthy and that will make MediaLive fail over to the other input in the input failover pair.

The parent of this entity is InputAttachment.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

automaticInputFailoverSettingsProperty := &AutomaticInputFailoverSettingsProperty{
	ErrorClearTimeMsec: jsii.Number(123),
	FailoverConditions: []interface{}{
		&FailoverConditionProperty{
			FailoverConditionSettings: &FailoverConditionSettingsProperty{
				AudioSilenceSettings: &AudioSilenceFailoverSettingsProperty{
					AudioSelectorName: jsii.String("audioSelectorName"),
					AudioSilenceThresholdMsec: jsii.Number(123),
				},
				InputLossSettings: &InputLossFailoverSettingsProperty{
					InputLossThresholdMsec: jsii.Number(123),
				},
				VideoBlackSettings: &VideoBlackFailoverSettingsProperty{
					BlackDetectThreshold: jsii.Number(123),
					VideoBlackThresholdMsec: jsii.Number(123),
				},
			},
		},
	},
	InputPreference: jsii.String("inputPreference"),
	SecondaryInputId: jsii.String("secondaryInputId"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-automaticinputfailoversettings.html

type CfnChannel_AvailBlankingProperty

type CfnChannel_AvailBlankingProperty struct {
	// The blanking image to be used.
	//
	// Keep empty for solid black. Only .bmp and .png images are supported.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availblanking.html#cfn-medialive-channel-availblanking-availblankingimage
	//
	AvailBlankingImage interface{} `field:"optional" json:"availBlankingImage" yaml:"availBlankingImage"`
	// When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availblanking.html#cfn-medialive-channel-availblanking-state
	//
	State *string `field:"optional" json:"state" yaml:"state"`
}

The configuration of ad avail blanking in the output.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

availBlankingProperty := &AvailBlankingProperty{
	AvailBlankingImage: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	State: jsii.String("state"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availblanking.html

type CfnChannel_AvailConfigurationProperty

type CfnChannel_AvailConfigurationProperty struct {
	// The setup of ad avail handling in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availconfiguration.html#cfn-medialive-channel-availconfiguration-availsettings
	//
	AvailSettings interface{} `field:"optional" json:"availSettings" yaml:"availSettings"`
}

The setup of ad avail handling in the output.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

availConfigurationProperty := &AvailConfigurationProperty{
	AvailSettings: &AvailSettingsProperty{
		Esam: &EsamProperty{
			AcquisitionPointId: jsii.String("acquisitionPointId"),
			AdAvailOffset: jsii.Number(123),
			PasswordParam: jsii.String("passwordParam"),
			PoisEndpoint: jsii.String("poisEndpoint"),
			Username: jsii.String("username"),
			ZoneIdentity: jsii.String("zoneIdentity"),
		},
		Scte35SpliceInsert: &Scte35SpliceInsertProperty{
			AdAvailOffset: jsii.Number(123),
			NoRegionalBlackoutFlag: jsii.String("noRegionalBlackoutFlag"),
			WebDeliveryAllowedFlag: jsii.String("webDeliveryAllowedFlag"),
		},
		Scte35TimeSignalApos: &Scte35TimeSignalAposProperty{
			AdAvailOffset: jsii.Number(123),
			NoRegionalBlackoutFlag: jsii.String("noRegionalBlackoutFlag"),
			WebDeliveryAllowedFlag: jsii.String("webDeliveryAllowedFlag"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availconfiguration.html

type CfnChannel_AvailSettingsProperty

type CfnChannel_AvailSettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availsettings.html#cfn-medialive-channel-availsettings-esam
	//
	Esam interface{} `field:"optional" json:"esam" yaml:"esam"`
	// The setup for SCTE-35 splice insert handling.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availsettings.html#cfn-medialive-channel-availsettings-scte35spliceinsert
	//
	Scte35SpliceInsert interface{} `field:"optional" json:"scte35SpliceInsert" yaml:"scte35SpliceInsert"`
	// The setup for SCTE-35 time signal APOS handling.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availsettings.html#cfn-medialive-channel-availsettings-scte35timesignalapos
	//
	Scte35TimeSignalApos interface{} `field:"optional" json:"scte35TimeSignalApos" yaml:"scte35TimeSignalApos"`
}

The settings for the ad avail setup in the output.

The parent of this entity is AvailConfiguration.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

availSettingsProperty := &AvailSettingsProperty{
	Esam: &EsamProperty{
		AcquisitionPointId: jsii.String("acquisitionPointId"),
		AdAvailOffset: jsii.Number(123),
		PasswordParam: jsii.String("passwordParam"),
		PoisEndpoint: jsii.String("poisEndpoint"),
		Username: jsii.String("username"),
		ZoneIdentity: jsii.String("zoneIdentity"),
	},
	Scte35SpliceInsert: &Scte35SpliceInsertProperty{
		AdAvailOffset: jsii.Number(123),
		NoRegionalBlackoutFlag: jsii.String("noRegionalBlackoutFlag"),
		WebDeliveryAllowedFlag: jsii.String("webDeliveryAllowedFlag"),
	},
	Scte35TimeSignalApos: &Scte35TimeSignalAposProperty{
		AdAvailOffset: jsii.Number(123),
		NoRegionalBlackoutFlag: jsii.String("noRegionalBlackoutFlag"),
		WebDeliveryAllowedFlag: jsii.String("webDeliveryAllowedFlag"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availsettings.html

type CfnChannel_BlackoutSlateProperty

type CfnChannel_BlackoutSlateProperty struct {
	// The blackout slate image to be used.
	//
	// Keep empty for solid black. Only .bmp and .png images are supported.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-blackoutslate.html#cfn-medialive-channel-blackoutslate-blackoutslateimage
	//
	BlackoutSlateImage interface{} `field:"optional" json:"blackoutSlateImage" yaml:"blackoutSlateImage"`
	// Setting to enabled causes MediaLive to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
	//
	// The blackout is lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in Network ID.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-blackoutslate.html#cfn-medialive-channel-blackoutslate-networkendblackout
	//
	NetworkEndBlackout *string `field:"optional" json:"networkEndBlackout" yaml:"networkEndBlackout"`
	// The path to the local file to use as the Network End Blackout image.
	//
	// The image is scaled to fill the entire output raster.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-blackoutslate.html#cfn-medialive-channel-blackoutslate-networkendblackoutimage
	//
	NetworkEndBlackoutImage interface{} `field:"optional" json:"networkEndBlackoutImage" yaml:"networkEndBlackoutImage"`
	// Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-blackoutslate.html#cfn-medialive-channel-blackoutslate-networkid
	//
	NetworkId *string `field:"optional" json:"networkId" yaml:"networkId"`
	// When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-blackoutslate.html#cfn-medialive-channel-blackoutslate-state
	//
	State *string `field:"optional" json:"state" yaml:"state"`
}

The settings for a blackout slate.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

blackoutSlateProperty := &BlackoutSlateProperty{
	BlackoutSlateImage: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	NetworkEndBlackout: jsii.String("networkEndBlackout"),
	NetworkEndBlackoutImage: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	NetworkId: jsii.String("networkId"),
	State: jsii.String("state"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-blackoutslate.html

type CfnChannel_BurnInDestinationSettingsProperty

type CfnChannel_BurnInDestinationSettingsProperty struct {
	// If no explicit xPosition or yPosition is provided, setting alignment to centered places the captions at the bottom center of the output.
	//
	// Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-alignment
	//
	Alignment *string `field:"optional" json:"alignment" yaml:"alignment"`
	// Specifies the color of the rectangle behind the captions.
	//
	// All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-backgroundcolor
	//
	BackgroundColor *string `field:"optional" json:"backgroundColor" yaml:"backgroundColor"`
	// Specifies the opacity of the background rectangle.
	//
	// 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-backgroundopacity
	//
	BackgroundOpacity *float64 `field:"optional" json:"backgroundOpacity" yaml:"backgroundOpacity"`
	// The external font file that is used for captions burn-in.
	//
	// The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-font
	//
	Font interface{} `field:"optional" json:"font" yaml:"font"`
	// Specifies the color of the burned-in captions.
	//
	// This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-fontcolor
	//
	FontColor *string `field:"optional" json:"fontColor" yaml:"fontColor"`
	// Specifies the opacity of the burned-in captions.
	//
	// 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-fontopacity
	//
	FontOpacity *float64 `field:"optional" json:"fontOpacity" yaml:"fontOpacity"`
	// The font resolution in DPI (dots per inch).
	//
	// The default is 96 dpi. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-fontresolution
	//
	FontResolution *float64 `field:"optional" json:"fontResolution" yaml:"fontResolution"`
	// When set to auto, fontSize scales depending on the size of the output.
	//
	// Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-fontsize
	//
	FontSize *string `field:"optional" json:"fontSize" yaml:"fontSize"`
	// Specifies the font outline color.
	//
	// This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-outlinecolor
	//
	OutlineColor *string `field:"optional" json:"outlineColor" yaml:"outlineColor"`
	// Specifies font outline size in pixels.
	//
	// This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-outlinesize
	//
	OutlineSize *float64 `field:"optional" json:"outlineSize" yaml:"outlineSize"`
	// Specifies the color of the shadow cast by the captions.
	//
	// All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-shadowcolor
	//
	ShadowColor *string `field:"optional" json:"shadowColor" yaml:"shadowColor"`
	// Specifies the opacity of the shadow.
	//
	// 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-shadowopacity
	//
	ShadowOpacity *float64 `field:"optional" json:"shadowOpacity" yaml:"shadowOpacity"`
	// Specifies the horizontal offset of the shadow that is relative to the captions in pixels.
	//
	// A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-shadowxoffset
	//
	ShadowXOffset *float64 `field:"optional" json:"shadowXOffset" yaml:"shadowXOffset"`
	// Specifies the vertical offset of the shadow that is relative to the captions in pixels.
	//
	// A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-shadowyoffset
	//
	ShadowYOffset *float64 `field:"optional" json:"shadowYOffset" yaml:"shadowYOffset"`
	// Controls whether a fixed grid size is used to generate the output subtitles bitmap.
	//
	// This applies only to Teletext inputs and DVB-Sub/Burn-in outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-teletextgridcontrol
	//
	TeletextGridControl *string `field:"optional" json:"teletextGridControl" yaml:"teletextGridControl"`
	// Specifies the horizontal position of the captions relative to the left side of the output in pixels.
	//
	// A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-xposition
	//
	XPosition *float64 `field:"optional" json:"xPosition" yaml:"xPosition"`
	// Specifies the vertical position of the captions relative to the top of the output in pixels.
	//
	// A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-yposition
	//
	YPosition *float64 `field:"optional" json:"yPosition" yaml:"yPosition"`
}

The settings for burn-in captions in the output.

The parent of this entity is CaptionDestinationSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

burnInDestinationSettingsProperty := &BurnInDestinationSettingsProperty{
	Alignment: jsii.String("alignment"),
	BackgroundColor: jsii.String("backgroundColor"),
	BackgroundOpacity: jsii.Number(123),
	Font: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	FontColor: jsii.String("fontColor"),
	FontOpacity: jsii.Number(123),
	FontResolution: jsii.Number(123),
	FontSize: jsii.String("fontSize"),
	OutlineColor: jsii.String("outlineColor"),
	OutlineSize: jsii.Number(123),
	ShadowColor: jsii.String("shadowColor"),
	ShadowOpacity: jsii.Number(123),
	ShadowXOffset: jsii.Number(123),
	ShadowYOffset: jsii.Number(123),
	TeletextGridControl: jsii.String("teletextGridControl"),
	XPosition: jsii.Number(123),
	YPosition: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html

type CfnChannel_CaptionDescriptionProperty

type CfnChannel_CaptionDescriptionProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-accessibility
	//
	Accessibility *string `field:"optional" json:"accessibility" yaml:"accessibility"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-captiondashroles
	//
	CaptionDashRoles *[]*string `field:"optional" json:"captionDashRoles" yaml:"captionDashRoles"`
	// Specifies which input captions selector to use as a captions source when generating output captions.
	//
	// This field should match a captionSelector name.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-captionselectorname
	//
	CaptionSelectorName *string `field:"optional" json:"captionSelectorName" yaml:"captionSelectorName"`
	// Additional settings for a captions destination that depend on the destination type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-destinationsettings
	//
	DestinationSettings interface{} `field:"optional" json:"destinationSettings" yaml:"destinationSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-dvbdashaccessibility
	//
	DvbDashAccessibility *string `field:"optional" json:"dvbDashAccessibility" yaml:"dvbDashAccessibility"`
	// An ISO 639-2 three-digit code.
	//
	// For more information, see http://www.loc.gov/standards/iso639-2/.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-languagecode
	//
	LanguageCode *string `field:"optional" json:"languageCode" yaml:"languageCode"`
	// Human-readable information to indicate the captions that are available for players (for example, English or Spanish).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-languagedescription
	//
	LanguageDescription *string `field:"optional" json:"languageDescription" yaml:"languageDescription"`
	// The name of the captions description.
	//
	// The name is used to associate a captions description with an output. Names must be unique within a channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
}

The encoding information for output captions.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

captionDescriptionProperty := &CaptionDescriptionProperty{
	Accessibility: jsii.String("accessibility"),
	CaptionDashRoles: []*string{
		jsii.String("captionDashRoles"),
	},
	CaptionSelectorName: jsii.String("captionSelectorName"),
	DestinationSettings: &CaptionDestinationSettingsProperty{
		AribDestinationSettings: &AribDestinationSettingsProperty{
		},
		BurnInDestinationSettings: &BurnInDestinationSettingsProperty{
			Alignment: jsii.String("alignment"),
			BackgroundColor: jsii.String("backgroundColor"),
			BackgroundOpacity: jsii.Number(123),
			Font: &InputLocationProperty{
				PasswordParam: jsii.String("passwordParam"),
				Uri: jsii.String("uri"),
				Username: jsii.String("username"),
			},
			FontColor: jsii.String("fontColor"),
			FontOpacity: jsii.Number(123),
			FontResolution: jsii.Number(123),
			FontSize: jsii.String("fontSize"),
			OutlineColor: jsii.String("outlineColor"),
			OutlineSize: jsii.Number(123),
			ShadowColor: jsii.String("shadowColor"),
			ShadowOpacity: jsii.Number(123),
			ShadowXOffset: jsii.Number(123),
			ShadowYOffset: jsii.Number(123),
			TeletextGridControl: jsii.String("teletextGridControl"),
			XPosition: jsii.Number(123),
			YPosition: jsii.Number(123),
		},
		DvbSubDestinationSettings: &DvbSubDestinationSettingsProperty{
			Alignment: jsii.String("alignment"),
			BackgroundColor: jsii.String("backgroundColor"),
			BackgroundOpacity: jsii.Number(123),
			Font: &InputLocationProperty{
				PasswordParam: jsii.String("passwordParam"),
				Uri: jsii.String("uri"),
				Username: jsii.String("username"),
			},
			FontColor: jsii.String("fontColor"),
			FontOpacity: jsii.Number(123),
			FontResolution: jsii.Number(123),
			FontSize: jsii.String("fontSize"),
			OutlineColor: jsii.String("outlineColor"),
			OutlineSize: jsii.Number(123),
			ShadowColor: jsii.String("shadowColor"),
			ShadowOpacity: jsii.Number(123),
			ShadowXOffset: jsii.Number(123),
			ShadowYOffset: jsii.Number(123),
			TeletextGridControl: jsii.String("teletextGridControl"),
			XPosition: jsii.Number(123),
			YPosition: jsii.Number(123),
		},
		EbuTtDDestinationSettings: &EbuTtDDestinationSettingsProperty{
			CopyrightHolder: jsii.String("copyrightHolder"),
			FillLineGap: jsii.String("fillLineGap"),
			FontFamily: jsii.String("fontFamily"),
			StyleControl: jsii.String("styleControl"),
		},
		EmbeddedDestinationSettings: &EmbeddedDestinationSettingsProperty{
		},
		EmbeddedPlusScte20DestinationSettings: &EmbeddedPlusScte20DestinationSettingsProperty{
		},
		RtmpCaptionInfoDestinationSettings: &RtmpCaptionInfoDestinationSettingsProperty{
		},
		Scte20PlusEmbeddedDestinationSettings: &Scte20PlusEmbeddedDestinationSettingsProperty{
		},
		Scte27DestinationSettings: &Scte27DestinationSettingsProperty{
		},
		SmpteTtDestinationSettings: &SmpteTtDestinationSettingsProperty{
		},
		TeletextDestinationSettings: &TeletextDestinationSettingsProperty{
		},
		TtmlDestinationSettings: &TtmlDestinationSettingsProperty{
			StyleControl: jsii.String("styleControl"),
		},
		WebvttDestinationSettings: &WebvttDestinationSettingsProperty{
			StyleControl: jsii.String("styleControl"),
		},
	},
	DvbDashAccessibility: jsii.String("dvbDashAccessibility"),
	LanguageCode: jsii.String("languageCode"),
	LanguageDescription: jsii.String("languageDescription"),
	Name: jsii.String("name"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html

type CfnChannel_CaptionDestinationSettingsProperty

type CfnChannel_CaptionDestinationSettingsProperty struct {
	// The configuration of one ARIB captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-aribdestinationsettings
	//
	AribDestinationSettings interface{} `field:"optional" json:"aribDestinationSettings" yaml:"aribDestinationSettings"`
	// The configuration of one burn-in captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-burnindestinationsettings
	//
	BurnInDestinationSettings interface{} `field:"optional" json:"burnInDestinationSettings" yaml:"burnInDestinationSettings"`
	// The configuration of one DVB Sub captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-dvbsubdestinationsettings
	//
	DvbSubDestinationSettings interface{} `field:"optional" json:"dvbSubDestinationSettings" yaml:"dvbSubDestinationSettings"`
	// Settings for EBU-TT captions in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-ebuttddestinationsettings
	//
	EbuTtDDestinationSettings interface{} `field:"optional" json:"ebuTtDDestinationSettings" yaml:"ebuTtDDestinationSettings"`
	// The configuration of one embedded captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-embeddeddestinationsettings
	//
	EmbeddedDestinationSettings interface{} `field:"optional" json:"embeddedDestinationSettings" yaml:"embeddedDestinationSettings"`
	// The configuration of one embedded plus SCTE-20 captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-embeddedplusscte20destinationsettings
	//
	EmbeddedPlusScte20DestinationSettings interface{} `field:"optional" json:"embeddedPlusScte20DestinationSettings" yaml:"embeddedPlusScte20DestinationSettings"`
	// The configuration of one RTMPCaptionInfo captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-rtmpcaptioninfodestinationsettings
	//
	RtmpCaptionInfoDestinationSettings interface{} `field:"optional" json:"rtmpCaptionInfoDestinationSettings" yaml:"rtmpCaptionInfoDestinationSettings"`
	// The configuration of one SCTE20 plus embedded captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-scte20plusembeddeddestinationsettings
	//
	Scte20PlusEmbeddedDestinationSettings interface{} `field:"optional" json:"scte20PlusEmbeddedDestinationSettings" yaml:"scte20PlusEmbeddedDestinationSettings"`
	// The configuration of one SCTE-27 captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-scte27destinationsettings
	//
	Scte27DestinationSettings interface{} `field:"optional" json:"scte27DestinationSettings" yaml:"scte27DestinationSettings"`
	// The configuration of one SMPTE-TT captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-smptettdestinationsettings
	//
	SmpteTtDestinationSettings interface{} `field:"optional" json:"smpteTtDestinationSettings" yaml:"smpteTtDestinationSettings"`
	// The configuration of one Teletext captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-teletextdestinationsettings
	//
	TeletextDestinationSettings interface{} `field:"optional" json:"teletextDestinationSettings" yaml:"teletextDestinationSettings"`
	// The configuration of one TTML captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-ttmldestinationsettings
	//
	TtmlDestinationSettings interface{} `field:"optional" json:"ttmlDestinationSettings" yaml:"ttmlDestinationSettings"`
	// The configuration of one WebVTT captions encode in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html#cfn-medialive-channel-captiondestinationsettings-webvttdestinationsettings
	//
	WebvttDestinationSettings interface{} `field:"optional" json:"webvttDestinationSettings" yaml:"webvttDestinationSettings"`
}

The configuration of one captions encode in the output.

The parent of this entity is CaptionDescription.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

captionDestinationSettingsProperty := &CaptionDestinationSettingsProperty{
	AribDestinationSettings: &AribDestinationSettingsProperty{
	},
	BurnInDestinationSettings: &BurnInDestinationSettingsProperty{
		Alignment: jsii.String("alignment"),
		BackgroundColor: jsii.String("backgroundColor"),
		BackgroundOpacity: jsii.Number(123),
		Font: &InputLocationProperty{
			PasswordParam: jsii.String("passwordParam"),
			Uri: jsii.String("uri"),
			Username: jsii.String("username"),
		},
		FontColor: jsii.String("fontColor"),
		FontOpacity: jsii.Number(123),
		FontResolution: jsii.Number(123),
		FontSize: jsii.String("fontSize"),
		OutlineColor: jsii.String("outlineColor"),
		OutlineSize: jsii.Number(123),
		ShadowColor: jsii.String("shadowColor"),
		ShadowOpacity: jsii.Number(123),
		ShadowXOffset: jsii.Number(123),
		ShadowYOffset: jsii.Number(123),
		TeletextGridControl: jsii.String("teletextGridControl"),
		XPosition: jsii.Number(123),
		YPosition: jsii.Number(123),
	},
	DvbSubDestinationSettings: &DvbSubDestinationSettingsProperty{
		Alignment: jsii.String("alignment"),
		BackgroundColor: jsii.String("backgroundColor"),
		BackgroundOpacity: jsii.Number(123),
		Font: &InputLocationProperty{
			PasswordParam: jsii.String("passwordParam"),
			Uri: jsii.String("uri"),
			Username: jsii.String("username"),
		},
		FontColor: jsii.String("fontColor"),
		FontOpacity: jsii.Number(123),
		FontResolution: jsii.Number(123),
		FontSize: jsii.String("fontSize"),
		OutlineColor: jsii.String("outlineColor"),
		OutlineSize: jsii.Number(123),
		ShadowColor: jsii.String("shadowColor"),
		ShadowOpacity: jsii.Number(123),
		ShadowXOffset: jsii.Number(123),
		ShadowYOffset: jsii.Number(123),
		TeletextGridControl: jsii.String("teletextGridControl"),
		XPosition: jsii.Number(123),
		YPosition: jsii.Number(123),
	},
	EbuTtDDestinationSettings: &EbuTtDDestinationSettingsProperty{
		CopyrightHolder: jsii.String("copyrightHolder"),
		FillLineGap: jsii.String("fillLineGap"),
		FontFamily: jsii.String("fontFamily"),
		StyleControl: jsii.String("styleControl"),
	},
	EmbeddedDestinationSettings: &EmbeddedDestinationSettingsProperty{
	},
	EmbeddedPlusScte20DestinationSettings: &EmbeddedPlusScte20DestinationSettingsProperty{
	},
	RtmpCaptionInfoDestinationSettings: &RtmpCaptionInfoDestinationSettingsProperty{
	},
	Scte20PlusEmbeddedDestinationSettings: &Scte20PlusEmbeddedDestinationSettingsProperty{
	},
	Scte27DestinationSettings: &Scte27DestinationSettingsProperty{
	},
	SmpteTtDestinationSettings: &SmpteTtDestinationSettingsProperty{
	},
	TeletextDestinationSettings: &TeletextDestinationSettingsProperty{
	},
	TtmlDestinationSettings: &TtmlDestinationSettingsProperty{
		StyleControl: jsii.String("styleControl"),
	},
	WebvttDestinationSettings: &WebvttDestinationSettingsProperty{
		StyleControl: jsii.String("styleControl"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondestinationsettings.html

type CfnChannel_CaptionLanguageMappingProperty

type CfnChannel_CaptionLanguageMappingProperty struct {
	// The closed caption channel being described by this CaptionLanguageMapping.
	//
	// Each channel mapping must have a unique channel number (maximum of 4).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html#cfn-medialive-channel-captionlanguagemapping-captionchannel
	//
	CaptionChannel *float64 `field:"optional" json:"captionChannel" yaml:"captionChannel"`
	// A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html#cfn-medialive-channel-captionlanguagemapping-languagecode
	//
	LanguageCode *string `field:"optional" json:"languageCode" yaml:"languageCode"`
	// The textual description of language.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html#cfn-medialive-channel-captionlanguagemapping-languagedescription
	//
	LanguageDescription *string `field:"optional" json:"languageDescription" yaml:"languageDescription"`
}

Maps a captions channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

The parent of this entity is HlsGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

captionLanguageMappingProperty := &CaptionLanguageMappingProperty{
	CaptionChannel: jsii.Number(123),
	LanguageCode: jsii.String("languageCode"),
	LanguageDescription: jsii.String("languageDescription"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html

type CfnChannel_CaptionRectangleProperty

type CfnChannel_CaptionRectangleProperty struct {
	// See the description in leftOffset.
	//
	// For height, specify the entire height of the rectangle as a percentage of the underlying frame height. For example, \"80\" means the rectangle height is 80% of the underlying frame height. The topOffset and rectangleHeight must add up to 100% or less. This field corresponds to tts:extent - Y in the TTML standard.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionrectangle.html#cfn-medialive-channel-captionrectangle-height
	//
	Height *float64 `field:"optional" json:"height" yaml:"height"`
	// Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.
	//
	// (Make sure to leave the default if you don't have either of these formats in the output.) You can define a display rectangle for the captions that is smaller than the underlying video frame. You define the rectangle by specifying the position of the left edge, top edge, bottom edge, and right edge of the rectangle, all within the underlying video frame. The units for the measurements are percentages. If you specify a value for one of these fields, you must specify a value for all of them.
	//
	// For leftOffset, specify the position of the left edge of the rectangle, as a percentage of the underlying frame width, and relative to the left edge of the frame. For example, \"10\" means the measurement is 10% of the underlying frame width. The rectangle left edge starts at that position from the left edge of the frame. This field corresponds to tts:origin - X in the TTML standard.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionrectangle.html#cfn-medialive-channel-captionrectangle-leftoffset
	//
	LeftOffset *float64 `field:"optional" json:"leftOffset" yaml:"leftOffset"`
	// See the description in leftOffset.
	//
	// For topOffset, specify the position of the top edge of the rectangle, as a percentage of the underlying frame height, and relative to the top edge of the frame. For example, \"10\" means the measurement is 10% of the underlying frame height. The rectangle top edge starts at that position from the top edge of the frame. This field corresponds to tts:origin - Y in the TTML standard.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionrectangle.html#cfn-medialive-channel-captionrectangle-topoffset
	//
	TopOffset *float64 `field:"optional" json:"topOffset" yaml:"topOffset"`
	// See the description in leftOffset.
	//
	// For width, specify the entire width of the rectangle as a percentage of the underlying frame width. For example, \"80\" means the rectangle width is 80% of the underlying frame width. The leftOffset and rectangleWidth must add up to 100% or less. This field corresponds to tts:extent - X in the TTML standard.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionrectangle.html#cfn-medialive-channel-captionrectangle-width
	//
	Width *float64 `field:"optional" json:"width" yaml:"width"`
}

Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.

The parent of this entity is TeletextSourceSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

captionRectangleProperty := &CaptionRectangleProperty{
	Height: jsii.Number(123),
	LeftOffset: jsii.Number(123),
	TopOffset: jsii.Number(123),
	Width: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionrectangle.html

type CfnChannel_CaptionSelectorProperty

type CfnChannel_CaptionSelectorProperty struct {
	// When specified, this field indicates the three-letter language code of the captions track to extract from the source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselector.html#cfn-medialive-channel-captionselector-languagecode
	//
	LanguageCode *string `field:"optional" json:"languageCode" yaml:"languageCode"`
	// The name identifier for a captions selector.
	//
	// This name is used to associate this captions selector with one or more captions descriptions. Names must be unique within a channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselector.html#cfn-medialive-channel-captionselector-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// Information about the specific audio to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselector.html#cfn-medialive-channel-captionselector-selectorsettings
	//
	SelectorSettings interface{} `field:"optional" json:"selectorSettings" yaml:"selectorSettings"`
}

Information about one caption to extract from the input.

The parent of this entity is InputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

captionSelectorProperty := &CaptionSelectorProperty{
	LanguageCode: jsii.String("languageCode"),
	Name: jsii.String("name"),
	SelectorSettings: &CaptionSelectorSettingsProperty{
		AncillarySourceSettings: &AncillarySourceSettingsProperty{
			SourceAncillaryChannelNumber: jsii.Number(123),
		},
		AribSourceSettings: &AribSourceSettingsProperty{
		},
		DvbSubSourceSettings: &DvbSubSourceSettingsProperty{
			OcrLanguage: jsii.String("ocrLanguage"),
			Pid: jsii.Number(123),
		},
		EmbeddedSourceSettings: &EmbeddedSourceSettingsProperty{
			Convert608To708: jsii.String("convert608To708"),
			Scte20Detection: jsii.String("scte20Detection"),
			Source608ChannelNumber: jsii.Number(123),
			Source608TrackNumber: jsii.Number(123),
		},
		Scte20SourceSettings: &Scte20SourceSettingsProperty{
			Convert608To708: jsii.String("convert608To708"),
			Source608ChannelNumber: jsii.Number(123),
		},
		Scte27SourceSettings: &Scte27SourceSettingsProperty{
			OcrLanguage: jsii.String("ocrLanguage"),
			Pid: jsii.Number(123),
		},
		TeletextSourceSettings: &TeletextSourceSettingsProperty{
			OutputRectangle: &CaptionRectangleProperty{
				Height: jsii.Number(123),
				LeftOffset: jsii.Number(123),
				TopOffset: jsii.Number(123),
				Width: jsii.Number(123),
			},
			PageNumber: jsii.String("pageNumber"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselector.html

type CfnChannel_CaptionSelectorSettingsProperty

type CfnChannel_CaptionSelectorSettingsProperty struct {
	// Information about the ancillary captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-ancillarysourcesettings
	//
	AncillarySourceSettings interface{} `field:"optional" json:"ancillarySourceSettings" yaml:"ancillarySourceSettings"`
	// Information about the ARIB captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-aribsourcesettings
	//
	AribSourceSettings interface{} `field:"optional" json:"aribSourceSettings" yaml:"aribSourceSettings"`
	// Information about the DVB Sub captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-dvbsubsourcesettings
	//
	DvbSubSourceSettings interface{} `field:"optional" json:"dvbSubSourceSettings" yaml:"dvbSubSourceSettings"`
	// Information about the embedded captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-embeddedsourcesettings
	//
	EmbeddedSourceSettings interface{} `field:"optional" json:"embeddedSourceSettings" yaml:"embeddedSourceSettings"`
	// Information about the SCTE-20 captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-scte20sourcesettings
	//
	Scte20SourceSettings interface{} `field:"optional" json:"scte20SourceSettings" yaml:"scte20SourceSettings"`
	// Information about the SCTE-27 captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-scte27sourcesettings
	//
	Scte27SourceSettings interface{} `field:"optional" json:"scte27SourceSettings" yaml:"scte27SourceSettings"`
	// Information about the Teletext captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html#cfn-medialive-channel-captionselectorsettings-teletextsourcesettings
	//
	TeletextSourceSettings interface{} `field:"optional" json:"teletextSourceSettings" yaml:"teletextSourceSettings"`
}

Captions Selector Settings.

The parent of this entity is CaptionSelector.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

captionSelectorSettingsProperty := &CaptionSelectorSettingsProperty{
	AncillarySourceSettings: &AncillarySourceSettingsProperty{
		SourceAncillaryChannelNumber: jsii.Number(123),
	},
	AribSourceSettings: &AribSourceSettingsProperty{
	},
	DvbSubSourceSettings: &DvbSubSourceSettingsProperty{
		OcrLanguage: jsii.String("ocrLanguage"),
		Pid: jsii.Number(123),
	},
	EmbeddedSourceSettings: &EmbeddedSourceSettingsProperty{
		Convert608To708: jsii.String("convert608To708"),
		Scte20Detection: jsii.String("scte20Detection"),
		Source608ChannelNumber: jsii.Number(123),
		Source608TrackNumber: jsii.Number(123),
	},
	Scte20SourceSettings: &Scte20SourceSettingsProperty{
		Convert608To708: jsii.String("convert608To708"),
		Source608ChannelNumber: jsii.Number(123),
	},
	Scte27SourceSettings: &Scte27SourceSettingsProperty{
		OcrLanguage: jsii.String("ocrLanguage"),
		Pid: jsii.Number(123),
	},
	TeletextSourceSettings: &TeletextSourceSettingsProperty{
		OutputRectangle: &CaptionRectangleProperty{
			Height: jsii.Number(123),
			LeftOffset: jsii.Number(123),
			TopOffset: jsii.Number(123),
			Width: jsii.Number(123),
		},
		PageNumber: jsii.String("pageNumber"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionselectorsettings.html

type CfnChannel_CdiInputSpecificationProperty

type CfnChannel_CdiInputSpecificationProperty struct {
	// Maximum CDI input resolution.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cdiinputspecification.html#cfn-medialive-channel-cdiinputspecification-resolution
	//
	Resolution *string `field:"optional" json:"resolution" yaml:"resolution"`
}

The input specification for this channel.

It specifies the key characteristics of CDI inputs for this channel, when those characteristics are different from other inputs.

This entity is at the top level in the channel.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cdiInputSpecificationProperty := &CdiInputSpecificationProperty{
	Resolution: jsii.String("resolution"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cdiinputspecification.html

type CfnChannel_CmafIngestGroupSettingsProperty added in v2.140.0

type CfnChannel_CmafIngestGroupSettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3behavior
	//
	NielsenId3Behavior *string `field:"optional" json:"nielsenId3Behavior" yaml:"nielsenId3Behavior"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-scte35type
	//
	Scte35Type *string `field:"optional" json:"scte35Type" yaml:"scte35Type"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-segmentlength
	//
	SegmentLength *float64 `field:"optional" json:"segmentLength" yaml:"segmentLength"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-segmentlengthunits
	//
	SegmentLengthUnits *string `field:"optional" json:"segmentLengthUnits" yaml:"segmentLengthUnits"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-senddelayms
	//
	SendDelayMs *float64 `field:"optional" json:"sendDelayMs" yaml:"sendDelayMs"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cmafIngestGroupSettingsProperty := &CmafIngestGroupSettingsProperty{
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
	Scte35Type: jsii.String("scte35Type"),
	SegmentLength: jsii.Number(123),
	SegmentLengthUnits: jsii.String("segmentLengthUnits"),
	SendDelayMs: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html

type CfnChannel_CmafIngestOutputSettingsProperty added in v2.140.0

type CfnChannel_CmafIngestOutputSettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestoutputsettings.html#cfn-medialive-channel-cmafingestoutputsettings-namemodifier
	//
	NameModifier *string `field:"optional" json:"nameModifier" yaml:"nameModifier"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cmafIngestOutputSettingsProperty := &CmafIngestOutputSettingsProperty{
	NameModifier: jsii.String("nameModifier"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestoutputsettings.html

type CfnChannel_ColorCorrectionProperty added in v2.123.0

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

colorCorrectionProperty := &ColorCorrectionProperty{
	InputColorSpace: jsii.String("inputColorSpace"),
	OutputColorSpace: jsii.String("outputColorSpace"),
	Uri: jsii.String("uri"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.html

type CfnChannel_ColorCorrectionSettingsProperty added in v2.123.0

type CfnChannel_ColorCorrectionSettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrectionsettings.html#cfn-medialive-channel-colorcorrectionsettings-globalcolorcorrections
	//
	GlobalColorCorrections interface{} `field:"optional" json:"globalColorCorrections" yaml:"globalColorCorrections"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

colorCorrectionSettingsProperty := &ColorCorrectionSettingsProperty{
	GlobalColorCorrections: []interface{}{
		&ColorCorrectionProperty{
			InputColorSpace: jsii.String("inputColorSpace"),
			OutputColorSpace: jsii.String("outputColorSpace"),
			Uri: jsii.String("uri"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrectionsettings.html

type CfnChannel_ColorSpacePassthroughSettingsProperty

type CfnChannel_ColorSpacePassthroughSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

colorSpacePassthroughSettingsProperty := &ColorSpacePassthroughSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorspacepassthroughsettings.html

type CfnChannel_DolbyVision81SettingsProperty added in v2.78.0

type CfnChannel_DolbyVision81SettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

dolbyVision81SettingsProperty := &DolbyVision81SettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dolbyvision81settings.html

type CfnChannel_DvbNitSettingsProperty

type CfnChannel_DvbNitSettingsProperty struct {
	// The numeric value placed in the Network Information Table (NIT).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbnitsettings.html#cfn-medialive-channel-dvbnitsettings-networkid
	//
	NetworkId *float64 `field:"optional" json:"networkId" yaml:"networkId"`
	// The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).
	//
	// The maximum length is 256 characters.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbnitsettings.html#cfn-medialive-channel-dvbnitsettings-networkname
	//
	NetworkName *string `field:"optional" json:"networkName" yaml:"networkName"`
	// The number of milliseconds between instances of this table in the output transport stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbnitsettings.html#cfn-medialive-channel-dvbnitsettings-repinterval
	//
	RepInterval *float64 `field:"optional" json:"repInterval" yaml:"repInterval"`
}

The configuration of DVB NIT.

The parent of this entity is M2tsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

dvbNitSettingsProperty := &DvbNitSettingsProperty{
	NetworkId: jsii.Number(123),
	NetworkName: jsii.String("networkName"),
	RepInterval: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbnitsettings.html

type CfnChannel_DvbSdtSettingsProperty

type CfnChannel_DvbSdtSettingsProperty struct {
	// Selects a method of inserting SDT information into an output stream.
	//
	// The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsdtsettings.html#cfn-medialive-channel-dvbsdtsettings-outputsdt
	//
	OutputSdt *string `field:"optional" json:"outputSdt" yaml:"outputSdt"`
	// The number of milliseconds between instances of this table in the output transport stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsdtsettings.html#cfn-medialive-channel-dvbsdtsettings-repinterval
	//
	RepInterval *float64 `field:"optional" json:"repInterval" yaml:"repInterval"`
	// The service name placed in the serviceDescriptor in the Service Description Table (SDT).
	//
	// The maximum length is 256 characters.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsdtsettings.html#cfn-medialive-channel-dvbsdtsettings-servicename
	//
	ServiceName *string `field:"optional" json:"serviceName" yaml:"serviceName"`
	// The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).
	//
	// The maximum length is 256 characters.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsdtsettings.html#cfn-medialive-channel-dvbsdtsettings-serviceprovidername
	//
	ServiceProviderName *string `field:"optional" json:"serviceProviderName" yaml:"serviceProviderName"`
}

A DVB Service Description Table (SDT).

The parent of this entity is M2tsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

dvbSdtSettingsProperty := &DvbSdtSettingsProperty{
	OutputSdt: jsii.String("outputSdt"),
	RepInterval: jsii.Number(123),
	ServiceName: jsii.String("serviceName"),
	ServiceProviderName: jsii.String("serviceProviderName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsdtsettings.html

type CfnChannel_DvbSubDestinationSettingsProperty

type CfnChannel_DvbSubDestinationSettingsProperty struct {
	// If no explicit xPosition or yPosition is provided, setting the alignment to centered places the captions at the bottom center of the output.
	//
	// Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-alignment
	//
	Alignment *string `field:"optional" json:"alignment" yaml:"alignment"`
	// Specifies the color of the rectangle behind the captions.
	//
	// All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-backgroundcolor
	//
	BackgroundColor *string `field:"optional" json:"backgroundColor" yaml:"backgroundColor"`
	// Specifies the opacity of the background rectangle.
	//
	// 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-backgroundopacity
	//
	BackgroundOpacity *float64 `field:"optional" json:"backgroundOpacity" yaml:"backgroundOpacity"`
	// The external font file that is used for captions burn-in.
	//
	// The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-font
	//
	Font interface{} `field:"optional" json:"font" yaml:"font"`
	// Specifies the color of the burned-in captions.
	//
	// This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-fontcolor
	//
	FontColor *string `field:"optional" json:"fontColor" yaml:"fontColor"`
	// Specifies the opacity of the burned-in captions.
	//
	// 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-fontopacity
	//
	FontOpacity *float64 `field:"optional" json:"fontOpacity" yaml:"fontOpacity"`
	// The font resolution in DPI (dots per inch).
	//
	// The default is 96 dpi. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-fontresolution
	//
	FontResolution *float64 `field:"optional" json:"fontResolution" yaml:"fontResolution"`
	// When set to auto, fontSize scales depending on the size of the output.
	//
	// Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-fontsize
	//
	FontSize *string `field:"optional" json:"fontSize" yaml:"fontSize"`
	// Specifies the font outline color.
	//
	// This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-outlinecolor
	//
	OutlineColor *string `field:"optional" json:"outlineColor" yaml:"outlineColor"`
	// Specifies the font outline size in pixels.
	//
	// This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-outlinesize
	//
	OutlineSize *float64 `field:"optional" json:"outlineSize" yaml:"outlineSize"`
	// Specifies the color of the shadow that is cast by the captions.
	//
	// All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-shadowcolor
	//
	ShadowColor *string `field:"optional" json:"shadowColor" yaml:"shadowColor"`
	// Specifies the opacity of the shadow.
	//
	// 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-shadowopacity
	//
	ShadowOpacity *float64 `field:"optional" json:"shadowOpacity" yaml:"shadowOpacity"`
	// Specifies the horizontal offset of the shadow relative to the captions in pixels.
	//
	// A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-shadowxoffset
	//
	ShadowXOffset *float64 `field:"optional" json:"shadowXOffset" yaml:"shadowXOffset"`
	// Specifies the vertical offset of the shadow relative to the captions in pixels.
	//
	// A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-shadowyoffset
	//
	ShadowYOffset *float64 `field:"optional" json:"shadowYOffset" yaml:"shadowYOffset"`
	// Controls whether a fixed grid size is used to generate the output subtitles bitmap.
	//
	// This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-teletextgridcontrol
	//
	TeletextGridControl *string `field:"optional" json:"teletextGridControl" yaml:"teletextGridControl"`
	// Specifies the horizontal position of the captions relative to the left side of the output in pixels.
	//
	// A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-xposition
	//
	XPosition *float64 `field:"optional" json:"xPosition" yaml:"xPosition"`
	// Specifies the vertical position of the captions relative to the top of the output in pixels.
	//
	// A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-yposition
	//
	YPosition *float64 `field:"optional" json:"yPosition" yaml:"yPosition"`
}

The settings for DVB Sub captions in the output.

The parent of this entity is CaptionDestinationSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

dvbSubDestinationSettingsProperty := &DvbSubDestinationSettingsProperty{
	Alignment: jsii.String("alignment"),
	BackgroundColor: jsii.String("backgroundColor"),
	BackgroundOpacity: jsii.Number(123),
	Font: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	FontColor: jsii.String("fontColor"),
	FontOpacity: jsii.Number(123),
	FontResolution: jsii.Number(123),
	FontSize: jsii.String("fontSize"),
	OutlineColor: jsii.String("outlineColor"),
	OutlineSize: jsii.Number(123),
	ShadowColor: jsii.String("shadowColor"),
	ShadowOpacity: jsii.Number(123),
	ShadowXOffset: jsii.Number(123),
	ShadowYOffset: jsii.Number(123),
	TeletextGridControl: jsii.String("teletextGridControl"),
	XPosition: jsii.Number(123),
	YPosition: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html

type CfnChannel_DvbSubSourceSettingsProperty

type CfnChannel_DvbSubSourceSettingsProperty struct {
	// If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html#cfn-medialive-channel-dvbsubsourcesettings-ocrlanguage
	//
	OcrLanguage *string `field:"optional" json:"ocrLanguage" yaml:"ocrLanguage"`
	// When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.
	//
	// It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html#cfn-medialive-channel-dvbsubsourcesettings-pid
	//
	Pid *float64 `field:"optional" json:"pid" yaml:"pid"`
}

Information about the DVB Sub captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

dvbSubSourceSettingsProperty := &DvbSubSourceSettingsProperty{
	OcrLanguage: jsii.String("ocrLanguage"),
	Pid: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html

type CfnChannel_DvbTdtSettingsProperty

type CfnChannel_DvbTdtSettingsProperty struct {
	// The number of milliseconds between instances of this table in the output transport stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbtdtsettings.html#cfn-medialive-channel-dvbtdtsettings-repinterval
	//
	RepInterval *float64 `field:"optional" json:"repInterval" yaml:"repInterval"`
}

The DVB Time and Date Table (TDT).

The parent of this entity is M2tsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

dvbTdtSettingsProperty := &DvbTdtSettingsProperty{
	RepInterval: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbtdtsettings.html

type CfnChannel_Eac3AtmosSettingsProperty added in v2.78.0

type CfnChannel_Eac3AtmosSettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-codingmode
	//
	CodingMode *string `field:"optional" json:"codingMode" yaml:"codingMode"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-dialnorm
	//
	Dialnorm *float64 `field:"optional" json:"dialnorm" yaml:"dialnorm"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-drcline
	//
	DrcLine *string `field:"optional" json:"drcLine" yaml:"drcLine"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-drcrf
	//
	DrcRf *string `field:"optional" json:"drcRf" yaml:"drcRf"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-heighttrim
	//
	HeightTrim *float64 `field:"optional" json:"heightTrim" yaml:"heightTrim"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html#cfn-medialive-channel-eac3atmossettings-surroundtrim
	//
	SurroundTrim *float64 `field:"optional" json:"surroundTrim" yaml:"surroundTrim"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

eac3AtmosSettingsProperty := &Eac3AtmosSettingsProperty{
	Bitrate: jsii.Number(123),
	CodingMode: jsii.String("codingMode"),
	Dialnorm: jsii.Number(123),
	DrcLine: jsii.String("drcLine"),
	DrcRf: jsii.String("drcRf"),
	HeightTrim: jsii.Number(123),
	SurroundTrim: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3atmossettings.html

type CfnChannel_Eac3SettingsProperty

type CfnChannel_Eac3SettingsProperty struct {
	// When set to attenuate3Db, applies a 3 dB attenuation to the surround channels.
	//
	// Used only for the 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-attenuationcontrol
	//
	AttenuationControl *string `field:"optional" json:"attenuationControl" yaml:"attenuationControl"`
	// The average bitrate in bits/second.
	//
	// Valid bitrates depend on the coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream.
	//
	// For more information, see ATSC A/52-2012 (Annex E).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-bitstreammode
	//
	BitstreamMode *string `field:"optional" json:"bitstreamMode" yaml:"bitstreamMode"`
	// The Dolby Digital Plus coding mode.
	//
	// This mode determines the number of channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-codingmode
	//
	CodingMode *string `field:"optional" json:"codingMode" yaml:"codingMode"`
	// When set to enabled, activates a DC highpass filter for all input channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-dcfilter
	//
	DcFilter *string `field:"optional" json:"dcFilter" yaml:"dcFilter"`
	// Sets the dialnorm for the output.
	//
	// If blank and the input audio is Dolby Digital Plus, dialnorm will be passed through.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-dialnorm
	//
	Dialnorm *float64 `field:"optional" json:"dialnorm" yaml:"dialnorm"`
	// Sets the Dolby dynamic range compression profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-drcline
	//
	DrcLine *string `field:"optional" json:"drcLine" yaml:"drcLine"`
	// Sets the profile for heavy Dolby dynamic range compression, ensuring that the instantaneous signal peaks do not exceed specified levels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-drcrf
	//
	DrcRf *string `field:"optional" json:"drcRf" yaml:"drcRf"`
	// When encoding 3/2 audio, setting to lfe enables the LFE channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-lfecontrol
	//
	LfeControl *string `field:"optional" json:"lfeControl" yaml:"lfeControl"`
	// When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
	//
	// Valid only with a codingMode32 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-lfefilter
	//
	LfeFilter *string `field:"optional" json:"lfeFilter" yaml:"lfeFilter"`
	// The Left only/Right only center mix level.
	//
	// Used only for the 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-lorocentermixlevel
	//
	LoRoCenterMixLevel *float64 `field:"optional" json:"loRoCenterMixLevel" yaml:"loRoCenterMixLevel"`
	// The Left only/Right only surround mix level.
	//
	// Used only for a 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-lorosurroundmixlevel
	//
	LoRoSurroundMixLevel *float64 `field:"optional" json:"loRoSurroundMixLevel" yaml:"loRoSurroundMixLevel"`
	// The Left total/Right total center mix level.
	//
	// Used only for a 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-ltrtcentermixlevel
	//
	LtRtCenterMixLevel *float64 `field:"optional" json:"ltRtCenterMixLevel" yaml:"ltRtCenterMixLevel"`
	// The Left total/Right total surround mix level.
	//
	// Used only for the 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-ltrtsurroundmixlevel
	//
	LtRtSurroundMixLevel *float64 `field:"optional" json:"ltRtSurroundMixLevel" yaml:"ltRtSurroundMixLevel"`
	// When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.
	//
	// If the audio is not supplied from one of these streams, then the static metadata settings are used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-metadatacontrol
	//
	MetadataControl *string `field:"optional" json:"metadataControl" yaml:"metadataControl"`
	// When set to whenPossible, input DD+ audio will be passed through if it is present on the input.
	//
	// This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-passthroughcontrol
	//
	PassthroughControl *string `field:"optional" json:"passthroughControl" yaml:"passthroughControl"`
	// When set to shift90Degrees, applies a 90-degree phase shift to the surround channels.
	//
	// Used only for a 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-phasecontrol
	//
	PhaseControl *string `field:"optional" json:"phaseControl" yaml:"phaseControl"`
	// A stereo downmix preference.
	//
	// Used only for the 3/2 coding mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-stereodownmix
	//
	StereoDownmix *string `field:"optional" json:"stereoDownmix" yaml:"stereoDownmix"`
	// When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-surroundexmode
	//
	SurroundExMode *string `field:"optional" json:"surroundExMode" yaml:"surroundExMode"`
	// When encoding 2/0 audio, sets whether Dolby Surround is matrix-encoded into the two channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html#cfn-medialive-channel-eac3settings-surroundmode
	//
	SurroundMode *string `field:"optional" json:"surroundMode" yaml:"surroundMode"`
}

The settings for an EAC3 audio encode in the output.

The parent of this entity is AudioCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

eac3SettingsProperty := &Eac3SettingsProperty{
	AttenuationControl: jsii.String("attenuationControl"),
	Bitrate: jsii.Number(123),
	BitstreamMode: jsii.String("bitstreamMode"),
	CodingMode: jsii.String("codingMode"),
	DcFilter: jsii.String("dcFilter"),
	Dialnorm: jsii.Number(123),
	DrcLine: jsii.String("drcLine"),
	DrcRf: jsii.String("drcRf"),
	LfeControl: jsii.String("lfeControl"),
	LfeFilter: jsii.String("lfeFilter"),
	LoRoCenterMixLevel: jsii.Number(123),
	LoRoSurroundMixLevel: jsii.Number(123),
	LtRtCenterMixLevel: jsii.Number(123),
	LtRtSurroundMixLevel: jsii.Number(123),
	MetadataControl: jsii.String("metadataControl"),
	PassthroughControl: jsii.String("passthroughControl"),
	PhaseControl: jsii.String("phaseControl"),
	StereoDownmix: jsii.String("stereoDownmix"),
	SurroundExMode: jsii.String("surroundExMode"),
	SurroundMode: jsii.String("surroundMode"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-eac3settings.html

type CfnChannel_EbuTtDDestinationSettingsProperty

type CfnChannel_EbuTtDDestinationSettingsProperty struct {
	// Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.
	//
	// Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-copyrightholder
	//
	CopyrightHolder *string `field:"optional" json:"copyrightHolder" yaml:"copyrightHolder"`
	// Specifies how to handle the gap between the lines (in multi-line captions).
	//
	// - enabled: Fill with the captions background color (as specified in the input captions).
	// - disabled: Leave the gap unfilled.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-filllinegap
	//
	FillLineGap *string `field:"optional" json:"fillLineGap" yaml:"fillLineGap"`
	// Specifies the font family to include in the font data attached to the EBU-TT captions.
	//
	// Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font).
	// - Leave blank to set the family to “monospace”.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-fontfamily
	//
	FontFamily *string `field:"optional" json:"fontFamily" yaml:"fontFamily"`
	// Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.
	//
	// - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext.
	// - exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-stylecontrol
	//
	StyleControl *string `field:"optional" json:"styleControl" yaml:"styleControl"`
}

Settings for EBU-TT captions in the output.

The parent of this entity is CaptionDestinationSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

ebuTtDDestinationSettingsProperty := &EbuTtDDestinationSettingsProperty{
	CopyrightHolder: jsii.String("copyrightHolder"),
	FillLineGap: jsii.String("fillLineGap"),
	FontFamily: jsii.String("fontFamily"),
	StyleControl: jsii.String("styleControl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html

type CfnChannel_EmbeddedDestinationSettingsProperty

type CfnChannel_EmbeddedDestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

embeddedDestinationSettingsProperty := &EmbeddedDestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddeddestinationsettings.html

type CfnChannel_EmbeddedPlusScte20DestinationSettingsProperty

type CfnChannel_EmbeddedPlusScte20DestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

embeddedPlusScte20DestinationSettingsProperty := &EmbeddedPlusScte20DestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddedplusscte20destinationsettings.html

type CfnChannel_EmbeddedSourceSettingsProperty

type CfnChannel_EmbeddedSourceSettingsProperty struct {
	// If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.
	//
	// If 708 data is present in the source content, it is discarded.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddedsourcesettings.html#cfn-medialive-channel-embeddedsourcesettings-convert608to708
	//
	Convert608To708 *string `field:"optional" json:"convert608To708" yaml:"convert608To708"`
	// Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddedsourcesettings.html#cfn-medialive-channel-embeddedsourcesettings-scte20detection
	//
	Scte20Detection *string `field:"optional" json:"scte20Detection" yaml:"scte20Detection"`
	// Specifies the 608/708 channel number within the video track from which to extract captions.
	//
	// This is unused for passthrough.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddedsourcesettings.html#cfn-medialive-channel-embeddedsourcesettings-source608channelnumber
	//
	Source608ChannelNumber *float64 `field:"optional" json:"source608ChannelNumber" yaml:"source608ChannelNumber"`
	// This field is unused and deprecated.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddedsourcesettings.html#cfn-medialive-channel-embeddedsourcesettings-source608tracknumber
	//
	Source608TrackNumber *float64 `field:"optional" json:"source608TrackNumber" yaml:"source608TrackNumber"`
}

Information about the embedded captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

embeddedSourceSettingsProperty := &EmbeddedSourceSettingsProperty{
	Convert608To708: jsii.String("convert608To708"),
	Scte20Detection: jsii.String("scte20Detection"),
	Source608ChannelNumber: jsii.Number(123),
	Source608TrackNumber: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddedsourcesettings.html

type CfnChannel_EncoderSettingsProperty

type CfnChannel_EncoderSettingsProperty struct {
	// The encoding information for output audio.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-audiodescriptions
	//
	AudioDescriptions interface{} `field:"optional" json:"audioDescriptions" yaml:"audioDescriptions"`
	// The settings for ad avail blanking.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-availblanking
	//
	AvailBlanking interface{} `field:"optional" json:"availBlanking" yaml:"availBlanking"`
	// The configuration settings for the ad avail handling.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-availconfiguration
	//
	AvailConfiguration interface{} `field:"optional" json:"availConfiguration" yaml:"availConfiguration"`
	// The settings for the blackout slate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-blackoutslate
	//
	BlackoutSlate interface{} `field:"optional" json:"blackoutSlate" yaml:"blackoutSlate"`
	// The encoding information for output captions.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-captiondescriptions
	//
	CaptionDescriptions interface{} `field:"optional" json:"captionDescriptions" yaml:"captionDescriptions"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-colorcorrectionsettings
	//
	ColorCorrectionSettings interface{} `field:"optional" json:"colorCorrectionSettings" yaml:"colorCorrectionSettings"`
	// Settings to enable specific features.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-featureactivations
	//
	FeatureActivations interface{} `field:"optional" json:"featureActivations" yaml:"featureActivations"`
	// The configuration settings that apply to the entire channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-globalconfiguration
	//
	GlobalConfiguration interface{} `field:"optional" json:"globalConfiguration" yaml:"globalConfiguration"`
	// Settings to enable and configure the motion graphics overlay feature in the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-motiongraphicsconfiguration
	//
	MotionGraphicsConfiguration interface{} `field:"optional" json:"motionGraphicsConfiguration" yaml:"motionGraphicsConfiguration"`
	// The settings to configure Nielsen watermarks.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-nielsenconfiguration
	//
	NielsenConfiguration interface{} `field:"optional" json:"nielsenConfiguration" yaml:"nielsenConfiguration"`
	// The settings for the output groups in the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-outputgroups
	//
	OutputGroups interface{} `field:"optional" json:"outputGroups" yaml:"outputGroups"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-thumbnailconfiguration
	//
	ThumbnailConfiguration interface{} `field:"optional" json:"thumbnailConfiguration" yaml:"thumbnailConfiguration"`
	// Contains settings used to acquire and adjust timecode information from the inputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-timecodeconfig
	//
	TimecodeConfig interface{} `field:"optional" json:"timecodeConfig" yaml:"timecodeConfig"`
	// The encoding information for output videos.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#cfn-medialive-channel-encodersettings-videodescriptions
	//
	VideoDescriptions interface{} `field:"optional" json:"videoDescriptions" yaml:"videoDescriptions"`
}

The settings for the encoding of outputs.

This entity is at the top level in the channel.

Example:

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html

type CfnChannel_EpochLockingSettingsProperty added in v2.114.0

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

epochLockingSettingsProperty := &EpochLockingSettingsProperty{
	CustomEpoch: jsii.String("customEpoch"),
	JamSyncTime: jsii.String("jamSyncTime"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-epochlockingsettings.html

type CfnChannel_EsamProperty added in v2.78.0

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

esamProperty := &EsamProperty{
	AcquisitionPointId: jsii.String("acquisitionPointId"),
	AdAvailOffset: jsii.Number(123),
	PasswordParam: jsii.String("passwordParam"),
	PoisEndpoint: jsii.String("poisEndpoint"),
	Username: jsii.String("username"),
	ZoneIdentity: jsii.String("zoneIdentity"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html

type CfnChannel_FailoverConditionProperty

type CfnChannel_FailoverConditionProperty struct {
	// Settings for a specific failover condition.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-failovercondition.html#cfn-medialive-channel-failovercondition-failoverconditionsettings
	//
	FailoverConditionSettings interface{} `field:"optional" json:"failoverConditionSettings" yaml:"failoverConditionSettings"`
}

Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.

The parent of this entity is AutomaticInputFailoverSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

failoverConditionProperty := &FailoverConditionProperty{
	FailoverConditionSettings: &FailoverConditionSettingsProperty{
		AudioSilenceSettings: &AudioSilenceFailoverSettingsProperty{
			AudioSelectorName: jsii.String("audioSelectorName"),
			AudioSilenceThresholdMsec: jsii.Number(123),
		},
		InputLossSettings: &InputLossFailoverSettingsProperty{
			InputLossThresholdMsec: jsii.Number(123),
		},
		VideoBlackSettings: &VideoBlackFailoverSettingsProperty{
			BlackDetectThreshold: jsii.Number(123),
			VideoBlackThresholdMsec: jsii.Number(123),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-failovercondition.html

type CfnChannel_FailoverConditionSettingsProperty

type CfnChannel_FailoverConditionSettingsProperty struct {
	// MediaLive will perform a failover if the specified audio selector is silent for the specified period.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-failoverconditionsettings.html#cfn-medialive-channel-failoverconditionsettings-audiosilencesettings
	//
	AudioSilenceSettings interface{} `field:"optional" json:"audioSilenceSettings" yaml:"audioSilenceSettings"`
	// MediaLive will perform a failover if content is not detected in this input for the specified period.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-failoverconditionsettings.html#cfn-medialive-channel-failoverconditionsettings-inputlosssettings
	//
	InputLossSettings interface{} `field:"optional" json:"inputLossSettings" yaml:"inputLossSettings"`
	// MediaLive will perform a failover if content is considered black for the specified period.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-failoverconditionsettings.html#cfn-medialive-channel-failoverconditionsettings-videoblacksettings
	//
	VideoBlackSettings interface{} `field:"optional" json:"videoBlackSettings" yaml:"videoBlackSettings"`
}

Settings for one failover condition.

The parent of this entity is FailoverCondition.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

failoverConditionSettingsProperty := &FailoverConditionSettingsProperty{
	AudioSilenceSettings: &AudioSilenceFailoverSettingsProperty{
		AudioSelectorName: jsii.String("audioSelectorName"),
		AudioSilenceThresholdMsec: jsii.Number(123),
	},
	InputLossSettings: &InputLossFailoverSettingsProperty{
		InputLossThresholdMsec: jsii.Number(123),
	},
	VideoBlackSettings: &VideoBlackFailoverSettingsProperty{
		BlackDetectThreshold: jsii.Number(123),
		VideoBlackThresholdMsec: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-failoverconditionsettings.html

type CfnChannel_FeatureActivationsProperty

type CfnChannel_FeatureActivationsProperty struct {
	// Enables the Input Prepare feature.
	//
	// You can create Input Prepare actions in the schedule only if this feature is enabled.
	// If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html#cfn-medialive-channel-featureactivations-inputpreparescheduleactions
	//
	InputPrepareScheduleActions *string `field:"optional" json:"inputPrepareScheduleActions" yaml:"inputPrepareScheduleActions"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html#cfn-medialive-channel-featureactivations-outputstaticimageoverlayscheduleactions
	//
	OutputStaticImageOverlayScheduleActions *string `field:"optional" json:"outputStaticImageOverlayScheduleActions" yaml:"outputStaticImageOverlayScheduleActions"`
}

Settings to enable specific features. You can't configure these features until you have enabled them in the channel.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

featureActivationsProperty := &FeatureActivationsProperty{
	InputPrepareScheduleActions: jsii.String("inputPrepareScheduleActions"),
	OutputStaticImageOverlayScheduleActions: jsii.String("outputStaticImageOverlayScheduleActions"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html

type CfnChannel_FecOutputSettingsProperty

type CfnChannel_FecOutputSettingsProperty struct {
	// The parameter D from SMPTE 2022-1.
	//
	// The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. The number must be between 4 and 20, inclusive.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fecoutputsettings.html#cfn-medialive-channel-fecoutputsettings-columndepth
	//
	ColumnDepth *float64 `field:"optional" json:"columnDepth" yaml:"columnDepth"`
	// Enables column only or column and row-based FEC.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fecoutputsettings.html#cfn-medialive-channel-fecoutputsettings-includefec
	//
	IncludeFec *string `field:"optional" json:"includeFec" yaml:"includeFec"`
	// The parameter L from SMPTE 2022-1.
	//
	// The width of the FEC protection matrix. Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness. If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fecoutputsettings.html#cfn-medialive-channel-fecoutputsettings-rowlength
	//
	RowLength *float64 `field:"optional" json:"rowLength" yaml:"rowLength"`
}

The settings for FEC.

The parent of this entity is UdpOutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

fecOutputSettingsProperty := &FecOutputSettingsProperty{
	ColumnDepth: jsii.Number(123),
	IncludeFec: jsii.String("includeFec"),
	RowLength: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fecoutputsettings.html

type CfnChannel_Fmp4HlsSettingsProperty

type CfnChannel_Fmp4HlsSettingsProperty struct {
	// List all the audio groups that are used with the video output stream.
	//
	// Input all the audio GROUP-IDs that are associated to the video, separate by ','.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fmp4hlssettings.html#cfn-medialive-channel-fmp4hlssettings-audiorenditionsets
	//
	AudioRenditionSets *string `field:"optional" json:"audioRenditionSets" yaml:"audioRenditionSets"`
	// If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fmp4hlssettings.html#cfn-medialive-channel-fmp4hlssettings-nielsenid3behavior
	//
	NielsenId3Behavior *string `field:"optional" json:"nielsenId3Behavior" yaml:"nielsenId3Behavior"`
	// When set to passthrough, timed metadata is passed through from input to output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fmp4hlssettings.html#cfn-medialive-channel-fmp4hlssettings-timedmetadatabehavior
	//
	TimedMetadataBehavior *string `field:"optional" json:"timedMetadataBehavior" yaml:"timedMetadataBehavior"`
}

Settings for the fMP4 containers.

The parent of this entity is HlsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

fmp4HlsSettingsProperty := &Fmp4HlsSettingsProperty{
	AudioRenditionSets: jsii.String("audioRenditionSets"),
	NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
	TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-fmp4hlssettings.html

type CfnChannel_FrameCaptureCdnSettingsProperty

type CfnChannel_FrameCaptureCdnSettingsProperty struct {
	// Sets up Amazon S3 as the destination for this Frame Capture output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturecdnsettings.html#cfn-medialive-channel-framecapturecdnsettings-framecaptures3settings
	//
	FrameCaptureS3Settings interface{} `field:"optional" json:"frameCaptureS3Settings" yaml:"frameCaptureS3Settings"`
}

Settings to configure the destination of a Frame Capture output.

The parent of this entity is FrameCaptureGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

frameCaptureCdnSettingsProperty := &FrameCaptureCdnSettingsProperty{
	FrameCaptureS3Settings: &FrameCaptureS3SettingsProperty{
		CannedAcl: jsii.String("cannedAcl"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturecdnsettings.html

type CfnChannel_FrameCaptureGroupSettingsProperty

type CfnChannel_FrameCaptureGroupSettingsProperty struct {
	// The destination for the frame capture files.
	//
	// The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curlingLow.00001.jpg.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturegroupsettings.html#cfn-medialive-channel-framecapturegroupsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// Settings to configure the destination of a Frame Capture output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturegroupsettings.html#cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings
	//
	FrameCaptureCdnSettings interface{} `field:"optional" json:"frameCaptureCdnSettings" yaml:"frameCaptureCdnSettings"`
}

The settings for a frame capture output group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

frameCaptureGroupSettingsProperty := &FrameCaptureGroupSettingsProperty{
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	FrameCaptureCdnSettings: &FrameCaptureCdnSettingsProperty{
		FrameCaptureS3Settings: &FrameCaptureS3SettingsProperty{
			CannedAcl: jsii.String("cannedAcl"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturegroupsettings.html

type CfnChannel_FrameCaptureHlsSettingsProperty

type CfnChannel_FrameCaptureHlsSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

frameCaptureHlsSettingsProperty := &FrameCaptureHlsSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturehlssettings.html

type CfnChannel_FrameCaptureOutputSettingsProperty

type CfnChannel_FrameCaptureOutputSettingsProperty struct {
	// Required if the output group contains more than one output.
	//
	// This modifier forms part of the output file name.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptureoutputsettings.html#cfn-medialive-channel-framecaptureoutputsettings-namemodifier
	//
	NameModifier *string `field:"optional" json:"nameModifier" yaml:"nameModifier"`
}

The frame capture output settings.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

frameCaptureOutputSettingsProperty := &FrameCaptureOutputSettingsProperty{
	NameModifier: jsii.String("nameModifier"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptureoutputsettings.html

type CfnChannel_FrameCaptureS3SettingsProperty

type CfnChannel_FrameCaptureS3SettingsProperty struct {
	// Specify the canned ACL to apply to each S3 request.
	//
	// Defaults to none.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptures3settings.html#cfn-medialive-channel-framecaptures3settings-cannedacl
	//
	CannedAcl *string `field:"optional" json:"cannedAcl" yaml:"cannedAcl"`
}

Sets up Amazon S3 as the destination for this Frame Capture output.

The parent of this entity is FrameCaptureCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

frameCaptureS3SettingsProperty := &FrameCaptureS3SettingsProperty{
	CannedAcl: jsii.String("cannedAcl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptures3settings.html

type CfnChannel_FrameCaptureSettingsProperty

type CfnChannel_FrameCaptureSettingsProperty struct {
	// The frequency, in seconds, for capturing frames for inclusion in the output.
	//
	// For example, "10" means capture a frame every 10 seconds.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturesettings.html#cfn-medialive-channel-framecapturesettings-captureinterval
	//
	CaptureInterval *float64 `field:"optional" json:"captureInterval" yaml:"captureInterval"`
	// Unit for the frame capture interval.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturesettings.html#cfn-medialive-channel-framecapturesettings-captureintervalunits
	//
	CaptureIntervalUnits *string `field:"optional" json:"captureIntervalUnits" yaml:"captureIntervalUnits"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturesettings.html#cfn-medialive-channel-framecapturesettings-timecodeburninsettings
	//
	TimecodeBurninSettings interface{} `field:"optional" json:"timecodeBurninSettings" yaml:"timecodeBurninSettings"`
}

The frame capture settings.

The parent of this entity is VideoCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

frameCaptureSettingsProperty := &FrameCaptureSettingsProperty{
	CaptureInterval: jsii.Number(123),
	CaptureIntervalUnits: jsii.String("captureIntervalUnits"),
	TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
		FontSize: jsii.String("fontSize"),
		Position: jsii.String("position"),
		Prefix: jsii.String("prefix"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturesettings.html

type CfnChannel_GlobalConfigurationProperty

type CfnChannel_GlobalConfigurationProperty struct {
	// The value to set the initial audio gain for the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-initialaudiogain
	//
	InitialAudioGain *float64 `field:"optional" json:"initialAudioGain" yaml:"initialAudioGain"`
	// Indicates the action to take when the current input completes (for example, end-of-file).
	//
	// When switchAndLoopInputs is configured, MediaLive restarts at the beginning of the first input. When "none" is configured, MediaLive transcodes either black, a solid color, or a user-specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-inputendaction
	//
	InputEndAction *string `field:"optional" json:"inputEndAction" yaml:"inputEndAction"`
	// The settings for system actions when the input is lost.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-inputlossbehavior
	//
	InputLossBehavior interface{} `field:"optional" json:"inputLossBehavior" yaml:"inputLossBehavior"`
	// Indicates how MediaLive pipelines are synchronized.
	//
	// PIPELINELOCKING - MediaLive attempts to synchronize the output of each pipeline to the other. EPOCHLOCKING - MediaLive attempts to synchronize the output of each pipeline to the Unix epoch.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-outputlockingmode
	//
	OutputLockingMode *string `field:"optional" json:"outputLockingMode" yaml:"outputLockingMode"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-outputlockingsettings
	//
	OutputLockingSettings interface{} `field:"optional" json:"outputLockingSettings" yaml:"outputLockingSettings"`
	// Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally might be locked to another source through NTP) or should be locked to the clock of the source that is providing the input stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-outputtimingsource
	//
	OutputTimingSource *string `field:"optional" json:"outputTimingSource" yaml:"outputTimingSource"`
	// Adjusts the video input buffer for streams with very low video frame rates.
	//
	// This is commonly set to enabled for music channels with less than one video frame per second.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html#cfn-medialive-channel-globalconfiguration-supportlowframerateinputs
	//
	SupportLowFramerateInputs *string `field:"optional" json:"supportLowFramerateInputs" yaml:"supportLowFramerateInputs"`
}

The configuration settings that apply to the entire channel.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

var pipelineLockingSettings interface{}

globalConfigurationProperty := &GlobalConfigurationProperty{
	InitialAudioGain: jsii.Number(123),
	InputEndAction: jsii.String("inputEndAction"),
	InputLossBehavior: &InputLossBehaviorProperty{
		BlackFrameMsec: jsii.Number(123),
		InputLossImageColor: jsii.String("inputLossImageColor"),
		InputLossImageSlate: &InputLocationProperty{
			PasswordParam: jsii.String("passwordParam"),
			Uri: jsii.String("uri"),
			Username: jsii.String("username"),
		},
		InputLossImageType: jsii.String("inputLossImageType"),
		RepeatFrameMsec: jsii.Number(123),
	},
	OutputLockingMode: jsii.String("outputLockingMode"),
	OutputLockingSettings: &OutputLockingSettingsProperty{
		EpochLockingSettings: &EpochLockingSettingsProperty{
			CustomEpoch: jsii.String("customEpoch"),
			JamSyncTime: jsii.String("jamSyncTime"),
		},
		PipelineLockingSettings: pipelineLockingSettings,
	},
	OutputTimingSource: jsii.String("outputTimingSource"),
	SupportLowFramerateInputs: jsii.String("supportLowFramerateInputs"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-globalconfiguration.html

type CfnChannel_H264ColorSpaceSettingsProperty

type CfnChannel_H264ColorSpaceSettingsProperty struct {
	// Passthrough applies no color space conversion to the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264colorspacesettings.html#cfn-medialive-channel-h264colorspacesettings-colorspacepassthroughsettings
	//
	ColorSpacePassthroughSettings interface{} `field:"optional" json:"colorSpacePassthroughSettings" yaml:"colorSpacePassthroughSettings"`
	// Settings to configure the handling of Rec601 color space.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264colorspacesettings.html#cfn-medialive-channel-h264colorspacesettings-rec601settings
	//
	Rec601Settings interface{} `field:"optional" json:"rec601Settings" yaml:"rec601Settings"`
	// Settings to configure the handling of Rec709 color space.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264colorspacesettings.html#cfn-medialive-channel-h264colorspacesettings-rec709settings
	//
	Rec709Settings interface{} `field:"optional" json:"rec709Settings" yaml:"rec709Settings"`
}

Settings for configuring color space in an H264 video encode.

The parent of this entity is H264Settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

h264ColorSpaceSettingsProperty := &H264ColorSpaceSettingsProperty{
	ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
	},
	Rec601Settings: &Rec601SettingsProperty{
	},
	Rec709Settings: &Rec709SettingsProperty{
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264colorspacesettings.html

type CfnChannel_H264FilterSettingsProperty

type CfnChannel_H264FilterSettingsProperty struct {
	// Settings for applying the temporal filter to the video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264filtersettings.html#cfn-medialive-channel-h264filtersettings-temporalfiltersettings
	//
	TemporalFilterSettings interface{} `field:"optional" json:"temporalFilterSettings" yaml:"temporalFilterSettings"`
}

Settings to configure video filters that apply to the H264 codec.

The parent of this entity is H264Settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

h264FilterSettingsProperty := &H264FilterSettingsProperty{
	TemporalFilterSettings: &TemporalFilterSettingsProperty{
		PostFilterSharpening: jsii.String("postFilterSharpening"),
		Strength: jsii.String("strength"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264filtersettings.html

type CfnChannel_H264SettingsProperty

type CfnChannel_H264SettingsProperty struct {
	// The adaptive quantization.
	//
	// This allows intra-frame quantizers to vary to improve visual quality.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-adaptivequantization
	//
	AdaptiveQuantization *string `field:"optional" json:"adaptiveQuantization" yaml:"adaptiveQuantization"`
	// Indicates that AFD values will be written into the output stream.
	//
	// If afdSignaling is auto, the system tries to preserve the input AFD value (in cases where multiple AFD values are valid). If set to fixed, the AFD value is the value configured in the fixedAfd parameter.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-afdsignaling
	//
	AfdSignaling *string `field:"optional" json:"afdSignaling" yaml:"afdSignaling"`
	// The average bitrate in bits/second.
	//
	// This is required when the rate control mode is VBR or CBR. It isn't used for QVBR. In a Microsoft Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// The percentage of the buffer that should initially be filled (HRD buffer model).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-buffillpct
	//
	BufFillPct *float64 `field:"optional" json:"bufFillPct" yaml:"bufFillPct"`
	// The size of the buffer (HRD buffer model) in bits/second.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-bufsize
	//
	BufSize *float64 `field:"optional" json:"bufSize" yaml:"bufSize"`
	// Includes color space metadata in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-colormetadata
	//
	ColorMetadata *string `field:"optional" json:"colorMetadata" yaml:"colorMetadata"`
	// Settings to configure the color space handling for the video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-colorspacesettings
	//
	ColorSpaceSettings interface{} `field:"optional" json:"colorSpaceSettings" yaml:"colorSpaceSettings"`
	// The entropy encoding mode.
	//
	// Use cabac (must be in Main or High profile) or cavlc.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-entropyencoding
	//
	EntropyEncoding *string `field:"optional" json:"entropyEncoding" yaml:"entropyEncoding"`
	// Optional filters that you can apply to an encode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-filtersettings
	//
	FilterSettings interface{} `field:"optional" json:"filterSettings" yaml:"filterSettings"`
	// A four-bit AFD value to write on all frames of video in the output stream.
	//
	// Valid only when afdSignaling is set to Fixed.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-fixedafd
	//
	FixedAfd *string `field:"optional" json:"fixedAfd" yaml:"fixedAfd"`
	// If set to enabled, adjusts the quantization within each frame to reduce flicker or pop on I-frames.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-flickeraq
	//
	FlickerAq *string `field:"optional" json:"flickerAq" yaml:"flickerAq"`
	// This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis. (When the video is progressive, the coding is always performed on a frame basis.) enabled: Force MediaLive to code on a field basis, so that odd and even sets of fields are coded separately. disabled: Code the two sets of fields separately (on a field basis) or together (on a frame basis using PAFF), depending on what is most appropriate for the content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-forcefieldpictures
	//
	ForceFieldPictures *string `field:"optional" json:"forceFieldPictures" yaml:"forceFieldPictures"`
	// Indicates how the output video frame rate is specified.
	//
	// If you select "specified," the output video frame rate is determined by framerateNumerator and framerateDenominator. If you select "initializeFromSource," the output video frame rate is set equal to the input video frame rate of the first input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-frameratecontrol
	//
	FramerateControl *string `field:"optional" json:"framerateControl" yaml:"framerateControl"`
	// The frame rate denominator.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-frameratedenominator
	//
	FramerateDenominator *float64 `field:"optional" json:"framerateDenominator" yaml:"framerateDenominator"`
	// The frame rate numerator.
	//
	// The frame rate is a fraction, for example, 24000/1001 = 23.976 fps.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-frameratenumerator
	//
	FramerateNumerator *float64 `field:"optional" json:"framerateNumerator" yaml:"framerateNumerator"`
	// If enabled, uses reference B frames for GOP structures that have B frames > 1.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-gopbreference
	//
	GopBReference *string `field:"optional" json:"gopBReference" yaml:"gopBReference"`
	// The frequency of closed GOPs.
	//
	// In streaming applications, we recommend that you set this to 1 so that a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-gopclosedcadence
	//
	GopClosedCadence *float64 `field:"optional" json:"gopClosedCadence" yaml:"gopClosedCadence"`
	// The number of B-frames between reference frames.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-gopnumbframes
	//
	GopNumBFrames *float64 `field:"optional" json:"gopNumBFrames" yaml:"gopNumBFrames"`
	// The GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
	//
	// The value must be greater than zero.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-gopsize
	//
	GopSize *float64 `field:"optional" json:"gopSize" yaml:"gopSize"`
	// Indicates if the gopSize is specified in frames or seconds.
	//
	// If seconds, the system converts the gopSize into a frame count at runtime.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-gopsizeunits
	//
	GopSizeUnits *string `field:"optional" json:"gopSizeUnits" yaml:"gopSizeUnits"`
	// The H.264 level.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-level
	//
	Level *string `field:"optional" json:"level" yaml:"level"`
	// The amount of lookahead.
	//
	// A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-lookaheadratecontrol
	//
	LookAheadRateControl *string `field:"optional" json:"lookAheadRateControl" yaml:"lookAheadRateControl"`
	// For QVBR: See the tooltip for Quality level.
	//
	// For VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-maxbitrate
	//
	MaxBitrate *float64 `field:"optional" json:"maxBitrate" yaml:"maxBitrate"`
	// Meaningful only if sceneChangeDetect is set to enabled.
	//
	// This setting enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size + Min-I-interval - 1.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-miniinterval
	//
	MinIInterval *float64 `field:"optional" json:"minIInterval" yaml:"minIInterval"`
	// The number of reference frames to use.
	//
	// The encoder might use more than requested if you use B-frames or interlaced encoding.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-numrefframes
	//
	NumRefFrames *float64 `field:"optional" json:"numRefFrames" yaml:"numRefFrames"`
	// Indicates how the output pixel aspect ratio is specified.
	//
	// If "specified" is selected, the output video pixel aspect ratio is determined by parNumerator and parDenominator. If "initializeFromSource" is selected, the output pixels aspect ratio will be set equal to the input video pixel aspect ratio of the first input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-parcontrol
	//
	ParControl *string `field:"optional" json:"parControl" yaml:"parControl"`
	// The Pixel Aspect Ratio denominator.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-pardenominator
	//
	ParDenominator *float64 `field:"optional" json:"parDenominator" yaml:"parDenominator"`
	// The Pixel Aspect Ratio numerator.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-parnumerator
	//
	ParNumerator *float64 `field:"optional" json:"parNumerator" yaml:"parNumerator"`
	// An H.264 profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-profile
	//
	Profile *string `field:"optional" json:"profile" yaml:"profile"`
	// Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).
	//
	// - ENHANCED_QUALITY: Produces a slightly better video quality without an increase in the bitrate. Has an effect only when the Rate control mode is QVBR or CBR. If this channel is in a MediaLive multiplex, the value must be ENHANCED_QUALITY.
	// - STANDARD_QUALITY: Valid for any Rate control mode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-qualitylevel
	//
	QualityLevel *string `field:"optional" json:"qualityLevel" yaml:"qualityLevel"`
	// Controls the target quality for the video encode.
	//
	// This applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are: - Primary screen: Quality level: 8 to 10. Max bitrate: 4M - PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M - Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-qvbrqualitylevel
	//
	QvbrQualityLevel *float64 `field:"optional" json:"qvbrQualityLevel" yaml:"qvbrQualityLevel"`
	// The rate control mode.
	//
	// QVBR: The quality will match the specified quality level except when it is constrained by the maximum bitrate. We recommend this if you or your viewers pay for bandwidth. VBR: The quality and bitrate vary, depending on the video complexity. We recommend this instead of QVBR if you want to maintain a specific average bitrate over the duration of the channel. CBR: The quality varies, depending on the video complexity. We recommend this only if you distribute your assets to devices that can't handle variable bitrates.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-ratecontrolmode
	//
	RateControlMode *string `field:"optional" json:"rateControlMode" yaml:"rateControlMode"`
	// Sets the scan type of the output to progressive or top-field-first interlaced.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-scantype
	//
	ScanType *string `field:"optional" json:"scanType" yaml:"scanType"`
	// The scene change detection.
	//
	// On: inserts I-frames when the scene change is detected. Off: does not force an I-frame when the scene change is detected.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-scenechangedetect
	//
	SceneChangeDetect *string `field:"optional" json:"sceneChangeDetect" yaml:"sceneChangeDetect"`
	// The number of slices per picture.
	//
	// The number must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional. If you don't specify a value, MediaLive chooses the number of slices based on the encode resolution.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-slices
	//
	Slices *float64 `field:"optional" json:"slices" yaml:"slices"`
	// Softness.
	//
	// Selects a quantizer matrix. Larger values reduce high-frequency content in the encoded image.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-softness
	//
	Softness *float64 `field:"optional" json:"softness" yaml:"softness"`
	// If set to enabled, adjusts quantization within each frame based on the spatial variation of content complexity.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-spatialaq
	//
	SpatialAq *string `field:"optional" json:"spatialAq" yaml:"spatialAq"`
	// If set to fixed, uses gopNumBFrames B-frames per sub-GOP.
	//
	// If set to dynamic, optimizes the number of B-frames used for each sub-GOP to improve visual quality.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-subgoplength
	//
	SubgopLength *string `field:"optional" json:"subgopLength" yaml:"subgopLength"`
	// Produces a bitstream that is compliant with SMPTE RP-2027.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-syntax
	//
	Syntax *string `field:"optional" json:"syntax" yaml:"syntax"`
	// If set to enabled, adjusts quantization within each frame based on the temporal variation of content complexity.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-temporalaq
	//
	TemporalAq *string `field:"optional" json:"temporalAq" yaml:"temporalAq"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-timecodeburninsettings
	//
	TimecodeBurninSettings interface{} `field:"optional" json:"timecodeBurninSettings" yaml:"timecodeBurninSettings"`
	// Determines how timecodes should be inserted into the video elementary stream.
	//
	// disabled: don't include timecodes. picTimingSei: pass through picture timing SEI messages from the source specified in Timecode Config.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-timecodeinsertion
	//
	TimecodeInsertion *string `field:"optional" json:"timecodeInsertion" yaml:"timecodeInsertion"`
}

The settings for the H.264 codec in the output.

The parent of this entity is VideoCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

h264SettingsProperty := &H264SettingsProperty{
	AdaptiveQuantization: jsii.String("adaptiveQuantization"),
	AfdSignaling: jsii.String("afdSignaling"),
	Bitrate: jsii.Number(123),
	BufFillPct: jsii.Number(123),
	BufSize: jsii.Number(123),
	ColorMetadata: jsii.String("colorMetadata"),
	ColorSpaceSettings: &H264ColorSpaceSettingsProperty{
		ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
		},
		Rec601Settings: &Rec601SettingsProperty{
		},
		Rec709Settings: &Rec709SettingsProperty{
		},
	},
	EntropyEncoding: jsii.String("entropyEncoding"),
	FilterSettings: &H264FilterSettingsProperty{
		TemporalFilterSettings: &TemporalFilterSettingsProperty{
			PostFilterSharpening: jsii.String("postFilterSharpening"),
			Strength: jsii.String("strength"),
		},
	},
	FixedAfd: jsii.String("fixedAfd"),
	FlickerAq: jsii.String("flickerAq"),
	ForceFieldPictures: jsii.String("forceFieldPictures"),
	FramerateControl: jsii.String("framerateControl"),
	FramerateDenominator: jsii.Number(123),
	FramerateNumerator: jsii.Number(123),
	GopBReference: jsii.String("gopBReference"),
	GopClosedCadence: jsii.Number(123),
	GopNumBFrames: jsii.Number(123),
	GopSize: jsii.Number(123),
	GopSizeUnits: jsii.String("gopSizeUnits"),
	Level: jsii.String("level"),
	LookAheadRateControl: jsii.String("lookAheadRateControl"),
	MaxBitrate: jsii.Number(123),
	MinIInterval: jsii.Number(123),
	NumRefFrames: jsii.Number(123),
	ParControl: jsii.String("parControl"),
	ParDenominator: jsii.Number(123),
	ParNumerator: jsii.Number(123),
	Profile: jsii.String("profile"),
	QualityLevel: jsii.String("qualityLevel"),
	QvbrQualityLevel: jsii.Number(123),
	RateControlMode: jsii.String("rateControlMode"),
	ScanType: jsii.String("scanType"),
	SceneChangeDetect: jsii.String("sceneChangeDetect"),
	Slices: jsii.Number(123),
	Softness: jsii.Number(123),
	SpatialAq: jsii.String("spatialAq"),
	SubgopLength: jsii.String("subgopLength"),
	Syntax: jsii.String("syntax"),
	TemporalAq: jsii.String("temporalAq"),
	TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
		FontSize: jsii.String("fontSize"),
		Position: jsii.String("position"),
		Prefix: jsii.String("prefix"),
	},
	TimecodeInsertion: jsii.String("timecodeInsertion"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html

type CfnChannel_H265ColorSpaceSettingsProperty

type CfnChannel_H265ColorSpaceSettingsProperty struct {
	// Passthrough applies no color space conversion to the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-colorspacepassthroughsettings
	//
	ColorSpacePassthroughSettings interface{} `field:"optional" json:"colorSpacePassthroughSettings" yaml:"colorSpacePassthroughSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-dolbyvision81settings
	//
	DolbyVision81Settings interface{} `field:"optional" json:"dolbyVision81Settings" yaml:"dolbyVision81Settings"`
	// Settings to configure the handling of HDR10 color space.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-hdr10settings
	//
	Hdr10Settings interface{} `field:"optional" json:"hdr10Settings" yaml:"hdr10Settings"`
	// Settings to configure the handling of Rec601 color space.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-rec601settings
	//
	Rec601Settings interface{} `field:"optional" json:"rec601Settings" yaml:"rec601Settings"`
	// Settings to configure the handling of Rec709 color space.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-rec709settings
	//
	Rec709Settings interface{} `field:"optional" json:"rec709Settings" yaml:"rec709Settings"`
}

H265 Color Space Settings.

The parent of this entity is H265Settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

h265ColorSpaceSettingsProperty := &H265ColorSpaceSettingsProperty{
	ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
	},
	DolbyVision81Settings: &DolbyVision81SettingsProperty{
	},
	Hdr10Settings: &Hdr10SettingsProperty{
		MaxCll: jsii.Number(123),
		MaxFall: jsii.Number(123),
	},
	Rec601Settings: &Rec601SettingsProperty{
	},
	Rec709Settings: &Rec709SettingsProperty{
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html

type CfnChannel_H265FilterSettingsProperty

type CfnChannel_H265FilterSettingsProperty struct {
	// Settings for applying the temporal filter to the video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265filtersettings.html#cfn-medialive-channel-h265filtersettings-temporalfiltersettings
	//
	TemporalFilterSettings interface{} `field:"optional" json:"temporalFilterSettings" yaml:"temporalFilterSettings"`
}

Settings to configure video filters that apply to the H265 codec.

The parent of this entity is H265Settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

h265FilterSettingsProperty := &H265FilterSettingsProperty{
	TemporalFilterSettings: &TemporalFilterSettingsProperty{
		PostFilterSharpening: jsii.String("postFilterSharpening"),
		Strength: jsii.String("strength"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265filtersettings.html

type CfnChannel_H265SettingsProperty

type CfnChannel_H265SettingsProperty struct {
	// Adaptive quantization.
	//
	// Allows intra-frame quantizers to vary to improve visual quality.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-adaptivequantization
	//
	AdaptiveQuantization *string `field:"optional" json:"adaptiveQuantization" yaml:"adaptiveQuantization"`
	// Indicates that AFD values will be written into the output stream.
	//
	// If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-afdsignaling
	//
	AfdSignaling *string `field:"optional" json:"afdSignaling" yaml:"afdSignaling"`
	// Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-alternativetransferfunction
	//
	AlternativeTransferFunction *string `field:"optional" json:"alternativeTransferFunction" yaml:"alternativeTransferFunction"`
	// Average bitrate in bits/second.
	//
	// Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// Size of buffer (HRD buffer model) in bits.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-bufsize
	//
	BufSize *float64 `field:"optional" json:"bufSize" yaml:"bufSize"`
	// Includes colorspace metadata in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-colormetadata
	//
	ColorMetadata *string `field:"optional" json:"colorMetadata" yaml:"colorMetadata"`
	// Color Space settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-colorspacesettings
	//
	ColorSpaceSettings interface{} `field:"optional" json:"colorSpaceSettings" yaml:"colorSpaceSettings"`
	// Optional filters that you can apply to an encode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-filtersettings
	//
	FilterSettings interface{} `field:"optional" json:"filterSettings" yaml:"filterSettings"`
	// Four bit AFD value to write on all frames of video in the output stream.
	//
	// Only valid when afdSignaling is set to 'Fixed'.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-fixedafd
	//
	FixedAfd *string `field:"optional" json:"fixedAfd" yaml:"fixedAfd"`
	// If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-flickeraq
	//
	FlickerAq *string `field:"optional" json:"flickerAq" yaml:"flickerAq"`
	// Framerate denominator.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-frameratedenominator
	//
	FramerateDenominator *float64 `field:"optional" json:"framerateDenominator" yaml:"framerateDenominator"`
	// Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-frameratenumerator
	//
	FramerateNumerator *float64 `field:"optional" json:"framerateNumerator" yaml:"framerateNumerator"`
	// Frequency of closed GOPs.
	//
	// In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopclosedcadence
	//
	GopClosedCadence *float64 `field:"optional" json:"gopClosedCadence" yaml:"gopClosedCadence"`
	// GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
	//
	// If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1.
	// If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopsize
	//
	GopSize *float64 `field:"optional" json:"gopSize" yaml:"gopSize"`
	// Indicates if the gopSize is specified in frames or seconds.
	//
	// If seconds the system will convert the gopSize into a frame count at run time.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopsizeunits
	//
	GopSizeUnits *string `field:"optional" json:"gopSizeUnits" yaml:"gopSizeUnits"`
	// H.265 Level.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-level
	//
	Level *string `field:"optional" json:"level" yaml:"level"`
	// Amount of lookahead.
	//
	// A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-lookaheadratecontrol
	//
	LookAheadRateControl *string `field:"optional" json:"lookAheadRateControl" yaml:"lookAheadRateControl"`
	// For QVBR: See the tooltip for Quality level.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-maxbitrate
	//
	MaxBitrate *float64 `field:"optional" json:"maxBitrate" yaml:"maxBitrate"`
	// Only meaningful if sceneChangeDetect is set to enabled.
	//
	// Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-miniinterval
	//
	MinIInterval *float64 `field:"optional" json:"minIInterval" yaml:"minIInterval"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-mvoverpictureboundaries
	//
	MvOverPictureBoundaries *string `field:"optional" json:"mvOverPictureBoundaries" yaml:"mvOverPictureBoundaries"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-mvtemporalpredictor
	//
	MvTemporalPredictor *string `field:"optional" json:"mvTemporalPredictor" yaml:"mvTemporalPredictor"`
	// Pixel Aspect Ratio denominator.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-pardenominator
	//
	ParDenominator *float64 `field:"optional" json:"parDenominator" yaml:"parDenominator"`
	// Pixel Aspect Ratio numerator.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-parnumerator
	//
	ParNumerator *float64 `field:"optional" json:"parNumerator" yaml:"parNumerator"`
	// H.265 Profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-profile
	//
	Profile *string `field:"optional" json:"profile" yaml:"profile"`
	// Controls the target quality for the video encode.
	//
	// Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:
	// - Primary screen: Quality level: 8 to 10. Max bitrate: 4M
	// - PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M
	// - Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-qvbrqualitylevel
	//
	QvbrQualityLevel *float64 `field:"optional" json:"qvbrQualityLevel" yaml:"qvbrQualityLevel"`
	// Rate control mode.
	//
	// QVBR: Quality will match the specified quality level except when it is constrained by the
	// maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute
	// your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being
	// delivered to a MediaLive Multiplex in which case the rate control configuration is controlled
	// by the properties within the Multiplex Program.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-ratecontrolmode
	//
	RateControlMode *string `field:"optional" json:"rateControlMode" yaml:"rateControlMode"`
	// Sets the scan type of the output to progressive or top-field-first interlaced.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-scantype
	//
	ScanType *string `field:"optional" json:"scanType" yaml:"scanType"`
	// Scene change detection.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-scenechangedetect
	//
	SceneChangeDetect *string `field:"optional" json:"sceneChangeDetect" yaml:"sceneChangeDetect"`
	// Number of slices per picture.
	//
	// Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.
	// This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-slices
	//
	Slices *float64 `field:"optional" json:"slices" yaml:"slices"`
	// H.265 Tier.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tier
	//
	Tier *string `field:"optional" json:"tier" yaml:"tier"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tileheight
	//
	TileHeight *float64 `field:"optional" json:"tileHeight" yaml:"tileHeight"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tilepadding
	//
	TilePadding *string `field:"optional" json:"tilePadding" yaml:"tilePadding"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tilewidth
	//
	TileWidth *float64 `field:"optional" json:"tileWidth" yaml:"tileWidth"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-timecodeburninsettings
	//
	TimecodeBurninSettings interface{} `field:"optional" json:"timecodeBurninSettings" yaml:"timecodeBurninSettings"`
	// Determines how timecodes should be inserted into the video elementary stream.
	//
	// - 'disabled': Do not include timecodes
	// - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-timecodeinsertion
	//
	TimecodeInsertion *string `field:"optional" json:"timecodeInsertion" yaml:"timecodeInsertion"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-treeblocksize
	//
	TreeblockSize *string `field:"optional" json:"treeblockSize" yaml:"treeblockSize"`
}

H265 Settings.

The parent of this entity is VideoCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

h265SettingsProperty := &H265SettingsProperty{
	AdaptiveQuantization: jsii.String("adaptiveQuantization"),
	AfdSignaling: jsii.String("afdSignaling"),
	AlternativeTransferFunction: jsii.String("alternativeTransferFunction"),
	Bitrate: jsii.Number(123),
	BufSize: jsii.Number(123),
	ColorMetadata: jsii.String("colorMetadata"),
	ColorSpaceSettings: &H265ColorSpaceSettingsProperty{
		ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
		},
		DolbyVision81Settings: &DolbyVision81SettingsProperty{
		},
		Hdr10Settings: &Hdr10SettingsProperty{
			MaxCll: jsii.Number(123),
			MaxFall: jsii.Number(123),
		},
		Rec601Settings: &Rec601SettingsProperty{
		},
		Rec709Settings: &Rec709SettingsProperty{
		},
	},
	FilterSettings: &H265FilterSettingsProperty{
		TemporalFilterSettings: &TemporalFilterSettingsProperty{
			PostFilterSharpening: jsii.String("postFilterSharpening"),
			Strength: jsii.String("strength"),
		},
	},
	FixedAfd: jsii.String("fixedAfd"),
	FlickerAq: jsii.String("flickerAq"),
	FramerateDenominator: jsii.Number(123),
	FramerateNumerator: jsii.Number(123),
	GopClosedCadence: jsii.Number(123),
	GopSize: jsii.Number(123),
	GopSizeUnits: jsii.String("gopSizeUnits"),
	Level: jsii.String("level"),
	LookAheadRateControl: jsii.String("lookAheadRateControl"),
	MaxBitrate: jsii.Number(123),
	MinIInterval: jsii.Number(123),
	MvOverPictureBoundaries: jsii.String("mvOverPictureBoundaries"),
	MvTemporalPredictor: jsii.String("mvTemporalPredictor"),
	ParDenominator: jsii.Number(123),
	ParNumerator: jsii.Number(123),
	Profile: jsii.String("profile"),
	QvbrQualityLevel: jsii.Number(123),
	RateControlMode: jsii.String("rateControlMode"),
	ScanType: jsii.String("scanType"),
	SceneChangeDetect: jsii.String("sceneChangeDetect"),
	Slices: jsii.Number(123),
	Tier: jsii.String("tier"),
	TileHeight: jsii.Number(123),
	TilePadding: jsii.String("tilePadding"),
	TileWidth: jsii.Number(123),
	TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
		FontSize: jsii.String("fontSize"),
		Position: jsii.String("position"),
		Prefix: jsii.String("prefix"),
	},
	TimecodeInsertion: jsii.String("timecodeInsertion"),
	TreeblockSize: jsii.String("treeblockSize"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html

type CfnChannel_Hdr10SettingsProperty

type CfnChannel_Hdr10SettingsProperty struct {
	// Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hdr10settings.html#cfn-medialive-channel-hdr10settings-maxcll
	//
	MaxCll *float64 `field:"optional" json:"maxCll" yaml:"maxCll"`
	// Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hdr10settings.html#cfn-medialive-channel-hdr10settings-maxfall
	//
	MaxFall *float64 `field:"optional" json:"maxFall" yaml:"maxFall"`
}

Hdr10 Settings.

The parents of this entity are H265ColorSpaceSettings (for color space settings in the output) and VideoSelectorColorSpaceSettings (for color space settings in the input).

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hdr10SettingsProperty := &Hdr10SettingsProperty{
	MaxCll: jsii.Number(123),
	MaxFall: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hdr10settings.html

type CfnChannel_HlsAkamaiSettingsProperty

type CfnChannel_HlsAkamaiSettingsProperty struct {
	// The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-connectionretryinterval
	//
	ConnectionRetryInterval *float64 `field:"optional" json:"connectionRetryInterval" yaml:"connectionRetryInterval"`
	// The size, in seconds, of the file cache for streaming outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-filecacheduration
	//
	FilecacheDuration *float64 `field:"optional" json:"filecacheDuration" yaml:"filecacheDuration"`
	// Specifies whether to use chunked transfer encoding to Akamai.
	//
	// To enable this feature, contact Akamai.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-httptransfermode
	//
	HttpTransferMode *string `field:"optional" json:"httpTransferMode" yaml:"httpTransferMode"`
	// The number of retry attempts that will be made before the channel is put into an error state.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-numretries
	//
	NumRetries *float64 `field:"optional" json:"numRetries" yaml:"numRetries"`
	// If a streaming output fails, the number of seconds to wait until a restart is initiated.
	//
	// A value of 0 means never restart.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-restartdelay
	//
	RestartDelay *float64 `field:"optional" json:"restartDelay" yaml:"restartDelay"`
	// The salt for authenticated Akamai.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-salt
	//
	Salt *string `field:"optional" json:"salt" yaml:"salt"`
	// The token parameter for authenticated Akamai.
	//
	// If this is not specified, _gda_ is used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html#cfn-medialive-channel-hlsakamaisettings-token
	//
	Token *string `field:"optional" json:"token" yaml:"token"`
}

The Akamai settings in an HLS output.

The parent of this entity is HlsCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsAkamaiSettingsProperty := &HlsAkamaiSettingsProperty{
	ConnectionRetryInterval: jsii.Number(123),
	FilecacheDuration: jsii.Number(123),
	HttpTransferMode: jsii.String("httpTransferMode"),
	NumRetries: jsii.Number(123),
	RestartDelay: jsii.Number(123),
	Salt: jsii.String("salt"),
	Token: jsii.String("token"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsakamaisettings.html

type CfnChannel_HlsBasicPutSettingsProperty

type CfnChannel_HlsBasicPutSettingsProperty struct {
	// The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsbasicputsettings.html#cfn-medialive-channel-hlsbasicputsettings-connectionretryinterval
	//
	ConnectionRetryInterval *float64 `field:"optional" json:"connectionRetryInterval" yaml:"connectionRetryInterval"`
	// The size, in seconds, of the file cache for streaming outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsbasicputsettings.html#cfn-medialive-channel-hlsbasicputsettings-filecacheduration
	//
	FilecacheDuration *float64 `field:"optional" json:"filecacheDuration" yaml:"filecacheDuration"`
	// The number of retry attempts that MediaLive makes before the channel is put into an error state.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsbasicputsettings.html#cfn-medialive-channel-hlsbasicputsettings-numretries
	//
	NumRetries *float64 `field:"optional" json:"numRetries" yaml:"numRetries"`
	// If a streaming output fails, the number of seconds to wait until a restart is initiated.
	//
	// A value of 0 means never restart.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsbasicputsettings.html#cfn-medialive-channel-hlsbasicputsettings-restartdelay
	//
	RestartDelay *float64 `field:"optional" json:"restartDelay" yaml:"restartDelay"`
}

The configuration of HLS Basic Put Settings.

The parent of this entity is HlsCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsBasicPutSettingsProperty := &HlsBasicPutSettingsProperty{
	ConnectionRetryInterval: jsii.Number(123),
	FilecacheDuration: jsii.Number(123),
	NumRetries: jsii.Number(123),
	RestartDelay: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsbasicputsettings.html

type CfnChannel_HlsCdnSettingsProperty

type CfnChannel_HlsCdnSettingsProperty struct {
	// Sets up Akamai as the downstream system for the HLS output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlscdnsettings.html#cfn-medialive-channel-hlscdnsettings-hlsakamaisettings
	//
	HlsAkamaiSettings interface{} `field:"optional" json:"hlsAkamaiSettings" yaml:"hlsAkamaiSettings"`
	// The settings for Basic Put for the HLS output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlscdnsettings.html#cfn-medialive-channel-hlscdnsettings-hlsbasicputsettings
	//
	HlsBasicPutSettings interface{} `field:"optional" json:"hlsBasicPutSettings" yaml:"hlsBasicPutSettings"`
	// Sets up MediaStore as the destination for the HLS output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlscdnsettings.html#cfn-medialive-channel-hlscdnsettings-hlsmediastoresettings
	//
	HlsMediaStoreSettings interface{} `field:"optional" json:"hlsMediaStoreSettings" yaml:"hlsMediaStoreSettings"`
	// Sets up Amazon S3 as the destination for this HLS output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlscdnsettings.html#cfn-medialive-channel-hlscdnsettings-hlss3settings
	//
	HlsS3Settings interface{} `field:"optional" json:"hlsS3Settings" yaml:"hlsS3Settings"`
	// The settings for Web VTT captions in the HLS output group.
	//
	// The parent of this entity is HlsGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlscdnsettings.html#cfn-medialive-channel-hlscdnsettings-hlswebdavsettings
	//
	HlsWebdavSettings interface{} `field:"optional" json:"hlsWebdavSettings" yaml:"hlsWebdavSettings"`
}

The settings for the CDN of an HLS output.

The parent of this entity is HlsGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsCdnSettingsProperty := &HlsCdnSettingsProperty{
	HlsAkamaiSettings: &HlsAkamaiSettingsProperty{
		ConnectionRetryInterval: jsii.Number(123),
		FilecacheDuration: jsii.Number(123),
		HttpTransferMode: jsii.String("httpTransferMode"),
		NumRetries: jsii.Number(123),
		RestartDelay: jsii.Number(123),
		Salt: jsii.String("salt"),
		Token: jsii.String("token"),
	},
	HlsBasicPutSettings: &HlsBasicPutSettingsProperty{
		ConnectionRetryInterval: jsii.Number(123),
		FilecacheDuration: jsii.Number(123),
		NumRetries: jsii.Number(123),
		RestartDelay: jsii.Number(123),
	},
	HlsMediaStoreSettings: &HlsMediaStoreSettingsProperty{
		ConnectionRetryInterval: jsii.Number(123),
		FilecacheDuration: jsii.Number(123),
		MediaStoreStorageClass: jsii.String("mediaStoreStorageClass"),
		NumRetries: jsii.Number(123),
		RestartDelay: jsii.Number(123),
	},
	HlsS3Settings: &HlsS3SettingsProperty{
		CannedAcl: jsii.String("cannedAcl"),
	},
	HlsWebdavSettings: &HlsWebdavSettingsProperty{
		ConnectionRetryInterval: jsii.Number(123),
		FilecacheDuration: jsii.Number(123),
		HttpTransferMode: jsii.String("httpTransferMode"),
		NumRetries: jsii.Number(123),
		RestartDelay: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlscdnsettings.html

type CfnChannel_HlsGroupSettingsProperty

type CfnChannel_HlsGroupSettingsProperty struct {
	// Chooses one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-admarkers
	//
	AdMarkers *[]*string `field:"optional" json:"adMarkers" yaml:"adMarkers"`
	// A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-baseurlcontent
	//
	BaseUrlContent *string `field:"optional" json:"baseUrlContent" yaml:"baseUrlContent"`
	// Optional.
	//
	// One value per output group. This field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-baseurlcontent1
	//
	BaseUrlContent1 *string `field:"optional" json:"baseUrlContent1" yaml:"baseUrlContent1"`
	// A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-baseurlmanifest
	//
	BaseUrlManifest *string `field:"optional" json:"baseUrlManifest" yaml:"baseUrlManifest"`
	// Optional.
	//
	// One value per output group. Complete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-baseurlmanifest1
	//
	BaseUrlManifest1 *string `field:"optional" json:"baseUrlManifest1" yaml:"baseUrlManifest1"`
	// A mapping of up to 4 captions channels to captions languages.
	//
	// This is meaningful only if captionLanguageSetting is set to "insert."
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-captionlanguagemappings
	//
	CaptionLanguageMappings interface{} `field:"optional" json:"captionLanguageMappings" yaml:"captionLanguageMappings"`
	// Applies only to 608 embedded output captions.
	//
	// Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code that you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the captions selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match properly with the output captions. None: Include the CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-captionlanguagesetting
	//
	CaptionLanguageSetting *string `field:"optional" json:"captionLanguageSetting" yaml:"captionLanguageSetting"`
	// When set to "disabled," sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-clientcache
	//
	ClientCache *string `field:"optional" json:"clientCache" yaml:"clientCache"`
	// The specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-codecspecification
	//
	CodecSpecification *string `field:"optional" json:"codecSpecification" yaml:"codecSpecification"`
	// Used with encryptionType.
	//
	// This is a 128-bit, 16-byte hex value that is represented by a 32-character text string. If ivSource is set to "explicit," this parameter is required and is used as the IV for encryption.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-constantiv
	//
	ConstantIv *string `field:"optional" json:"constantIv" yaml:"constantIv"`
	// A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// Places segments in subdirectories.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-directorystructure
	//
	DirectoryStructure *string `field:"optional" json:"directoryStructure" yaml:"directoryStructure"`
	// Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.
	//
	// Typically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose.
	// Choose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-discontinuitytags
	//
	DiscontinuityTags *string `field:"optional" json:"discontinuityTags" yaml:"discontinuityTags"`
	// Encrypts the segments with the specified encryption scheme.
	//
	// Exclude this parameter if you don't want encryption.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-encryptiontype
	//
	EncryptionType *string `field:"optional" json:"encryptionType" yaml:"encryptionType"`
	// The parameters that control interactions with the CDN.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-hlscdnsettings
	//
	HlsCdnSettings interface{} `field:"optional" json:"hlsCdnSettings" yaml:"hlsCdnSettings"`
	// State of HLS ID3 Segment Tagging.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-hlsid3segmenttagging
	//
	HlsId3SegmentTagging *string `field:"optional" json:"hlsId3SegmentTagging" yaml:"hlsId3SegmentTagging"`
	// DISABLED: Don't create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).
	//
	// STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888".
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-iframeonlyplaylists
	//
	IFrameOnlyPlaylists *string `field:"optional" json:"iFrameOnlyPlaylists" yaml:"iFrameOnlyPlaylists"`
	// Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.
	//
	// Auto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups.
	// Suppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-incompletesegmentbehavior
	//
	IncompleteSegmentBehavior *string `field:"optional" json:"incompleteSegmentBehavior" yaml:"incompleteSegmentBehavior"`
	// Applies only if the Mode field is LIVE.
	//
	// Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be less than or equal to the Keep Segments field.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-indexnsegments
	//
	IndexNSegments *float64 `field:"optional" json:"indexNSegments" yaml:"indexNSegments"`
	// A parameter that controls output group behavior on an input loss.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-inputlossaction
	//
	InputLossAction *string `field:"optional" json:"inputLossAction" yaml:"inputLossAction"`
	// Used with encryptionType.
	//
	// The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to "include," the IV is listed in the manifest. Otherwise, the IV is not in the manifest.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-ivinmanifest
	//
	IvInManifest *string `field:"optional" json:"ivInManifest" yaml:"ivInManifest"`
	// Used with encryptionType.
	//
	// The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is "followsSegmentNumber," it causes the IV to change every segment (to match the segment number). If this is set to "explicit," you must enter a constantIv value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-ivsource
	//
	IvSource *string `field:"optional" json:"ivSource" yaml:"ivSource"`
	// Applies only if the Mode field is LIVE.
	//
	// Specifies the number of media segments (.ts files) to retain in the destination directory.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-keepsegments
	//
	KeepSegments *float64 `field:"optional" json:"keepSegments" yaml:"keepSegments"`
	// Specifies how the key is represented in the resource identified by the URI.
	//
	// If the parameter is absent, an implicit value of "identity" is used. A reverse DNS string can also be specified.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-keyformat
	//
	KeyFormat *string `field:"optional" json:"keyFormat" yaml:"keyFormat"`
	// Either a single positive integer version value or a slash-delimited list of version values (1/2/3).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-keyformatversions
	//
	KeyFormatVersions *string `field:"optional" json:"keyFormatVersions" yaml:"keyFormatVersions"`
	// The key provider settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-keyprovidersettings
	//
	KeyProviderSettings interface{} `field:"optional" json:"keyProviderSettings" yaml:"keyProviderSettings"`
	// When set to gzip, compresses HLS playlist.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-manifestcompression
	//
	ManifestCompression *string `field:"optional" json:"manifestCompression" yaml:"manifestCompression"`
	// Indicates whether the output manifest should use a floating point or integer values for segment duration.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-manifestdurationformat
	//
	ManifestDurationFormat *string `field:"optional" json:"manifestDurationFormat" yaml:"manifestDurationFormat"`
	// When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-minsegmentlength
	//
	MinSegmentLength *float64 `field:"optional" json:"minSegmentLength" yaml:"minSegmentLength"`
	// If "vod," all segments are indexed and kept permanently in the destination and manifest.
	//
	// If "live," only the number segments specified in keepSegments and indexNSegments are kept. Newer segments replace older segments, which might prevent players from rewinding all the way to the beginning of the channel. VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-mode
	//
	Mode *string `field:"optional" json:"mode" yaml:"mode"`
	// MANIFESTSANDSEGMENTS: Generates manifests (the master manifest, if applicable, and media manifests) for this output group.
	//
	// SEGMENTSONLY: Doesn't generate any manifests for this output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-outputselection
	//
	OutputSelection *string `field:"optional" json:"outputSelection" yaml:"outputSelection"`
	// Includes or excludes the EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: Either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-programdatetime
	//
	ProgramDateTime *string `field:"optional" json:"programDateTime" yaml:"programDateTime"`
	// Specifies the algorithm used to drive the HLS EXT-X-PROGRAM-DATE-TIME clock.
	//
	// Options include: INITIALIZE_FROM_OUTPUT_TIMECODE: The PDT clock is initialized as a function of the first output timecode, then incremented by the EXTINF duration of each encoded segment. SYSTEM_CLOCK: The PDT clock is initialized as a function of the UTC wall clock, then incremented by the EXTINF duration of each encoded segment. If the PDT clock diverges from the wall clock by more than 500ms, it is resynchronized to the wall clock.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-programdatetimeclock
	//
	ProgramDateTimeClock *string `field:"optional" json:"programDateTimeClock" yaml:"programDateTimeClock"`
	// The period of insertion of the EXT-X-PROGRAM-DATE-TIME entry, in seconds.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-programdatetimeperiod
	//
	ProgramDateTimePeriod *float64 `field:"optional" json:"programDateTimePeriod" yaml:"programDateTimePeriod"`
	// ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows a playout device that supports stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines. DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only. For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players, so a redundant manifest from MediaLive is irrelevant.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-redundantmanifest
	//
	RedundantManifest *string `field:"optional" json:"redundantManifest" yaml:"redundantManifest"`
	// useInputSegmentation has been deprecated.
	//
	// The configured segment size is always used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-segmentationmode
	//
	SegmentationMode *string `field:"optional" json:"segmentationMode" yaml:"segmentationMode"`
	// The length of the MPEG-2 Transport Stream segments to create, in seconds.
	//
	// Note that segments will end on the next keyframe after this number of seconds, so the actual segment length might be longer.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-segmentlength
	//
	SegmentLength *float64 `field:"optional" json:"segmentLength" yaml:"segmentLength"`
	// The number of segments to write to a subdirectory before starting a new one.
	//
	// For this setting to have an effect, directoryStructure must be subdirectoryPerStream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-segmentspersubdirectory
	//
	SegmentsPerSubdirectory *float64 `field:"optional" json:"segmentsPerSubdirectory" yaml:"segmentsPerSubdirectory"`
	// The include or exclude RESOLUTION attribute for a video in the EXT-X-STREAM-INF tag of a variant manifest.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-streaminfresolution
	//
	StreamInfResolution *string `field:"optional" json:"streamInfResolution" yaml:"streamInfResolution"`
	// Indicates the ID3 frame that has the timecode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-timedmetadataid3frame
	//
	TimedMetadataId3Frame *string `field:"optional" json:"timedMetadataId3Frame" yaml:"timedMetadataId3Frame"`
	// The timed metadata interval, in seconds.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-timedmetadataid3period
	//
	TimedMetadataId3Period *float64 `field:"optional" json:"timedMetadataId3Period" yaml:"timedMetadataId3Period"`
	// Provides an extra millisecond delta offset to fine tune the timestamps.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-timestampdeltamilliseconds
	//
	TimestampDeltaMilliseconds *float64 `field:"optional" json:"timestampDeltaMilliseconds" yaml:"timestampDeltaMilliseconds"`
	// SEGMENTEDFILES: Emits the program as segments -multiple .ts media files. SINGLEFILE: Applies only if the Mode field is VOD. Emits the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html#cfn-medialive-channel-hlsgroupsettings-tsfilemode
	//
	TsFileMode *string `field:"optional" json:"tsFileMode" yaml:"tsFileMode"`
}

The settings for an HLS output group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsGroupSettingsProperty := &HlsGroupSettingsProperty{
	AdMarkers: []*string{
		jsii.String("adMarkers"),
	},
	BaseUrlContent: jsii.String("baseUrlContent"),
	BaseUrlContent1: jsii.String("baseUrlContent1"),
	BaseUrlManifest: jsii.String("baseUrlManifest"),
	BaseUrlManifest1: jsii.String("baseUrlManifest1"),
	CaptionLanguageMappings: []interface{}{
		&CaptionLanguageMappingProperty{
			CaptionChannel: jsii.Number(123),
			LanguageCode: jsii.String("languageCode"),
			LanguageDescription: jsii.String("languageDescription"),
		},
	},
	CaptionLanguageSetting: jsii.String("captionLanguageSetting"),
	ClientCache: jsii.String("clientCache"),
	CodecSpecification: jsii.String("codecSpecification"),
	ConstantIv: jsii.String("constantIv"),
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	DirectoryStructure: jsii.String("directoryStructure"),
	DiscontinuityTags: jsii.String("discontinuityTags"),
	EncryptionType: jsii.String("encryptionType"),
	HlsCdnSettings: &HlsCdnSettingsProperty{
		HlsAkamaiSettings: &HlsAkamaiSettingsProperty{
			ConnectionRetryInterval: jsii.Number(123),
			FilecacheDuration: jsii.Number(123),
			HttpTransferMode: jsii.String("httpTransferMode"),
			NumRetries: jsii.Number(123),
			RestartDelay: jsii.Number(123),
			Salt: jsii.String("salt"),
			Token: jsii.String("token"),
		},
		HlsBasicPutSettings: &HlsBasicPutSettingsProperty{
			ConnectionRetryInterval: jsii.Number(123),
			FilecacheDuration: jsii.Number(123),
			NumRetries: jsii.Number(123),
			RestartDelay: jsii.Number(123),
		},
		HlsMediaStoreSettings: &HlsMediaStoreSettingsProperty{
			ConnectionRetryInterval: jsii.Number(123),
			FilecacheDuration: jsii.Number(123),
			MediaStoreStorageClass: jsii.String("mediaStoreStorageClass"),
			NumRetries: jsii.Number(123),
			RestartDelay: jsii.Number(123),
		},
		HlsS3Settings: &HlsS3SettingsProperty{
			CannedAcl: jsii.String("cannedAcl"),
		},
		HlsWebdavSettings: &HlsWebdavSettingsProperty{
			ConnectionRetryInterval: jsii.Number(123),
			FilecacheDuration: jsii.Number(123),
			HttpTransferMode: jsii.String("httpTransferMode"),
			NumRetries: jsii.Number(123),
			RestartDelay: jsii.Number(123),
		},
	},
	HlsId3SegmentTagging: jsii.String("hlsId3SegmentTagging"),
	IFrameOnlyPlaylists: jsii.String("iFrameOnlyPlaylists"),
	IncompleteSegmentBehavior: jsii.String("incompleteSegmentBehavior"),
	IndexNSegments: jsii.Number(123),
	InputLossAction: jsii.String("inputLossAction"),
	IvInManifest: jsii.String("ivInManifest"),
	IvSource: jsii.String("ivSource"),
	KeepSegments: jsii.Number(123),
	KeyFormat: jsii.String("keyFormat"),
	KeyFormatVersions: jsii.String("keyFormatVersions"),
	KeyProviderSettings: &KeyProviderSettingsProperty{
		StaticKeySettings: &StaticKeySettingsProperty{
			KeyProviderServer: &InputLocationProperty{
				PasswordParam: jsii.String("passwordParam"),
				Uri: jsii.String("uri"),
				Username: jsii.String("username"),
			},
			StaticKeyValue: jsii.String("staticKeyValue"),
		},
	},
	ManifestCompression: jsii.String("manifestCompression"),
	ManifestDurationFormat: jsii.String("manifestDurationFormat"),
	MinSegmentLength: jsii.Number(123),
	Mode: jsii.String("mode"),
	OutputSelection: jsii.String("outputSelection"),
	ProgramDateTime: jsii.String("programDateTime"),
	ProgramDateTimeClock: jsii.String("programDateTimeClock"),
	ProgramDateTimePeriod: jsii.Number(123),
	RedundantManifest: jsii.String("redundantManifest"),
	SegmentationMode: jsii.String("segmentationMode"),
	SegmentLength: jsii.Number(123),
	SegmentsPerSubdirectory: jsii.Number(123),
	StreamInfResolution: jsii.String("streamInfResolution"),
	TimedMetadataId3Frame: jsii.String("timedMetadataId3Frame"),
	TimedMetadataId3Period: jsii.Number(123),
	TimestampDeltaMilliseconds: jsii.Number(123),
	TsFileMode: jsii.String("tsFileMode"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsgroupsettings.html

type CfnChannel_HlsInputSettingsProperty

type CfnChannel_HlsInputSettingsProperty struct {
	// When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen.
	//
	// Otherwise, the highest bandwidth stream in the m3u8 is chosen. The bitrate is specified in bits per second, as in an HLS manifest.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsinputsettings.html#cfn-medialive-channel-hlsinputsettings-bandwidth
	//
	Bandwidth *float64 `field:"optional" json:"bandwidth" yaml:"bandwidth"`
	// When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment).
	//
	// When not specified, the HLS input begins with the first segment specified in the m3u8.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsinputsettings.html#cfn-medialive-channel-hlsinputsettings-buffersegments
	//
	BufferSegments *float64 `field:"optional" json:"bufferSegments" yaml:"bufferSegments"`
	// The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsinputsettings.html#cfn-medialive-channel-hlsinputsettings-retries
	//
	Retries *float64 `field:"optional" json:"retries" yaml:"retries"`
	// The number of seconds between retries when an attempt to read a manifest or segment fails.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsinputsettings.html#cfn-medialive-channel-hlsinputsettings-retryinterval
	//
	RetryInterval *float64 `field:"optional" json:"retryInterval" yaml:"retryInterval"`
	// Identifies the source for the SCTE-35 messages that MediaLive will ingest.
	//
	// Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsinputsettings.html#cfn-medialive-channel-hlsinputsettings-scte35source
	//
	Scte35Source *string `field:"optional" json:"scte35Source" yaml:"scte35Source"`
}

Information about how to connect to the upstream system.

The parent of this entity is NetworkInputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsInputSettingsProperty := &HlsInputSettingsProperty{
	Bandwidth: jsii.Number(123),
	BufferSegments: jsii.Number(123),
	Retries: jsii.Number(123),
	RetryInterval: jsii.Number(123),
	Scte35Source: jsii.String("scte35Source"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsinputsettings.html

type CfnChannel_HlsMediaStoreSettingsProperty

type CfnChannel_HlsMediaStoreSettingsProperty struct {
	// The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsmediastoresettings.html#cfn-medialive-channel-hlsmediastoresettings-connectionretryinterval
	//
	ConnectionRetryInterval *float64 `field:"optional" json:"connectionRetryInterval" yaml:"connectionRetryInterval"`
	// The size, in seconds, of the file cache for streaming outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsmediastoresettings.html#cfn-medialive-channel-hlsmediastoresettings-filecacheduration
	//
	FilecacheDuration *float64 `field:"optional" json:"filecacheDuration" yaml:"filecacheDuration"`
	// When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsmediastoresettings.html#cfn-medialive-channel-hlsmediastoresettings-mediastorestorageclass
	//
	MediaStoreStorageClass *string `field:"optional" json:"mediaStoreStorageClass" yaml:"mediaStoreStorageClass"`
	// The number of retry attempts that are made before the channel is put into an error state.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsmediastoresettings.html#cfn-medialive-channel-hlsmediastoresettings-numretries
	//
	NumRetries *float64 `field:"optional" json:"numRetries" yaml:"numRetries"`
	// If a streaming output fails, the number of seconds to wait until a restart is initiated.
	//
	// A value of 0 means never restart.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsmediastoresettings.html#cfn-medialive-channel-hlsmediastoresettings-restartdelay
	//
	RestartDelay *float64 `field:"optional" json:"restartDelay" yaml:"restartDelay"`
}

The configuration of a MediaStore container as the destination for an HLS output.

The parent of this entity is HlsCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsMediaStoreSettingsProperty := &HlsMediaStoreSettingsProperty{
	ConnectionRetryInterval: jsii.Number(123),
	FilecacheDuration: jsii.Number(123),
	MediaStoreStorageClass: jsii.String("mediaStoreStorageClass"),
	NumRetries: jsii.Number(123),
	RestartDelay: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsmediastoresettings.html

type CfnChannel_HlsOutputSettingsProperty

type CfnChannel_HlsOutputSettingsProperty struct {
	// Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsoutputsettings.html#cfn-medialive-channel-hlsoutputsettings-h265packagingtype
	//
	H265PackagingType *string `field:"optional" json:"h265PackagingType" yaml:"h265PackagingType"`
	// The settings regarding the underlying stream.
	//
	// These settings are different for audio-only outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsoutputsettings.html#cfn-medialive-channel-hlsoutputsettings-hlssettings
	//
	HlsSettings interface{} `field:"optional" json:"hlsSettings" yaml:"hlsSettings"`
	// A string that is concatenated to the end of the destination file name.
	//
	// Accepts \"Format Identifiers\":#formatIdentifierParameters.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsoutputsettings.html#cfn-medialive-channel-hlsoutputsettings-namemodifier
	//
	NameModifier *string `field:"optional" json:"nameModifier" yaml:"nameModifier"`
	// A string that is concatenated to the end of segment file names.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsoutputsettings.html#cfn-medialive-channel-hlsoutputsettings-segmentmodifier
	//
	SegmentModifier *string `field:"optional" json:"segmentModifier" yaml:"segmentModifier"`
}

The settings for an HLS output.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsOutputSettingsProperty := &HlsOutputSettingsProperty{
	H265PackagingType: jsii.String("h265PackagingType"),
	HlsSettings: &HlsSettingsProperty{
		AudioOnlyHlsSettings: &AudioOnlyHlsSettingsProperty{
			AudioGroupId: jsii.String("audioGroupId"),
			AudioOnlyImage: &InputLocationProperty{
				PasswordParam: jsii.String("passwordParam"),
				Uri: jsii.String("uri"),
				Username: jsii.String("username"),
			},
			AudioTrackType: jsii.String("audioTrackType"),
			SegmentType: jsii.String("segmentType"),
		},
		Fmp4HlsSettings: &Fmp4HlsSettingsProperty{
			AudioRenditionSets: jsii.String("audioRenditionSets"),
			NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
			TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
		},
		FrameCaptureHlsSettings: &FrameCaptureHlsSettingsProperty{
		},
		StandardHlsSettings: &StandardHlsSettingsProperty{
			AudioRenditionSets: jsii.String("audioRenditionSets"),
			M3U8Settings: &M3u8SettingsProperty{
				AudioFramesPerPes: jsii.Number(123),
				AudioPids: jsii.String("audioPids"),
				EcmPid: jsii.String("ecmPid"),
				KlvBehavior: jsii.String("klvBehavior"),
				KlvDataPids: jsii.String("klvDataPids"),
				NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
				PatInterval: jsii.Number(123),
				PcrControl: jsii.String("pcrControl"),
				PcrPeriod: jsii.Number(123),
				PcrPid: jsii.String("pcrPid"),
				PmtInterval: jsii.Number(123),
				PmtPid: jsii.String("pmtPid"),
				ProgramNum: jsii.Number(123),
				Scte35Behavior: jsii.String("scte35Behavior"),
				Scte35Pid: jsii.String("scte35Pid"),
				TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
				TimedMetadataPid: jsii.String("timedMetadataPid"),
				TransportStreamId: jsii.Number(123),
				VideoPid: jsii.String("videoPid"),
			},
		},
	},
	NameModifier: jsii.String("nameModifier"),
	SegmentModifier: jsii.String("segmentModifier"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlsoutputsettings.html

type CfnChannel_HlsS3SettingsProperty

type CfnChannel_HlsS3SettingsProperty struct {
	// Specify the canned ACL to apply to each S3 request.
	//
	// Defaults to none.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlss3settings.html#cfn-medialive-channel-hlss3settings-cannedacl
	//
	CannedAcl *string `field:"optional" json:"cannedAcl" yaml:"cannedAcl"`
}

Sets up Amazon S3 as the destination for this HLS output.

The parent of this entity is HlsCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsS3SettingsProperty := &HlsS3SettingsProperty{
	CannedAcl: jsii.String("cannedAcl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlss3settings.html

type CfnChannel_HlsSettingsProperty

type CfnChannel_HlsSettingsProperty struct {
	// The settings for an audio-only output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlssettings.html#cfn-medialive-channel-hlssettings-audioonlyhlssettings
	//
	AudioOnlyHlsSettings interface{} `field:"optional" json:"audioOnlyHlsSettings" yaml:"audioOnlyHlsSettings"`
	// The settings for an fMP4 container.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlssettings.html#cfn-medialive-channel-hlssettings-fmp4hlssettings
	//
	Fmp4HlsSettings interface{} `field:"optional" json:"fmp4HlsSettings" yaml:"fmp4HlsSettings"`
	// Settings for a frame capture output in an HLS output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlssettings.html#cfn-medialive-channel-hlssettings-framecapturehlssettings
	//
	FrameCaptureHlsSettings interface{} `field:"optional" json:"frameCaptureHlsSettings" yaml:"frameCaptureHlsSettings"`
	// The settings for a standard output (an output that is not audio-only).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlssettings.html#cfn-medialive-channel-hlssettings-standardhlssettings
	//
	StandardHlsSettings interface{} `field:"optional" json:"standardHlsSettings" yaml:"standardHlsSettings"`
}

The settings for an HLS output.

The parent of this entity is HlsOutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsSettingsProperty := &HlsSettingsProperty{
	AudioOnlyHlsSettings: &AudioOnlyHlsSettingsProperty{
		AudioGroupId: jsii.String("audioGroupId"),
		AudioOnlyImage: &InputLocationProperty{
			PasswordParam: jsii.String("passwordParam"),
			Uri: jsii.String("uri"),
			Username: jsii.String("username"),
		},
		AudioTrackType: jsii.String("audioTrackType"),
		SegmentType: jsii.String("segmentType"),
	},
	Fmp4HlsSettings: &Fmp4HlsSettingsProperty{
		AudioRenditionSets: jsii.String("audioRenditionSets"),
		NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
		TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
	},
	FrameCaptureHlsSettings: &FrameCaptureHlsSettingsProperty{
	},
	StandardHlsSettings: &StandardHlsSettingsProperty{
		AudioRenditionSets: jsii.String("audioRenditionSets"),
		M3U8Settings: &M3u8SettingsProperty{
			AudioFramesPerPes: jsii.Number(123),
			AudioPids: jsii.String("audioPids"),
			EcmPid: jsii.String("ecmPid"),
			KlvBehavior: jsii.String("klvBehavior"),
			KlvDataPids: jsii.String("klvDataPids"),
			NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
			PatInterval: jsii.Number(123),
			PcrControl: jsii.String("pcrControl"),
			PcrPeriod: jsii.Number(123),
			PcrPid: jsii.String("pcrPid"),
			PmtInterval: jsii.Number(123),
			PmtPid: jsii.String("pmtPid"),
			ProgramNum: jsii.Number(123),
			Scte35Behavior: jsii.String("scte35Behavior"),
			Scte35Pid: jsii.String("scte35Pid"),
			TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
			TimedMetadataPid: jsii.String("timedMetadataPid"),
			TransportStreamId: jsii.Number(123),
			VideoPid: jsii.String("videoPid"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlssettings.html

type CfnChannel_HlsWebdavSettingsProperty

type CfnChannel_HlsWebdavSettingsProperty struct {
	// The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-connectionretryinterval
	//
	ConnectionRetryInterval *float64 `field:"optional" json:"connectionRetryInterval" yaml:"connectionRetryInterval"`
	// The size, in seconds, of the file cache for streaming outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-filecacheduration
	//
	FilecacheDuration *float64 `field:"optional" json:"filecacheDuration" yaml:"filecacheDuration"`
	// Specifies whether to use chunked transfer encoding to WebDAV.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-httptransfermode
	//
	HttpTransferMode *string `field:"optional" json:"httpTransferMode" yaml:"httpTransferMode"`
	// The number of retry attempts that are made before the channel is put into an error state.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-numretries
	//
	NumRetries *float64 `field:"optional" json:"numRetries" yaml:"numRetries"`
	// If a streaming output fails, the number of seconds to wait until a restart is initiated.
	//
	// A value of 0 means never restart.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html#cfn-medialive-channel-hlswebdavsettings-restartdelay
	//
	RestartDelay *float64 `field:"optional" json:"restartDelay" yaml:"restartDelay"`
}

The configuration of a WebDav server as the downstream system for an HLS output.

The parent of this entity is HlsCdnSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

hlsWebdavSettingsProperty := &HlsWebdavSettingsProperty{
	ConnectionRetryInterval: jsii.Number(123),
	FilecacheDuration: jsii.Number(123),
	HttpTransferMode: jsii.String("httpTransferMode"),
	NumRetries: jsii.Number(123),
	RestartDelay: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlswebdavsettings.html

type CfnChannel_HtmlMotionGraphicsSettingsProperty

type CfnChannel_HtmlMotionGraphicsSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

htmlMotionGraphicsSettingsProperty := &HtmlMotionGraphicsSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-htmlmotiongraphicssettings.html

type CfnChannel_InputAttachmentProperty

type CfnChannel_InputAttachmentProperty struct {
	// Settings to implement automatic input failover in this input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-automaticinputfailoversettings
	//
	AutomaticInputFailoverSettings interface{} `field:"optional" json:"automaticInputFailoverSettings" yaml:"automaticInputFailoverSettings"`
	// A name for the attachment.
	//
	// This is required if you want to use this input in an input switch action.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-inputattachmentname
	//
	InputAttachmentName *string `field:"optional" json:"inputAttachmentName" yaml:"inputAttachmentName"`
	// The ID of the input to attach.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-inputid
	//
	InputId *string `field:"optional" json:"inputId" yaml:"inputId"`
	// Information about the content to extract from the input and about the general handling of the content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-inputsettings
	//
	InputSettings interface{} `field:"optional" json:"inputSettings" yaml:"inputSettings"`
}

An input to attach to this channel.

This entity is at the top level in the channel.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputAttachmentProperty := &InputAttachmentProperty{
	AutomaticInputFailoverSettings: &AutomaticInputFailoverSettingsProperty{
		ErrorClearTimeMsec: jsii.Number(123),
		FailoverConditions: []interface{}{
			&FailoverConditionProperty{
				FailoverConditionSettings: &FailoverConditionSettingsProperty{
					AudioSilenceSettings: &AudioSilenceFailoverSettingsProperty{
						AudioSelectorName: jsii.String("audioSelectorName"),
						AudioSilenceThresholdMsec: jsii.Number(123),
					},
					InputLossSettings: &InputLossFailoverSettingsProperty{
						InputLossThresholdMsec: jsii.Number(123),
					},
					VideoBlackSettings: &VideoBlackFailoverSettingsProperty{
						BlackDetectThreshold: jsii.Number(123),
						VideoBlackThresholdMsec: jsii.Number(123),
					},
				},
			},
		},
		InputPreference: jsii.String("inputPreference"),
		SecondaryInputId: jsii.String("secondaryInputId"),
	},
	InputAttachmentName: jsii.String("inputAttachmentName"),
	InputId: jsii.String("inputId"),
	InputSettings: &InputSettingsProperty{
		AudioSelectors: []interface{}{
			&AudioSelectorProperty{
				Name: jsii.String("name"),
				SelectorSettings: &AudioSelectorSettingsProperty{
					AudioHlsRenditionSelection: &AudioHlsRenditionSelectionProperty{
						GroupId: jsii.String("groupId"),
						Name: jsii.String("name"),
					},
					AudioLanguageSelection: &AudioLanguageSelectionProperty{
						LanguageCode: jsii.String("languageCode"),
						LanguageSelectionPolicy: jsii.String("languageSelectionPolicy"),
					},
					AudioPidSelection: &AudioPidSelectionProperty{
						Pid: jsii.Number(123),
					},
					AudioTrackSelection: &AudioTrackSelectionProperty{
						DolbyEDecode: &AudioDolbyEDecodeProperty{
							ProgramSelection: jsii.String("programSelection"),
						},
						Tracks: []interface{}{
							&AudioTrackProperty{
								Track: jsii.Number(123),
							},
						},
					},
				},
			},
		},
		CaptionSelectors: []interface{}{
			&CaptionSelectorProperty{
				LanguageCode: jsii.String("languageCode"),
				Name: jsii.String("name"),
				SelectorSettings: &CaptionSelectorSettingsProperty{
					AncillarySourceSettings: &AncillarySourceSettingsProperty{
						SourceAncillaryChannelNumber: jsii.Number(123),
					},
					AribSourceSettings: &AribSourceSettingsProperty{
					},
					DvbSubSourceSettings: &DvbSubSourceSettingsProperty{
						OcrLanguage: jsii.String("ocrLanguage"),
						Pid: jsii.Number(123),
					},
					EmbeddedSourceSettings: &EmbeddedSourceSettingsProperty{
						Convert608To708: jsii.String("convert608To708"),
						Scte20Detection: jsii.String("scte20Detection"),
						Source608ChannelNumber: jsii.Number(123),
						Source608TrackNumber: jsii.Number(123),
					},
					Scte20SourceSettings: &Scte20SourceSettingsProperty{
						Convert608To708: jsii.String("convert608To708"),
						Source608ChannelNumber: jsii.Number(123),
					},
					Scte27SourceSettings: &Scte27SourceSettingsProperty{
						OcrLanguage: jsii.String("ocrLanguage"),
						Pid: jsii.Number(123),
					},
					TeletextSourceSettings: &TeletextSourceSettingsProperty{
						OutputRectangle: &CaptionRectangleProperty{
							Height: jsii.Number(123),
							LeftOffset: jsii.Number(123),
							TopOffset: jsii.Number(123),
							Width: jsii.Number(123),
						},
						PageNumber: jsii.String("pageNumber"),
					},
				},
			},
		},
		DeblockFilter: jsii.String("deblockFilter"),
		DenoiseFilter: jsii.String("denoiseFilter"),
		FilterStrength: jsii.Number(123),
		InputFilter: jsii.String("inputFilter"),
		NetworkInputSettings: &NetworkInputSettingsProperty{
			HlsInputSettings: &HlsInputSettingsProperty{
				Bandwidth: jsii.Number(123),
				BufferSegments: jsii.Number(123),
				Retries: jsii.Number(123),
				RetryInterval: jsii.Number(123),
				Scte35Source: jsii.String("scte35Source"),
			},
			ServerValidation: jsii.String("serverValidation"),
		},
		Scte35Pid: jsii.Number(123),
		Smpte2038DataPreference: jsii.String("smpte2038DataPreference"),
		SourceEndBehavior: jsii.String("sourceEndBehavior"),
		VideoSelector: &VideoSelectorProperty{
			ColorSpace: jsii.String("colorSpace"),
			ColorSpaceSettings: &VideoSelectorColorSpaceSettingsProperty{
				Hdr10Settings: &Hdr10SettingsProperty{
					MaxCll: jsii.Number(123),
					MaxFall: jsii.Number(123),
				},
			},
			ColorSpaceUsage: jsii.String("colorSpaceUsage"),
			SelectorSettings: &VideoSelectorSettingsProperty{
				VideoSelectorPid: &VideoSelectorPidProperty{
					Pid: jsii.Number(123),
				},
				VideoSelectorProgramId: &VideoSelectorProgramIdProperty{
					ProgramId: jsii.Number(123),
				},
			},
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html

type CfnChannel_InputChannelLevelProperty

type CfnChannel_InputChannelLevelProperty struct {
	// The remixing value.
	//
	// Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputchannellevel.html#cfn-medialive-channel-inputchannellevel-gain
	//
	Gain *float64 `field:"optional" json:"gain" yaml:"gain"`
	// The index of the input channel that is used as a source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputchannellevel.html#cfn-medialive-channel-inputchannellevel-inputchannel
	//
	InputChannel *float64 `field:"optional" json:"inputChannel" yaml:"inputChannel"`
}

The setting to remix the audio.

The parent of this entity is AudioChannelMappings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputChannelLevelProperty := &InputChannelLevelProperty{
	Gain: jsii.Number(123),
	InputChannel: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputchannellevel.html

type CfnChannel_InputLocationProperty

type CfnChannel_InputLocationProperty struct {
	// The password parameter that holds the password for accessing the downstream system.
	//
	// This applies only if the downstream system requires credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlocation.html#cfn-medialive-channel-inputlocation-passwordparam
	//
	PasswordParam *string `field:"optional" json:"passwordParam" yaml:"passwordParam"`
	// The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type.
	//
	// For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlocation.html#cfn-medialive-channel-inputlocation-uri
	//
	Uri *string `field:"optional" json:"uri" yaml:"uri"`
	// The user name to connect to the downstream system.
	//
	// This applies only if the downstream system requires credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlocation.html#cfn-medialive-channel-inputlocation-username
	//
	Username *string `field:"optional" json:"username" yaml:"username"`
}

The input location.

The parent of this entity is InputLossBehavior.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputLocationProperty := &InputLocationProperty{
	PasswordParam: jsii.String("passwordParam"),
	Uri: jsii.String("uri"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlocation.html

type CfnChannel_InputLossBehaviorProperty

type CfnChannel_InputLossBehaviorProperty struct {
	// On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.
	//
	// A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossbehavior.html#cfn-medialive-channel-inputlossbehavior-blackframemsec
	//
	BlackFrameMsec *float64 `field:"optional" json:"blackFrameMsec" yaml:"blackFrameMsec"`
	// When the input loss image type is "color," this field specifies the color to use.
	//
	// Value: 6 hex characters that represent the values of RGB.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossbehavior.html#cfn-medialive-channel-inputlossbehavior-inputlossimagecolor
	//
	InputLossImageColor *string `field:"optional" json:"inputLossImageColor" yaml:"inputLossImageColor"`
	// When the input loss image type is "slate," these fields specify the parameters for accessing the slate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossbehavior.html#cfn-medialive-channel-inputlossbehavior-inputlossimageslate
	//
	InputLossImageSlate interface{} `field:"optional" json:"inputLossImageSlate" yaml:"inputLossImageSlate"`
	// Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossbehavior.html#cfn-medialive-channel-inputlossbehavior-inputlossimagetype
	//
	InputLossImageType *string `field:"optional" json:"inputLossImageType" yaml:"inputLossImageType"`
	// On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.
	//
	// A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossbehavior.html#cfn-medialive-channel-inputlossbehavior-repeatframemsec
	//
	RepeatFrameMsec *float64 `field:"optional" json:"repeatFrameMsec" yaml:"repeatFrameMsec"`
}

The configuration of channel behavior when the input is lost.

The parent of this entity is GlobalConfiguration.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputLossBehaviorProperty := &InputLossBehaviorProperty{
	BlackFrameMsec: jsii.Number(123),
	InputLossImageColor: jsii.String("inputLossImageColor"),
	InputLossImageSlate: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	InputLossImageType: jsii.String("inputLossImageType"),
	RepeatFrameMsec: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossbehavior.html

type CfnChannel_InputLossFailoverSettingsProperty

type CfnChannel_InputLossFailoverSettingsProperty struct {
	// The amount of time (in milliseconds) that no input is detected.
	//
	// After that time, an input failover will occur.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossfailoversettings.html#cfn-medialive-channel-inputlossfailoversettings-inputlossthresholdmsec
	//
	InputLossThresholdMsec *float64 `field:"optional" json:"inputLossThresholdMsec" yaml:"inputLossThresholdMsec"`
}

MediaLive will perform a failover if content is not detected in this input for the specified period.

The parent of this entity is FailoverConditionSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputLossFailoverSettingsProperty := &InputLossFailoverSettingsProperty{
	InputLossThresholdMsec: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputlossfailoversettings.html

type CfnChannel_InputSettingsProperty

type CfnChannel_InputSettingsProperty struct {
	// Information about the specific audio to extract from the input.
	//
	// The parent of this entity is InputSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-audioselectors
	//
	AudioSelectors interface{} `field:"optional" json:"audioSelectors" yaml:"audioSelectors"`
	// Information about the specific captions to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-captionselectors
	//
	CaptionSelectors interface{} `field:"optional" json:"captionSelectors" yaml:"captionSelectors"`
	// Enables or disables the deblock filter when filtering.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-deblockfilter
	//
	DeblockFilter *string `field:"optional" json:"deblockFilter" yaml:"deblockFilter"`
	// Enables or disables the denoise filter when filtering.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-denoisefilter
	//
	DenoiseFilter *string `field:"optional" json:"denoiseFilter" yaml:"denoiseFilter"`
	// Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-filterstrength
	//
	FilterStrength *float64 `field:"optional" json:"filterStrength" yaml:"filterStrength"`
	// Turns on the filter for this input.
	//
	// MPEG-2 inputs have the deblocking filter enabled by default. 1) auto - filtering is applied depending on input type/quality 2) disabled - no filtering is applied to the input 3) forced - filtering is applied regardless of the input type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-inputfilter
	//
	InputFilter *string `field:"optional" json:"inputFilter" yaml:"inputFilter"`
	// Information about how to connect to the upstream system.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-networkinputsettings
	//
	NetworkInputSettings interface{} `field:"optional" json:"networkInputSettings" yaml:"networkInputSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-scte35pid
	//
	Scte35Pid *float64 `field:"optional" json:"scte35Pid" yaml:"scte35Pid"`
	// Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
	//
	// Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
	// - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
	// - IGNORE: Never extract any ancillary data from SMPTE-2038.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-smpte2038datapreference
	//
	Smpte2038DataPreference *string `field:"optional" json:"smpte2038DataPreference" yaml:"smpte2038DataPreference"`
	// The loop input if it is a file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-sourceendbehavior
	//
	SourceEndBehavior *string `field:"optional" json:"sourceEndBehavior" yaml:"sourceEndBehavior"`
	// Information about one video to extract from the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html#cfn-medialive-channel-inputsettings-videoselector
	//
	VideoSelector interface{} `field:"optional" json:"videoSelector" yaml:"videoSelector"`
}

Information about extracting content from the input and about handling the content.

The parent of this entity is InputAttachment.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputSettingsProperty := &InputSettingsProperty{
	AudioSelectors: []interface{}{
		&AudioSelectorProperty{
			Name: jsii.String("name"),
			SelectorSettings: &AudioSelectorSettingsProperty{
				AudioHlsRenditionSelection: &AudioHlsRenditionSelectionProperty{
					GroupId: jsii.String("groupId"),
					Name: jsii.String("name"),
				},
				AudioLanguageSelection: &AudioLanguageSelectionProperty{
					LanguageCode: jsii.String("languageCode"),
					LanguageSelectionPolicy: jsii.String("languageSelectionPolicy"),
				},
				AudioPidSelection: &AudioPidSelectionProperty{
					Pid: jsii.Number(123),
				},
				AudioTrackSelection: &AudioTrackSelectionProperty{
					DolbyEDecode: &AudioDolbyEDecodeProperty{
						ProgramSelection: jsii.String("programSelection"),
					},
					Tracks: []interface{}{
						&AudioTrackProperty{
							Track: jsii.Number(123),
						},
					},
				},
			},
		},
	},
	CaptionSelectors: []interface{}{
		&CaptionSelectorProperty{
			LanguageCode: jsii.String("languageCode"),
			Name: jsii.String("name"),
			SelectorSettings: &CaptionSelectorSettingsProperty{
				AncillarySourceSettings: &AncillarySourceSettingsProperty{
					SourceAncillaryChannelNumber: jsii.Number(123),
				},
				AribSourceSettings: &AribSourceSettingsProperty{
				},
				DvbSubSourceSettings: &DvbSubSourceSettingsProperty{
					OcrLanguage: jsii.String("ocrLanguage"),
					Pid: jsii.Number(123),
				},
				EmbeddedSourceSettings: &EmbeddedSourceSettingsProperty{
					Convert608To708: jsii.String("convert608To708"),
					Scte20Detection: jsii.String("scte20Detection"),
					Source608ChannelNumber: jsii.Number(123),
					Source608TrackNumber: jsii.Number(123),
				},
				Scte20SourceSettings: &Scte20SourceSettingsProperty{
					Convert608To708: jsii.String("convert608To708"),
					Source608ChannelNumber: jsii.Number(123),
				},
				Scte27SourceSettings: &Scte27SourceSettingsProperty{
					OcrLanguage: jsii.String("ocrLanguage"),
					Pid: jsii.Number(123),
				},
				TeletextSourceSettings: &TeletextSourceSettingsProperty{
					OutputRectangle: &CaptionRectangleProperty{
						Height: jsii.Number(123),
						LeftOffset: jsii.Number(123),
						TopOffset: jsii.Number(123),
						Width: jsii.Number(123),
					},
					PageNumber: jsii.String("pageNumber"),
				},
			},
		},
	},
	DeblockFilter: jsii.String("deblockFilter"),
	DenoiseFilter: jsii.String("denoiseFilter"),
	FilterStrength: jsii.Number(123),
	InputFilter: jsii.String("inputFilter"),
	NetworkInputSettings: &NetworkInputSettingsProperty{
		HlsInputSettings: &HlsInputSettingsProperty{
			Bandwidth: jsii.Number(123),
			BufferSegments: jsii.Number(123),
			Retries: jsii.Number(123),
			RetryInterval: jsii.Number(123),
			Scte35Source: jsii.String("scte35Source"),
		},
		ServerValidation: jsii.String("serverValidation"),
	},
	Scte35Pid: jsii.Number(123),
	Smpte2038DataPreference: jsii.String("smpte2038DataPreference"),
	SourceEndBehavior: jsii.String("sourceEndBehavior"),
	VideoSelector: &VideoSelectorProperty{
		ColorSpace: jsii.String("colorSpace"),
		ColorSpaceSettings: &VideoSelectorColorSpaceSettingsProperty{
			Hdr10Settings: &Hdr10SettingsProperty{
				MaxCll: jsii.Number(123),
				MaxFall: jsii.Number(123),
			},
		},
		ColorSpaceUsage: jsii.String("colorSpaceUsage"),
		SelectorSettings: &VideoSelectorSettingsProperty{
			VideoSelectorPid: &VideoSelectorPidProperty{
				Pid: jsii.Number(123),
			},
			VideoSelectorProgramId: &VideoSelectorProgramIdProperty{
				ProgramId: jsii.Number(123),
			},
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputsettings.html

type CfnChannel_InputSpecificationProperty

type CfnChannel_InputSpecificationProperty struct {
	// The codec to include in the input specification for this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec
	//
	Codec *string `field:"optional" json:"codec" yaml:"codec"`
	// The maximum input bitrate for any input attached to this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate
	//
	MaximumBitrate *string `field:"optional" json:"maximumBitrate" yaml:"maximumBitrate"`
	// The resolution for any input attached to this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution
	//
	Resolution *string `field:"optional" json:"resolution" yaml:"resolution"`
}

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.

This entity is at the top level in the channel.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputSpecificationProperty := &InputSpecificationProperty{
	Codec: jsii.String("codec"),
	MaximumBitrate: jsii.String("maximumBitrate"),
	Resolution: jsii.String("resolution"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html

type CfnChannel_KeyProviderSettingsProperty

type CfnChannel_KeyProviderSettingsProperty struct {
	// The configuration of static key settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-keyprovidersettings.html#cfn-medialive-channel-keyprovidersettings-statickeysettings
	//
	StaticKeySettings interface{} `field:"optional" json:"staticKeySettings" yaml:"staticKeySettings"`
}

The configuration of key provider settings.

The parent of this entity is HlsGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

keyProviderSettingsProperty := &KeyProviderSettingsProperty{
	StaticKeySettings: &StaticKeySettingsProperty{
		KeyProviderServer: &InputLocationProperty{
			PasswordParam: jsii.String("passwordParam"),
			Uri: jsii.String("uri"),
			Username: jsii.String("username"),
		},
		StaticKeyValue: jsii.String("staticKeyValue"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-keyprovidersettings.html

type CfnChannel_M2tsSettingsProperty

type CfnChannel_M2tsSettingsProperty struct {
	// When set to drop, the output audio streams are removed from the program if the selected input audio stream is removed from the input.
	//
	// This allows the output audio configuration to dynamically change based on the input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-absentinputaudiobehavior
	//
	AbsentInputAudioBehavior *string `field:"optional" json:"absentInputAudioBehavior" yaml:"absentInputAudioBehavior"`
	// When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-arib
	//
	Arib *string `field:"optional" json:"arib" yaml:"arib"`
	// The PID for ARIB Captions in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-aribcaptionspid
	//
	AribCaptionsPid *string `field:"optional" json:"aribCaptionsPid" yaml:"aribCaptionsPid"`
	// If set to auto, The PID number used for ARIB Captions will be auto-selected from unused PIDs.
	//
	// If set to useConfigured, ARIB captions will be on the configured PID number.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-aribcaptionspidcontrol
	//
	AribCaptionsPidControl *string `field:"optional" json:"aribCaptionsPidControl" yaml:"aribCaptionsPidControl"`
	// When set to dvb, uses the DVB buffer model for Dolby Digital audio.
	//
	// When set to atsc, the ATSC model is used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-audiobuffermodel
	//
	AudioBufferModel *string `field:"optional" json:"audioBufferModel" yaml:"audioBufferModel"`
	// The number of audio frames to insert for each PES packet.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-audioframesperpes
	//
	AudioFramesPerPes *float64 `field:"optional" json:"audioFramesPerPes" yaml:"audioFramesPerPes"`
	// The PID of the elementary audio streams in the transport stream.
	//
	// Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-audiopids
	//
	AudioPids *string `field:"optional" json:"audioPids" yaml:"audioPids"`
	// When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.
	//
	// When set to dvb, uses stream type = 0x06.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-audiostreamtype
	//
	AudioStreamType *string `field:"optional" json:"audioStreamType" yaml:"audioStreamType"`
	// The output bitrate of the transport stream in bits per second.
	//
	// Setting to 0 lets the muxer automatically determine the appropriate bitrate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// If set to multiplex, uses the multiplex buffer model for accurate interleaving.
	//
	// Setting to bufferModel to none can lead to lower latency, but low-memory devices might not be able to play back the stream without interruptions.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-buffermodel
	//
	BufferModel *string `field:"optional" json:"bufferModel" yaml:"bufferModel"`
	// When set to enabled, generates captionServiceDescriptor in PMT.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ccdescriptor
	//
	CcDescriptor *string `field:"optional" json:"ccDescriptor" yaml:"ccDescriptor"`
	// Inserts a DVB Network Information Table (NIT) at the specified table repetition interval.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-dvbnitsettings
	//
	DvbNitSettings interface{} `field:"optional" json:"dvbNitSettings" yaml:"dvbNitSettings"`
	// Inserts a DVB Service Description Table (SDT) at the specified table repetition interval.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-dvbsdtsettings
	//
	DvbSdtSettings interface{} `field:"optional" json:"dvbSdtSettings" yaml:"dvbSdtSettings"`
	// The PID for the input source DVB Subtitle data to this output.
	//
	// Multiple values are accepted, and can be entered in ranges and/or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-dvbsubpids
	//
	DvbSubPids *string `field:"optional" json:"dvbSubPids" yaml:"dvbSubPids"`
	// Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-dvbtdtsettings
	//
	DvbTdtSettings interface{} `field:"optional" json:"dvbTdtSettings" yaml:"dvbTdtSettings"`
	// The PID for the input source DVB Teletext data to this output.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-dvbteletextpid
	//
	DvbTeletextPid *string `field:"optional" json:"dvbTeletextPid" yaml:"dvbTeletextPid"`
	// If set to passthrough, passes any EBIF data from the input source to this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ebif
	//
	Ebif *string `field:"optional" json:"ebif" yaml:"ebif"`
	// When videoAndFixedIntervals is selected, audio EBP markers are added to partitions 3 and 4.
	//
	// The interval between these additional markers is fixed, and is slightly shorter than the video EBP marker interval. This is only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 always follow the video interval.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ebpaudiointerval
	//
	EbpAudioInterval *string `field:"optional" json:"ebpAudioInterval" yaml:"ebpAudioInterval"`
	// When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video.
	//
	// If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The channel must be configured elsewhere to create sufficient latency to make the lookahead accurate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ebplookaheadms
	//
	EbpLookaheadMs *float64 `field:"optional" json:"ebpLookaheadMs" yaml:"ebpLookaheadMs"`
	// Controls placement of EBP on audio PIDs.
	//
	// If set to videoAndAudioPids, EBP markers are placed on the video PID and all audio PIDs. If set to videoPid, EBP markers are placed on only the video PID.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ebpplacement
	//
	EbpPlacement *string `field:"optional" json:"ebpPlacement" yaml:"ebpPlacement"`
	// This field is unused and deprecated.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ecmpid
	//
	EcmPid *string `field:"optional" json:"ecmPid" yaml:"ecmPid"`
	// Includes or excludes the ES Rate field in the PES header.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-esrateinpes
	//
	EsRateInPes *string `field:"optional" json:"esRateInPes" yaml:"esRateInPes"`
	// The PID for the input source ETV Platform data to this output.
	//
	// You can enter it as a decimal or hexadecimal value. Valid values are 32 (or 0x20) to 8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-etvplatformpid
	//
	EtvPlatformPid *string `field:"optional" json:"etvPlatformPid" yaml:"etvPlatformPid"`
	// The PID for input source ETV Signal data to this output.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-etvsignalpid
	//
	EtvSignalPid *string `field:"optional" json:"etvSignalPid" yaml:"etvSignalPid"`
	// The length in seconds of each fragment.
	//
	// This is used only with EBP markers.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-fragmenttime
	//
	FragmentTime *float64 `field:"optional" json:"fragmentTime" yaml:"fragmentTime"`
	// If set to passthrough, passes any KLV data from the input source to this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-klv
	//
	Klv *string `field:"optional" json:"klv" yaml:"klv"`
	// The PID for the input source KLV data to this output.
	//
	// Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-klvdatapids
	//
	KlvDataPids *string `field:"optional" json:"klvDataPids" yaml:"klvDataPids"`
	// If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-nielsenid3behavior
	//
	NielsenId3Behavior *string `field:"optional" json:"nielsenId3Behavior" yaml:"nielsenId3Behavior"`
	// The value, in bits per second, of extra null packets to insert into the transport stream.
	//
	// This can be used if a downstream encryption system requires periodic null packets.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-nullpacketbitrate
	//
	NullPacketBitrate *float64 `field:"optional" json:"nullPacketBitrate" yaml:"nullPacketBitrate"`
	// The number of milliseconds between instances of this table in the output transport stream.
	//
	// Valid values are 0, 10..1000.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-patinterval
	//
	PatInterval *float64 `field:"optional" json:"patInterval" yaml:"patInterval"`
	// When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
	//
	// This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-pcrcontrol
	//
	PcrControl *string `field:"optional" json:"pcrControl" yaml:"pcrControl"`
	// The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-pcrperiod
	//
	PcrPeriod *float64 `field:"optional" json:"pcrPeriod" yaml:"pcrPeriod"`
	// The PID of the Program Clock Reference (PCR) in the transport stream.
	//
	// When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-pcrpid
	//
	PcrPid *string `field:"optional" json:"pcrPid" yaml:"pcrPid"`
	// The number of milliseconds between instances of this table in the output transport stream.
	//
	// Valid values are 0, 10..1000.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-pmtinterval
	//
	PmtInterval *float64 `field:"optional" json:"pmtInterval" yaml:"pmtInterval"`
	// The PID for the Program Map Table (PMT) in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-pmtpid
	//
	PmtPid *string `field:"optional" json:"pmtPid" yaml:"pmtPid"`
	// The value of the program number field in the Program Map Table (PMT).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-programnum
	//
	ProgramNum *float64 `field:"optional" json:"programNum" yaml:"programNum"`
	// When VBR, does not insert null packets into the transport stream to fill the specified bitrate.
	//
	// The bitrate setting acts as the maximum bitrate when VBR is set.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-ratemode
	//
	RateMode *string `field:"optional" json:"rateMode" yaml:"rateMode"`
	// The PID for the input source SCTE-27 data to this output.
	//
	// Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-scte27pids
	//
	Scte27Pids *string `field:"optional" json:"scte27Pids" yaml:"scte27Pids"`
	// Optionally passes SCTE-35 signals from the input source to this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-scte35control
	//
	Scte35Control *string `field:"optional" json:"scte35Control" yaml:"scte35Control"`
	// The PID of the SCTE-35 stream in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-scte35pid
	//
	Scte35Pid *string `field:"optional" json:"scte35Pid" yaml:"scte35Pid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-scte35prerollpullupmilliseconds
	//
	Scte35PrerollPullupMilliseconds *float64 `field:"optional" json:"scte35PrerollPullupMilliseconds" yaml:"scte35PrerollPullupMilliseconds"`
	// Inserts segmentation markers at each segmentationTime period.
	//
	// raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-segmentationmarkers
	//
	SegmentationMarkers *string `field:"optional" json:"segmentationMarkers" yaml:"segmentationMarkers"`
	// The segmentation style parameter controls how segmentation markers are inserted into the transport stream.
	//
	// With avails, it is possible that segments might be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of resetCadence is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of maintainCadence is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-segmentationstyle
	//
	SegmentationStyle *string `field:"optional" json:"segmentationStyle" yaml:"segmentationStyle"`
	// The length, in seconds, of each segment.
	//
	// This is required unless markers is set to None_.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-segmentationtime
	//
	SegmentationTime *float64 `field:"optional" json:"segmentationTime" yaml:"segmentationTime"`
	// When set to passthrough, timed metadata is passed through from input to output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-timedmetadatabehavior
	//
	TimedMetadataBehavior *string `field:"optional" json:"timedMetadataBehavior" yaml:"timedMetadataBehavior"`
	// The PID of the timed metadata stream in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-timedmetadatapid
	//
	TimedMetadataPid *string `field:"optional" json:"timedMetadataPid" yaml:"timedMetadataPid"`
	// The value of the transport stream ID field in the Program Map Table (PMT).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-transportstreamid
	//
	TransportStreamId *float64 `field:"optional" json:"transportStreamId" yaml:"transportStreamId"`
	// The PID of the elementary video stream in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html#cfn-medialive-channel-m2tssettings-videopid
	//
	VideoPid *string `field:"optional" json:"videoPid" yaml:"videoPid"`
}

The configuration of the M2TS in the output.

The parents of this entity are ArchiveContainerSettings and UdpContainerSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

m2tsSettingsProperty := &M2tsSettingsProperty{
	AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
	Arib: jsii.String("arib"),
	AribCaptionsPid: jsii.String("aribCaptionsPid"),
	AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
	AudioBufferModel: jsii.String("audioBufferModel"),
	AudioFramesPerPes: jsii.Number(123),
	AudioPids: jsii.String("audioPids"),
	AudioStreamType: jsii.String("audioStreamType"),
	Bitrate: jsii.Number(123),
	BufferModel: jsii.String("bufferModel"),
	CcDescriptor: jsii.String("ccDescriptor"),
	DvbNitSettings: &DvbNitSettingsProperty{
		NetworkId: jsii.Number(123),
		NetworkName: jsii.String("networkName"),
		RepInterval: jsii.Number(123),
	},
	DvbSdtSettings: &DvbSdtSettingsProperty{
		OutputSdt: jsii.String("outputSdt"),
		RepInterval: jsii.Number(123),
		ServiceName: jsii.String("serviceName"),
		ServiceProviderName: jsii.String("serviceProviderName"),
	},
	DvbSubPids: jsii.String("dvbSubPids"),
	DvbTdtSettings: &DvbTdtSettingsProperty{
		RepInterval: jsii.Number(123),
	},
	DvbTeletextPid: jsii.String("dvbTeletextPid"),
	Ebif: jsii.String("ebif"),
	EbpAudioInterval: jsii.String("ebpAudioInterval"),
	EbpLookaheadMs: jsii.Number(123),
	EbpPlacement: jsii.String("ebpPlacement"),
	EcmPid: jsii.String("ecmPid"),
	EsRateInPes: jsii.String("esRateInPes"),
	EtvPlatformPid: jsii.String("etvPlatformPid"),
	EtvSignalPid: jsii.String("etvSignalPid"),
	FragmentTime: jsii.Number(123),
	Klv: jsii.String("klv"),
	KlvDataPids: jsii.String("klvDataPids"),
	NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
	NullPacketBitrate: jsii.Number(123),
	PatInterval: jsii.Number(123),
	PcrControl: jsii.String("pcrControl"),
	PcrPeriod: jsii.Number(123),
	PcrPid: jsii.String("pcrPid"),
	PmtInterval: jsii.Number(123),
	PmtPid: jsii.String("pmtPid"),
	ProgramNum: jsii.Number(123),
	RateMode: jsii.String("rateMode"),
	Scte27Pids: jsii.String("scte27Pids"),
	Scte35Control: jsii.String("scte35Control"),
	Scte35Pid: jsii.String("scte35Pid"),
	Scte35PrerollPullupMilliseconds: jsii.Number(123),
	SegmentationMarkers: jsii.String("segmentationMarkers"),
	SegmentationStyle: jsii.String("segmentationStyle"),
	SegmentationTime: jsii.Number(123),
	TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
	TimedMetadataPid: jsii.String("timedMetadataPid"),
	TransportStreamId: jsii.Number(123),
	VideoPid: jsii.String("videoPid"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html

type CfnChannel_M3u8SettingsProperty

type CfnChannel_M3u8SettingsProperty struct {
	// The number of audio frames to insert for each PES packet.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-audioframesperpes
	//
	AudioFramesPerPes *float64 `field:"optional" json:"audioFramesPerPes" yaml:"audioFramesPerPes"`
	// The PID of the elementary audio streams in the transport stream.
	//
	// Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-audiopids
	//
	AudioPids *string `field:"optional" json:"audioPids" yaml:"audioPids"`
	// This parameter is unused and deprecated.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-ecmpid
	//
	EcmPid *string `field:"optional" json:"ecmPid" yaml:"ecmPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-klvbehavior
	//
	KlvBehavior *string `field:"optional" json:"klvBehavior" yaml:"klvBehavior"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-klvdatapids
	//
	KlvDataPids *string `field:"optional" json:"klvDataPids" yaml:"klvDataPids"`
	// If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-nielsenid3behavior
	//
	NielsenId3Behavior *string `field:"optional" json:"nielsenId3Behavior" yaml:"nielsenId3Behavior"`
	// The number of milliseconds between instances of this table in the output transport stream.
	//
	// A value of \"0\" writes out the PMT once per segment file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-patinterval
	//
	PatInterval *float64 `field:"optional" json:"patInterval" yaml:"patInterval"`
	// When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
	//
	// This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-pcrcontrol
	//
	PcrControl *string `field:"optional" json:"pcrControl" yaml:"pcrControl"`
	// The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-pcrperiod
	//
	PcrPeriod *float64 `field:"optional" json:"pcrPeriod" yaml:"pcrPeriod"`
	// The PID of the Program Clock Reference (PCR) in the transport stream.
	//
	// When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-pcrpid
	//
	PcrPid *string `field:"optional" json:"pcrPid" yaml:"pcrPid"`
	// The number of milliseconds between instances of this table in the output transport stream.
	//
	// A value of \"0\" writes out the PMT once per segment file.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-pmtinterval
	//
	PmtInterval *float64 `field:"optional" json:"pmtInterval" yaml:"pmtInterval"`
	// The PID for the Program Map Table (PMT) in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-pmtpid
	//
	PmtPid *string `field:"optional" json:"pmtPid" yaml:"pmtPid"`
	// The value of the program number field in the Program Map Table (PMT).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-programnum
	//
	ProgramNum *float64 `field:"optional" json:"programNum" yaml:"programNum"`
	// If set to passthrough, passes any SCTE-35 signals from the input source to this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-scte35behavior
	//
	Scte35Behavior *string `field:"optional" json:"scte35Behavior" yaml:"scte35Behavior"`
	// The PID of the SCTE-35 stream in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-scte35pid
	//
	Scte35Pid *string `field:"optional" json:"scte35Pid" yaml:"scte35Pid"`
	// When set to passthrough, timed metadata is passed through from input to output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-timedmetadatabehavior
	//
	TimedMetadataBehavior *string `field:"optional" json:"timedMetadataBehavior" yaml:"timedMetadataBehavior"`
	// The PID of the timed metadata stream in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-timedmetadatapid
	//
	TimedMetadataPid *string `field:"optional" json:"timedMetadataPid" yaml:"timedMetadataPid"`
	// The value of the transport stream ID field in the Program Map Table (PMT).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-transportstreamid
	//
	TransportStreamId *float64 `field:"optional" json:"transportStreamId" yaml:"transportStreamId"`
	// The PID of the elementary video stream in the transport stream.
	//
	// You can enter the value as a decimal or hexadecimal value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html#cfn-medialive-channel-m3u8settings-videopid
	//
	VideoPid *string `field:"optional" json:"videoPid" yaml:"videoPid"`
}

Settings for the M3U8 container.

The parent of this entity is StandardHlsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

m3u8SettingsProperty := &M3u8SettingsProperty{
	AudioFramesPerPes: jsii.Number(123),
	AudioPids: jsii.String("audioPids"),
	EcmPid: jsii.String("ecmPid"),
	KlvBehavior: jsii.String("klvBehavior"),
	KlvDataPids: jsii.String("klvDataPids"),
	NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
	PatInterval: jsii.Number(123),
	PcrControl: jsii.String("pcrControl"),
	PcrPeriod: jsii.Number(123),
	PcrPid: jsii.String("pcrPid"),
	PmtInterval: jsii.Number(123),
	PmtPid: jsii.String("pmtPid"),
	ProgramNum: jsii.Number(123),
	Scte35Behavior: jsii.String("scte35Behavior"),
	Scte35Pid: jsii.String("scte35Pid"),
	TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
	TimedMetadataPid: jsii.String("timedMetadataPid"),
	TransportStreamId: jsii.Number(123),
	VideoPid: jsii.String("videoPid"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m3u8settings.html

type CfnChannel_MaintenanceCreateSettingsProperty added in v2.78.0

type CfnChannel_MaintenanceCreateSettingsProperty struct {
	// Choose one day of the week for maintenance.
	//
	// The chosen day is used for all future maintenance windows.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-maintenancecreatesettings.html#cfn-medialive-channel-maintenancecreatesettings-maintenanceday
	//
	MaintenanceDay *string `field:"optional" json:"maintenanceDay" yaml:"maintenanceDay"`
	// Choose the hour that maintenance will start.
	//
	// The chosen time is used for all future maintenance windows.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-maintenancecreatesettings.html#cfn-medialive-channel-maintenancecreatesettings-maintenancestarttime
	//
	MaintenanceStartTime *string `field:"optional" json:"maintenanceStartTime" yaml:"maintenanceStartTime"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

maintenanceCreateSettingsProperty := &MaintenanceCreateSettingsProperty{
	MaintenanceDay: jsii.String("maintenanceDay"),
	MaintenanceStartTime: jsii.String("maintenanceStartTime"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-maintenancecreatesettings.html

type CfnChannel_MaintenanceUpdateSettingsProperty added in v2.78.0

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

maintenanceUpdateSettingsProperty := &MaintenanceUpdateSettingsProperty{
	MaintenanceDay: jsii.String("maintenanceDay"),
	MaintenanceScheduledDate: jsii.String("maintenanceScheduledDate"),
	MaintenanceStartTime: jsii.String("maintenanceStartTime"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-maintenanceupdatesettings.html

type CfnChannel_MediaPackageGroupSettingsProperty

type CfnChannel_MediaPackageGroupSettingsProperty struct {
	// The MediaPackage channel destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html#cfn-medialive-channel-mediapackagegroupsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
}

The settings for the MediaPackage group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mediaPackageGroupSettingsProperty := &MediaPackageGroupSettingsProperty{
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html

type CfnChannel_MediaPackageOutputDestinationSettingsProperty

type CfnChannel_MediaPackageOutputDestinationSettingsProperty struct {
	// The ID of the channel in MediaPackage that is the destination for this output group.
	//
	// You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelid
	//
	ChannelId *string `field:"optional" json:"channelId" yaml:"channelId"`
}

Destination settings for a MediaPackage output.

The parent of this entity is OutputDestination.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mediaPackageOutputDestinationSettingsProperty := &MediaPackageOutputDestinationSettingsProperty{
	ChannelId: jsii.String("channelId"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html

type CfnChannel_MediaPackageOutputSettingsProperty

type CfnChannel_MediaPackageOutputSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mediaPackageOutputSettingsProperty := &MediaPackageOutputSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html

type CfnChannel_MotionGraphicsConfigurationProperty

type CfnChannel_MotionGraphicsConfigurationProperty struct {
	// Enables or disables the motion graphics overlay feature in the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicsconfiguration.html#cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicsinsertion
	//
	MotionGraphicsInsertion *string `field:"optional" json:"motionGraphicsInsertion" yaml:"motionGraphicsInsertion"`
	// Settings to enable and configure the motion graphics overlay feature in the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicsconfiguration.html#cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicssettings
	//
	MotionGraphicsSettings interface{} `field:"optional" json:"motionGraphicsSettings" yaml:"motionGraphicsSettings"`
}

Settings to enable and configure the motion graphics overlay feature in the channel.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

motionGraphicsConfigurationProperty := &MotionGraphicsConfigurationProperty{
	MotionGraphicsInsertion: jsii.String("motionGraphicsInsertion"),
	MotionGraphicsSettings: &MotionGraphicsSettingsProperty{
		HtmlMotionGraphicsSettings: &HtmlMotionGraphicsSettingsProperty{
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicsconfiguration.html

type CfnChannel_MotionGraphicsSettingsProperty

type CfnChannel_MotionGraphicsSettingsProperty struct {
	// Settings to configure the motion graphics overlay to use an HTML asset.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicssettings.html#cfn-medialive-channel-motiongraphicssettings-htmlmotiongraphicssettings
	//
	HtmlMotionGraphicsSettings interface{} `field:"optional" json:"htmlMotionGraphicsSettings" yaml:"htmlMotionGraphicsSettings"`
}

Settings to enable and configure the motion graphics overlay feature in the channel.

The parent of this entity is MotionGraphicsConfiguration.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

motionGraphicsSettingsProperty := &MotionGraphicsSettingsProperty{
	HtmlMotionGraphicsSettings: &HtmlMotionGraphicsSettingsProperty{
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicssettings.html

type CfnChannel_Mp2SettingsProperty

type CfnChannel_Mp2SettingsProperty struct {
	// The average bitrate in bits/second.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mp2settings.html#cfn-medialive-channel-mp2settings-bitrate
	//
	Bitrate *float64 `field:"optional" json:"bitrate" yaml:"bitrate"`
	// The MPEG2 Audio coding mode.
	//
	// Valid values are codingMode10 (for mono) or codingMode20 (for stereo).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mp2settings.html#cfn-medialive-channel-mp2settings-codingmode
	//
	CodingMode *string `field:"optional" json:"codingMode" yaml:"codingMode"`
	// The sample rate in Hz.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mp2settings.html#cfn-medialive-channel-mp2settings-samplerate
	//
	SampleRate *float64 `field:"optional" json:"sampleRate" yaml:"sampleRate"`
}

The configuration for this MP2 audio.

The parent of this entity is AudioCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mp2SettingsProperty := &Mp2SettingsProperty{
	Bitrate: jsii.Number(123),
	CodingMode: jsii.String("codingMode"),
	SampleRate: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mp2settings.html

type CfnChannel_Mpeg2FilterSettingsProperty

type CfnChannel_Mpeg2FilterSettingsProperty struct {
	// Settings for applying the temporal filter to the video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2filtersettings.html#cfn-medialive-channel-mpeg2filtersettings-temporalfiltersettings
	//
	TemporalFilterSettings interface{} `field:"optional" json:"temporalFilterSettings" yaml:"temporalFilterSettings"`
}

Settings to configure video filters that apply to the MPEG-2 codec.

The parent of this entity is Mpeg2FilterSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mpeg2FilterSettingsProperty := &Mpeg2FilterSettingsProperty{
	TemporalFilterSettings: &TemporalFilterSettingsProperty{
		PostFilterSharpening: jsii.String("postFilterSharpening"),
		Strength: jsii.String("strength"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2filtersettings.html

type CfnChannel_Mpeg2SettingsProperty

type CfnChannel_Mpeg2SettingsProperty struct {
	// Choose Off to disable adaptive quantization.
	//
	// Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-adaptivequantization
	//
	AdaptiveQuantization *string `field:"optional" json:"adaptiveQuantization" yaml:"adaptiveQuantization"`
	// Indicates the AFD values that MediaLive will write into the video encode.
	//
	// If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO.
	// AUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).
	// FIXED: MediaLive will use the value you specify in fixedAFD.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-afdsignaling
	//
	AfdSignaling *string `field:"optional" json:"afdSignaling" yaml:"afdSignaling"`
	// Specifies whether to include the color space metadata.
	//
	// The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-colormetadata
	//
	ColorMetadata *string `field:"optional" json:"colorMetadata" yaml:"colorMetadata"`
	// Choose the type of color space conversion to apply to the output.
	//
	// For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on \"MediaLive Features - Video - color space\" in the MediaLive User Guide.
	// PASSTHROUGH: Keep the color space of the input content - do not convert it.
	// AUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-colorspace
	//
	ColorSpace *string `field:"optional" json:"colorSpace" yaml:"colorSpace"`
	// Sets the pixel aspect ratio for the encode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-displayaspectratio
	//
	DisplayAspectRatio *string `field:"optional" json:"displayAspectRatio" yaml:"displayAspectRatio"`
	// Optionally specify a noise reduction filter, which can improve quality of compressed content.
	//
	// If you do not choose a filter, no filter will be applied.
	// TEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean.
	// When the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise.
	// When the content is reasonably clean, the filter tends to decrease the bitrate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-filtersettings
	//
	FilterSettings interface{} `field:"optional" json:"filterSettings" yaml:"filterSettings"`
	// Complete this field only when afdSignaling is set to FIXED.
	//
	// Enter the AFD value (4 bits) to write on all frames of the video encode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-fixedafd
	//
	FixedAfd *string `field:"optional" json:"fixedAfd" yaml:"fixedAfd"`
	// description": "The framerate denominator.
	//
	// For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-frameratedenominator
	//
	FramerateDenominator *float64 `field:"optional" json:"framerateDenominator" yaml:"framerateDenominator"`
	// The framerate numerator.
	//
	// For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-frameratenumerator
	//
	FramerateNumerator *float64 `field:"optional" json:"framerateNumerator" yaml:"framerateNumerator"`
	// MPEG2: default is open GOP.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-gopclosedcadence
	//
	GopClosedCadence *float64 `field:"optional" json:"gopClosedCadence" yaml:"gopClosedCadence"`
	// Relates to the GOP structure.
	//
	// The number of B-frames between reference frames. If you do not know what a B-frame is, use the default.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-gopnumbframes
	//
	GopNumBFrames *float64 `field:"optional" json:"gopNumBFrames" yaml:"gopNumBFrames"`
	// Relates to the GOP structure.
	//
	// The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default.
	// If gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1.
	// If gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-gopsize
	//
	GopSize *float64 `field:"optional" json:"gopSize" yaml:"gopSize"`
	// Relates to the GOP structure.
	//
	// Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-gopsizeunits
	//
	GopSizeUnits *string `field:"optional" json:"gopSizeUnits" yaml:"gopSizeUnits"`
	// Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-scantype
	//
	ScanType *string `field:"optional" json:"scanType" yaml:"scanType"`
	// Relates to the GOP structure.
	//
	// If you do not know what GOP is, use the default.
	// FIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames.
	// DYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-subgoplength
	//
	SubgopLength *string `field:"optional" json:"subgopLength" yaml:"subgopLength"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-timecodeburninsettings
	//
	TimecodeBurninSettings interface{} `field:"optional" json:"timecodeBurninSettings" yaml:"timecodeBurninSettings"`
	// Determines how MediaLive inserts timecodes in the output video.
	//
	// For detailed information about setting up the input and the output for a timecode, see the section on \"MediaLive Features - Timecode configuration\" in the MediaLive User Guide.
	// DISABLED: do not include timecodes.
	// GOP_TIMECODE: Include timecode metadata in the GOP header.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html#cfn-medialive-channel-mpeg2settings-timecodeinsertion
	//
	TimecodeInsertion *string `field:"optional" json:"timecodeInsertion" yaml:"timecodeInsertion"`
}

The settings for the MPEG-2 codec in the output.

The parent of this entity is VideoCodecSetting.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mpeg2SettingsProperty := &Mpeg2SettingsProperty{
	AdaptiveQuantization: jsii.String("adaptiveQuantization"),
	AfdSignaling: jsii.String("afdSignaling"),
	ColorMetadata: jsii.String("colorMetadata"),
	ColorSpace: jsii.String("colorSpace"),
	DisplayAspectRatio: jsii.String("displayAspectRatio"),
	FilterSettings: &Mpeg2FilterSettingsProperty{
		TemporalFilterSettings: &TemporalFilterSettingsProperty{
			PostFilterSharpening: jsii.String("postFilterSharpening"),
			Strength: jsii.String("strength"),
		},
	},
	FixedAfd: jsii.String("fixedAfd"),
	FramerateDenominator: jsii.Number(123),
	FramerateNumerator: jsii.Number(123),
	GopClosedCadence: jsii.Number(123),
	GopNumBFrames: jsii.Number(123),
	GopSize: jsii.Number(123),
	GopSizeUnits: jsii.String("gopSizeUnits"),
	ScanType: jsii.String("scanType"),
	SubgopLength: jsii.String("subgopLength"),
	TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
		FontSize: jsii.String("fontSize"),
		Position: jsii.String("position"),
		Prefix: jsii.String("prefix"),
	},
	TimecodeInsertion: jsii.String("timecodeInsertion"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mpeg2settings.html

type CfnChannel_MsSmoothGroupSettingsProperty

type CfnChannel_MsSmoothGroupSettingsProperty struct {
	// The value of the Acquisition Point Identity element that is used in each message placed in the sparse track.
	//
	// Enabled only if sparseTrackType is not "none."
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-acquisitionpointid
	//
	AcquisitionPointId *string `field:"optional" json:"acquisitionPointId" yaml:"acquisitionPointId"`
	// If set to passthrough for an audio-only Microsoft Smooth output, the fragment absolute time is set to the current timecode.
	//
	// This option does not write timecodes to the audio elementary stream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-audioonlytimecodecontrol
	//
	AudioOnlyTimecodeControl *string `field:"optional" json:"audioOnlyTimecodeControl" yaml:"audioOnlyTimecodeControl"`
	// If set to verifyAuthenticity, verifies the HTTPS certificate chain to a trusted certificate authority (CA).
	//
	// This causes HTTPS outputs to self-signed certificates to fail.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-certificatemode
	//
	CertificateMode *string `field:"optional" json:"certificateMode" yaml:"certificateMode"`
	// The number of seconds to wait before retrying the connection to the IIS server if the connection is lost.
	//
	// Content is cached during this time, and the cache is delivered to the IIS server after the connection is re-established.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-connectionretryinterval
	//
	ConnectionRetryInterval *float64 `field:"optional" json:"connectionRetryInterval" yaml:"connectionRetryInterval"`
	// The Smooth Streaming publish point on an IIS server.
	//
	// MediaLive acts as a "Push" encoder to IIS.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// The Microsoft Smooth channel ID that is sent to the IIS server.
	//
	// Specify the ID only if eventIdMode is set to useConfigured.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-eventid
	//
	EventId *string `field:"optional" json:"eventId" yaml:"eventId"`
	// Specifies whether to send a channel ID to the IIS server.
	//
	// If no channel ID is sent and the same channel is used without changing the publishing point, clients might see cached video from the previous run. Options: - "useConfigured" - use the value provided in eventId - "useTimestamp" - generate and send a channel ID based on the current timestamp - "noEventId" - do not send a channel ID to the IIS server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-eventidmode
	//
	EventIdMode *string `field:"optional" json:"eventIdMode" yaml:"eventIdMode"`
	// When set to sendEos, sends an EOS signal to an IIS server when stopping the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-eventstopbehavior
	//
	EventStopBehavior *string `field:"optional" json:"eventStopBehavior" yaml:"eventStopBehavior"`
	// The size, in seconds, of the file cache for streaming outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-filecacheduration
	//
	FilecacheDuration *float64 `field:"optional" json:"filecacheDuration" yaml:"filecacheDuration"`
	// The length, in seconds, of mp4 fragments to generate.
	//
	// The fragment length must be compatible with GOP size and frame rate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-fragmentlength
	//
	FragmentLength *float64 `field:"optional" json:"fragmentLength" yaml:"fragmentLength"`
	// A parameter that controls output group behavior on an input loss.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-inputlossaction
	//
	InputLossAction *string `field:"optional" json:"inputLossAction" yaml:"inputLossAction"`
	// The number of retry attempts.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-numretries
	//
	NumRetries *float64 `field:"optional" json:"numRetries" yaml:"numRetries"`
	// The number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-restartdelay
	//
	RestartDelay *float64 `field:"optional" json:"restartDelay" yaml:"restartDelay"`
	// useInputSegmentation has been deprecated.
	//
	// The configured segment size is always used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-segmentationmode
	//
	SegmentationMode *string `field:"optional" json:"segmentationMode" yaml:"segmentationMode"`
	// The number of milliseconds to delay the output from the second pipeline.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-senddelayms
	//
	SendDelayMs *float64 `field:"optional" json:"sendDelayMs" yaml:"sendDelayMs"`
	// If set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-sparsetracktype
	//
	SparseTrackType *string `field:"optional" json:"sparseTrackType" yaml:"sparseTrackType"`
	// When set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-streammanifestbehavior
	//
	StreamManifestBehavior *string `field:"optional" json:"streamManifestBehavior" yaml:"streamManifestBehavior"`
	// The timestamp offset for the channel.
	//
	// Used only if timestampOffsetMode is set to useConfiguredOffset.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-timestampoffset
	//
	TimestampOffset *string `field:"optional" json:"timestampOffset" yaml:"timestampOffset"`
	// The type of timestamp date offset to use.
	//
	// - useEventStartDate: Use the date the channel was started as the offset - useConfiguredOffset: Use an explicitly configured date as the offset.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html#cfn-medialive-channel-mssmoothgroupsettings-timestampoffsetmode
	//
	TimestampOffsetMode *string `field:"optional" json:"timestampOffsetMode" yaml:"timestampOffsetMode"`
}

The settings for a Microsoft Smooth output group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

msSmoothGroupSettingsProperty := &MsSmoothGroupSettingsProperty{
	AcquisitionPointId: jsii.String("acquisitionPointId"),
	AudioOnlyTimecodeControl: jsii.String("audioOnlyTimecodeControl"),
	CertificateMode: jsii.String("certificateMode"),
	ConnectionRetryInterval: jsii.Number(123),
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	EventId: jsii.String("eventId"),
	EventIdMode: jsii.String("eventIdMode"),
	EventStopBehavior: jsii.String("eventStopBehavior"),
	FilecacheDuration: jsii.Number(123),
	FragmentLength: jsii.Number(123),
	InputLossAction: jsii.String("inputLossAction"),
	NumRetries: jsii.Number(123),
	RestartDelay: jsii.Number(123),
	SegmentationMode: jsii.String("segmentationMode"),
	SendDelayMs: jsii.Number(123),
	SparseTrackType: jsii.String("sparseTrackType"),
	StreamManifestBehavior: jsii.String("streamManifestBehavior"),
	TimestampOffset: jsii.String("timestampOffset"),
	TimestampOffsetMode: jsii.String("timestampOffsetMode"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothgroupsettings.html

type CfnChannel_MsSmoothOutputSettingsProperty

type CfnChannel_MsSmoothOutputSettingsProperty struct {
	// Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothoutputsettings.html#cfn-medialive-channel-mssmoothoutputsettings-h265packagingtype
	//
	H265PackagingType *string `field:"optional" json:"h265PackagingType" yaml:"h265PackagingType"`
	// A string that is concatenated to the end of the destination file name.
	//
	// This is required for multiple outputs of the same type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothoutputsettings.html#cfn-medialive-channel-mssmoothoutputsettings-namemodifier
	//
	NameModifier *string `field:"optional" json:"nameModifier" yaml:"nameModifier"`
}

Configuration of a Microsoft Smooth output.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

msSmoothOutputSettingsProperty := &MsSmoothOutputSettingsProperty{
	H265PackagingType: jsii.String("h265PackagingType"),
	NameModifier: jsii.String("nameModifier"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mssmoothoutputsettings.html

type CfnChannel_MultiplexGroupSettingsProperty

type CfnChannel_MultiplexGroupSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexGroupSettingsProperty := &MultiplexGroupSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexgroupsettings.html

type CfnChannel_MultiplexOutputSettingsProperty

type CfnChannel_MultiplexOutputSettingsProperty struct {
	// Destination is a Multiplex.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexoutputsettings.html#cfn-medialive-channel-multiplexoutputsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
}

Configuration of a Multiplex output.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexOutputSettingsProperty := &MultiplexOutputSettingsProperty{
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexoutputsettings.html

type CfnChannel_MultiplexProgramChannelDestinationSettingsProperty

type CfnChannel_MultiplexProgramChannelDestinationSettingsProperty struct {
	// The ID of the Multiplex that the encoder is providing output to.
	//
	// You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances.
	// The Multiplex must be in the same region as the Channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexprogramchanneldestinationsettings.html#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-multiplexid
	//
	MultiplexId *string `field:"optional" json:"multiplexId" yaml:"multiplexId"`
	// The program name of the Multiplex program that the encoder is providing output to.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexprogramchanneldestinationsettings.html#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-programname
	//
	ProgramName *string `field:"optional" json:"programName" yaml:"programName"`
}

Destination settings for a Multiplex output.

The parent of this entity is OutputDestination.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexProgramChannelDestinationSettingsProperty := &MultiplexProgramChannelDestinationSettingsProperty{
	MultiplexId: jsii.String("multiplexId"),
	ProgramName: jsii.String("programName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexprogramchanneldestinationsettings.html

type CfnChannel_NetworkInputSettingsProperty

type CfnChannel_NetworkInputSettingsProperty struct {
	// Information about how to connect to the upstream system.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-networkinputsettings.html#cfn-medialive-channel-networkinputsettings-hlsinputsettings
	//
	HlsInputSettings interface{} `field:"optional" json:"hlsInputSettings" yaml:"hlsInputSettings"`
	// Checks HTTPS server certificates.
	//
	// When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-networkinputsettings.html#cfn-medialive-channel-networkinputsettings-servervalidation
	//
	ServerValidation *string `field:"optional" json:"serverValidation" yaml:"serverValidation"`
}

Information about how to connect to the upstream system.

The parent of this entity is InputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

networkInputSettingsProperty := &NetworkInputSettingsProperty{
	HlsInputSettings: &HlsInputSettingsProperty{
		Bandwidth: jsii.Number(123),
		BufferSegments: jsii.Number(123),
		Retries: jsii.Number(123),
		RetryInterval: jsii.Number(123),
		Scte35Source: jsii.String("scte35Source"),
	},
	ServerValidation: jsii.String("serverValidation"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-networkinputsettings.html

type CfnChannel_NielsenCBETProperty added in v2.2.0

type CfnChannel_NielsenCBETProperty struct {
	// Enter the CBET check digits to use in the watermark.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html#cfn-medialive-channel-nielsencbet-cbetcheckdigitstring
	//
	CbetCheckDigitString *string `field:"optional" json:"cbetCheckDigitString" yaml:"cbetCheckDigitString"`
	// Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html#cfn-medialive-channel-nielsencbet-cbetstepaside
	//
	CbetStepaside *string `field:"optional" json:"cbetStepaside" yaml:"cbetStepaside"`
	// Enter the CBET Source ID (CSID) to use in the watermark.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html#cfn-medialive-channel-nielsencbet-csid
	//
	Csid *string `field:"optional" json:"csid" yaml:"csid"`
}

Complete these fields only if you want to insert watermarks of type Nielsen CBET.

The parent of this entity is NielsenWatermarksSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

nielsenCBETProperty := &NielsenCBETProperty{
	CbetCheckDigitString: jsii.String("cbetCheckDigitString"),
	CbetStepaside: jsii.String("cbetStepaside"),
	Csid: jsii.String("csid"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html

type CfnChannel_NielsenConfigurationProperty

type CfnChannel_NielsenConfigurationProperty struct {
	// Enter the Distributor ID assigned to your organization by Nielsen.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenconfiguration.html#cfn-medialive-channel-nielsenconfiguration-distributorid
	//
	DistributorId *string `field:"optional" json:"distributorId" yaml:"distributorId"`
	// Enables Nielsen PCM to ID3 tagging.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenconfiguration.html#cfn-medialive-channel-nielsenconfiguration-nielsenpcmtoid3tagging
	//
	NielsenPcmToId3Tagging *string `field:"optional" json:"nielsenPcmToId3Tagging" yaml:"nielsenPcmToId3Tagging"`
}

The settings to configure Nielsen watermarks.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

nielsenConfigurationProperty := &NielsenConfigurationProperty{
	DistributorId: jsii.String("distributorId"),
	NielsenPcmToId3Tagging: jsii.String("nielsenPcmToId3Tagging"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenconfiguration.html

type CfnChannel_NielsenNaesIiNwProperty added in v2.2.0

type CfnChannel_NielsenNaesIiNwProperty struct {
	// Enter the check digit string for the watermark.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html#cfn-medialive-channel-nielsennaesiinw-checkdigitstring
	//
	CheckDigitString *string `field:"optional" json:"checkDigitString" yaml:"checkDigitString"`
	// Enter the Nielsen Source ID (SID) to include in the watermark.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html#cfn-medialive-channel-nielsennaesiinw-sid
	//
	Sid *float64 `field:"optional" json:"sid" yaml:"sid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html#cfn-medialive-channel-nielsennaesiinw-timezone
	//
	Timezone *string `field:"optional" json:"timezone" yaml:"timezone"`
}

Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).

The parent of this entity is NielsenWatermarksSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

nielsenNaesIiNwProperty := &NielsenNaesIiNwProperty{
	CheckDigitString: jsii.String("checkDigitString"),
	Sid: jsii.Number(123),
	Timezone: jsii.String("timezone"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html

type CfnChannel_NielsenWatermarksSettingsProperty added in v2.2.0

type CfnChannel_NielsenWatermarksSettingsProperty struct {
	// Complete these fields only if you want to insert watermarks of type Nielsen CBET.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenwatermarkssettings.html#cfn-medialive-channel-nielsenwatermarkssettings-nielsencbetsettings
	//
	NielsenCbetSettings interface{} `field:"optional" json:"nielsenCbetSettings" yaml:"nielsenCbetSettings"`
	// Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenwatermarkssettings.html#cfn-medialive-channel-nielsenwatermarkssettings-nielsendistributiontype
	//
	NielsenDistributionType *string `field:"optional" json:"nielsenDistributionType" yaml:"nielsenDistributionType"`
	// Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenwatermarkssettings.html#cfn-medialive-channel-nielsenwatermarkssettings-nielsennaesiinwsettings
	//
	NielsenNaesIiNwSettings interface{} `field:"optional" json:"nielsenNaesIiNwSettings" yaml:"nielsenNaesIiNwSettings"`
}

Settings to configure Nielsen Watermarks in the audio encode.

The parent of this entity is AudioWatermarkSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

nielsenWatermarksSettingsProperty := &NielsenWatermarksSettingsProperty{
	NielsenCbetSettings: &NielsenCBETProperty{
		CbetCheckDigitString: jsii.String("cbetCheckDigitString"),
		CbetStepaside: jsii.String("cbetStepaside"),
		Csid: jsii.String("csid"),
	},
	NielsenDistributionType: jsii.String("nielsenDistributionType"),
	NielsenNaesIiNwSettings: &NielsenNaesIiNwProperty{
		CheckDigitString: jsii.String("checkDigitString"),
		Sid: jsii.Number(123),
		Timezone: jsii.String("timezone"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsenwatermarkssettings.html

type CfnChannel_OutputDestinationProperty

type CfnChannel_OutputDestinationProperty struct {
	// The ID for this destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-id
	//
	Id *string `field:"optional" json:"id" yaml:"id"`
	// The destination settings for a MediaPackage output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-mediapackagesettings
	//
	MediaPackageSettings interface{} `field:"optional" json:"mediaPackageSettings" yaml:"mediaPackageSettings"`
	// Destination settings for a Multiplex output;
	//
	// one destination for both encoders.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-multiplexsettings
	//
	MultiplexSettings interface{} `field:"optional" json:"multiplexSettings" yaml:"multiplexSettings"`
	// The destination settings for an output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-settings
	//
	Settings interface{} `field:"optional" json:"settings" yaml:"settings"`
}

Configuration information for an output.

This entity is at the top level in the channel.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputDestinationProperty := &OutputDestinationProperty{
	Id: jsii.String("id"),
	MediaPackageSettings: []interface{}{
		&MediaPackageOutputDestinationSettingsProperty{
			ChannelId: jsii.String("channelId"),
		},
	},
	MultiplexSettings: &MultiplexProgramChannelDestinationSettingsProperty{
		MultiplexId: jsii.String("multiplexId"),
		ProgramName: jsii.String("programName"),
	},
	Settings: []interface{}{
		&OutputDestinationSettingsProperty{
			PasswordParam: jsii.String("passwordParam"),
			StreamName: jsii.String("streamName"),
			Url: jsii.String("url"),
			Username: jsii.String("username"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html

type CfnChannel_OutputDestinationSettingsProperty

type CfnChannel_OutputDestinationSettingsProperty struct {
	// The password parameter that holds the password for accessing the downstream system.
	//
	// This password parameter applies only if the downstream system requires credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-passwordparam
	//
	PasswordParam *string `field:"optional" json:"passwordParam" yaml:"passwordParam"`
	// The stream name for the content.
	//
	// This applies only to RTMP outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-streamname
	//
	StreamName *string `field:"optional" json:"streamName" yaml:"streamName"`
	// The URL for the destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-url
	//
	Url *string `field:"optional" json:"url" yaml:"url"`
	// The user name to connect to the downstream system.
	//
	// This applies only if the downstream system requires credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-username
	//
	Username *string `field:"optional" json:"username" yaml:"username"`
}

The configuration information for this output.

The parent of this entity is OutputDestination.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputDestinationSettingsProperty := &OutputDestinationSettingsProperty{
	PasswordParam: jsii.String("passwordParam"),
	StreamName: jsii.String("streamName"),
	Url: jsii.String("url"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html

type CfnChannel_OutputGroupProperty

type CfnChannel_OutputGroupProperty struct {
	// A custom output group name that you can optionally define.
	//
	// Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroup.html#cfn-medialive-channel-outputgroup-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// The settings associated with the output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroup.html#cfn-medialive-channel-outputgroup-outputgroupsettings
	//
	OutputGroupSettings interface{} `field:"optional" json:"outputGroupSettings" yaml:"outputGroupSettings"`
	// The settings for the outputs in the output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroup.html#cfn-medialive-channel-outputgroup-outputs
	//
	Outputs interface{} `field:"optional" json:"outputs" yaml:"outputs"`
}

The settings for one output group.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputGroupProperty := &OutputGroupProperty{
	Name: jsii.String("name"),
	OutputGroupSettings: &OutputGroupSettingsProperty{
		ArchiveGroupSettings: &ArchiveGroupSettingsProperty{
			ArchiveCdnSettings: &ArchiveCdnSettingsProperty{
				ArchiveS3Settings: &ArchiveS3SettingsProperty{
					CannedAcl: jsii.String("cannedAcl"),
				},
			},
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			RolloverInterval: jsii.Number(123),
		},
		CmafIngestGroupSettings: &CmafIngestGroupSettingsProperty{
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
			Scte35Type: jsii.String("scte35Type"),
			SegmentLength: jsii.Number(123),
			SegmentLengthUnits: jsii.String("segmentLengthUnits"),
			SendDelayMs: jsii.Number(123),
		},
		FrameCaptureGroupSettings: &FrameCaptureGroupSettingsProperty{
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			FrameCaptureCdnSettings: &FrameCaptureCdnSettingsProperty{
				FrameCaptureS3Settings: &FrameCaptureS3SettingsProperty{
					CannedAcl: jsii.String("cannedAcl"),
				},
			},
		},
		HlsGroupSettings: &HlsGroupSettingsProperty{
			AdMarkers: []*string{
				jsii.String("adMarkers"),
			},
			BaseUrlContent: jsii.String("baseUrlContent"),
			BaseUrlContent1: jsii.String("baseUrlContent1"),
			BaseUrlManifest: jsii.String("baseUrlManifest"),
			BaseUrlManifest1: jsii.String("baseUrlManifest1"),
			CaptionLanguageMappings: []interface{}{
				&CaptionLanguageMappingProperty{
					CaptionChannel: jsii.Number(123),
					LanguageCode: jsii.String("languageCode"),
					LanguageDescription: jsii.String("languageDescription"),
				},
			},
			CaptionLanguageSetting: jsii.String("captionLanguageSetting"),
			ClientCache: jsii.String("clientCache"),
			CodecSpecification: jsii.String("codecSpecification"),
			ConstantIv: jsii.String("constantIv"),
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			DirectoryStructure: jsii.String("directoryStructure"),
			DiscontinuityTags: jsii.String("discontinuityTags"),
			EncryptionType: jsii.String("encryptionType"),
			HlsCdnSettings: &HlsCdnSettingsProperty{
				HlsAkamaiSettings: &HlsAkamaiSettingsProperty{
					ConnectionRetryInterval: jsii.Number(123),
					FilecacheDuration: jsii.Number(123),
					HttpTransferMode: jsii.String("httpTransferMode"),
					NumRetries: jsii.Number(123),
					RestartDelay: jsii.Number(123),
					Salt: jsii.String("salt"),
					Token: jsii.String("token"),
				},
				HlsBasicPutSettings: &HlsBasicPutSettingsProperty{
					ConnectionRetryInterval: jsii.Number(123),
					FilecacheDuration: jsii.Number(123),
					NumRetries: jsii.Number(123),
					RestartDelay: jsii.Number(123),
				},
				HlsMediaStoreSettings: &HlsMediaStoreSettingsProperty{
					ConnectionRetryInterval: jsii.Number(123),
					FilecacheDuration: jsii.Number(123),
					MediaStoreStorageClass: jsii.String("mediaStoreStorageClass"),
					NumRetries: jsii.Number(123),
					RestartDelay: jsii.Number(123),
				},
				HlsS3Settings: &HlsS3SettingsProperty{
					CannedAcl: jsii.String("cannedAcl"),
				},
				HlsWebdavSettings: &HlsWebdavSettingsProperty{
					ConnectionRetryInterval: jsii.Number(123),
					FilecacheDuration: jsii.Number(123),
					HttpTransferMode: jsii.String("httpTransferMode"),
					NumRetries: jsii.Number(123),
					RestartDelay: jsii.Number(123),
				},
			},
			HlsId3SegmentTagging: jsii.String("hlsId3SegmentTagging"),
			IFrameOnlyPlaylists: jsii.String("iFrameOnlyPlaylists"),
			IncompleteSegmentBehavior: jsii.String("incompleteSegmentBehavior"),
			IndexNSegments: jsii.Number(123),
			InputLossAction: jsii.String("inputLossAction"),
			IvInManifest: jsii.String("ivInManifest"),
			IvSource: jsii.String("ivSource"),
			KeepSegments: jsii.Number(123),
			KeyFormat: jsii.String("keyFormat"),
			KeyFormatVersions: jsii.String("keyFormatVersions"),
			KeyProviderSettings: &KeyProviderSettingsProperty{
				StaticKeySettings: &StaticKeySettingsProperty{
					KeyProviderServer: &InputLocationProperty{
						PasswordParam: jsii.String("passwordParam"),
						Uri: jsii.String("uri"),
						Username: jsii.String("username"),
					},
					StaticKeyValue: jsii.String("staticKeyValue"),
				},
			},
			ManifestCompression: jsii.String("manifestCompression"),
			ManifestDurationFormat: jsii.String("manifestDurationFormat"),
			MinSegmentLength: jsii.Number(123),
			Mode: jsii.String("mode"),
			OutputSelection: jsii.String("outputSelection"),
			ProgramDateTime: jsii.String("programDateTime"),
			ProgramDateTimeClock: jsii.String("programDateTimeClock"),
			ProgramDateTimePeriod: jsii.Number(123),
			RedundantManifest: jsii.String("redundantManifest"),
			SegmentationMode: jsii.String("segmentationMode"),
			SegmentLength: jsii.Number(123),
			SegmentsPerSubdirectory: jsii.Number(123),
			StreamInfResolution: jsii.String("streamInfResolution"),
			TimedMetadataId3Frame: jsii.String("timedMetadataId3Frame"),
			TimedMetadataId3Period: jsii.Number(123),
			TimestampDeltaMilliseconds: jsii.Number(123),
			TsFileMode: jsii.String("tsFileMode"),
		},
		MediaPackageGroupSettings: &MediaPackageGroupSettingsProperty{
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
		},
		MsSmoothGroupSettings: &MsSmoothGroupSettingsProperty{
			AcquisitionPointId: jsii.String("acquisitionPointId"),
			AudioOnlyTimecodeControl: jsii.String("audioOnlyTimecodeControl"),
			CertificateMode: jsii.String("certificateMode"),
			ConnectionRetryInterval: jsii.Number(123),
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			EventId: jsii.String("eventId"),
			EventIdMode: jsii.String("eventIdMode"),
			EventStopBehavior: jsii.String("eventStopBehavior"),
			FilecacheDuration: jsii.Number(123),
			FragmentLength: jsii.Number(123),
			InputLossAction: jsii.String("inputLossAction"),
			NumRetries: jsii.Number(123),
			RestartDelay: jsii.Number(123),
			SegmentationMode: jsii.String("segmentationMode"),
			SendDelayMs: jsii.Number(123),
			SparseTrackType: jsii.String("sparseTrackType"),
			StreamManifestBehavior: jsii.String("streamManifestBehavior"),
			TimestampOffset: jsii.String("timestampOffset"),
			TimestampOffsetMode: jsii.String("timestampOffsetMode"),
		},
		MultiplexGroupSettings: &MultiplexGroupSettingsProperty{
		},
		RtmpGroupSettings: &RtmpGroupSettingsProperty{
			AdMarkers: []*string{
				jsii.String("adMarkers"),
			},
			AuthenticationScheme: jsii.String("authenticationScheme"),
			CacheFullBehavior: jsii.String("cacheFullBehavior"),
			CacheLength: jsii.Number(123),
			CaptionData: jsii.String("captionData"),
			IncludeFillerNalUnits: jsii.String("includeFillerNalUnits"),
			InputLossAction: jsii.String("inputLossAction"),
			RestartDelay: jsii.Number(123),
		},
		UdpGroupSettings: &UdpGroupSettingsProperty{
			InputLossAction: jsii.String("inputLossAction"),
			TimedMetadataId3Frame: jsii.String("timedMetadataId3Frame"),
			TimedMetadataId3Period: jsii.Number(123),
		},
	},
	Outputs: []interface{}{
		&OutputProperty{
			AudioDescriptionNames: []*string{
				jsii.String("audioDescriptionNames"),
			},
			CaptionDescriptionNames: []*string{
				jsii.String("captionDescriptionNames"),
			},
			OutputName: jsii.String("outputName"),
			OutputSettings: &OutputSettingsProperty{
				ArchiveOutputSettings: &ArchiveOutputSettingsProperty{
					ContainerSettings: &ArchiveContainerSettingsProperty{
						M2TsSettings: &M2tsSettingsProperty{
							AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
							Arib: jsii.String("arib"),
							AribCaptionsPid: jsii.String("aribCaptionsPid"),
							AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
							AudioBufferModel: jsii.String("audioBufferModel"),
							AudioFramesPerPes: jsii.Number(123),
							AudioPids: jsii.String("audioPids"),
							AudioStreamType: jsii.String("audioStreamType"),
							Bitrate: jsii.Number(123),
							BufferModel: jsii.String("bufferModel"),
							CcDescriptor: jsii.String("ccDescriptor"),
							DvbNitSettings: &DvbNitSettingsProperty{
								NetworkId: jsii.Number(123),
								NetworkName: jsii.String("networkName"),
								RepInterval: jsii.Number(123),
							},
							DvbSdtSettings: &DvbSdtSettingsProperty{
								OutputSdt: jsii.String("outputSdt"),
								RepInterval: jsii.Number(123),
								ServiceName: jsii.String("serviceName"),
								ServiceProviderName: jsii.String("serviceProviderName"),
							},
							DvbSubPids: jsii.String("dvbSubPids"),
							DvbTdtSettings: &DvbTdtSettingsProperty{
								RepInterval: jsii.Number(123),
							},
							DvbTeletextPid: jsii.String("dvbTeletextPid"),
							Ebif: jsii.String("ebif"),
							EbpAudioInterval: jsii.String("ebpAudioInterval"),
							EbpLookaheadMs: jsii.Number(123),
							EbpPlacement: jsii.String("ebpPlacement"),
							EcmPid: jsii.String("ecmPid"),
							EsRateInPes: jsii.String("esRateInPes"),
							EtvPlatformPid: jsii.String("etvPlatformPid"),
							EtvSignalPid: jsii.String("etvSignalPid"),
							FragmentTime: jsii.Number(123),
							Klv: jsii.String("klv"),
							KlvDataPids: jsii.String("klvDataPids"),
							NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
							NullPacketBitrate: jsii.Number(123),
							PatInterval: jsii.Number(123),
							PcrControl: jsii.String("pcrControl"),
							PcrPeriod: jsii.Number(123),
							PcrPid: jsii.String("pcrPid"),
							PmtInterval: jsii.Number(123),
							PmtPid: jsii.String("pmtPid"),
							ProgramNum: jsii.Number(123),
							RateMode: jsii.String("rateMode"),
							Scte27Pids: jsii.String("scte27Pids"),
							Scte35Control: jsii.String("scte35Control"),
							Scte35Pid: jsii.String("scte35Pid"),
							Scte35PrerollPullupMilliseconds: jsii.Number(123),
							SegmentationMarkers: jsii.String("segmentationMarkers"),
							SegmentationStyle: jsii.String("segmentationStyle"),
							SegmentationTime: jsii.Number(123),
							TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
							TimedMetadataPid: jsii.String("timedMetadataPid"),
							TransportStreamId: jsii.Number(123),
							VideoPid: jsii.String("videoPid"),
						},
						RawSettings: &RawSettingsProperty{
						},
					},
					Extension: jsii.String("extension"),
					NameModifier: jsii.String("nameModifier"),
				},
				CmafIngestOutputSettings: &CmafIngestOutputSettingsProperty{
					NameModifier: jsii.String("nameModifier"),
				},
				FrameCaptureOutputSettings: &FrameCaptureOutputSettingsProperty{
					NameModifier: jsii.String("nameModifier"),
				},
				HlsOutputSettings: &HlsOutputSettingsProperty{
					H265PackagingType: jsii.String("h265PackagingType"),
					HlsSettings: &HlsSettingsProperty{
						AudioOnlyHlsSettings: &AudioOnlyHlsSettingsProperty{
							AudioGroupId: jsii.String("audioGroupId"),
							AudioOnlyImage: &InputLocationProperty{
								PasswordParam: jsii.String("passwordParam"),
								Uri: jsii.String("uri"),
								Username: jsii.String("username"),
							},
							AudioTrackType: jsii.String("audioTrackType"),
							SegmentType: jsii.String("segmentType"),
						},
						Fmp4HlsSettings: &Fmp4HlsSettingsProperty{
							AudioRenditionSets: jsii.String("audioRenditionSets"),
							NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
							TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
						},
						FrameCaptureHlsSettings: &FrameCaptureHlsSettingsProperty{
						},
						StandardHlsSettings: &StandardHlsSettingsProperty{
							AudioRenditionSets: jsii.String("audioRenditionSets"),
							M3U8Settings: &M3u8SettingsProperty{
								AudioFramesPerPes: jsii.Number(123),
								AudioPids: jsii.String("audioPids"),
								EcmPid: jsii.String("ecmPid"),
								KlvBehavior: jsii.String("klvBehavior"),
								KlvDataPids: jsii.String("klvDataPids"),
								NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
								PatInterval: jsii.Number(123),
								PcrControl: jsii.String("pcrControl"),
								PcrPeriod: jsii.Number(123),
								PcrPid: jsii.String("pcrPid"),
								PmtInterval: jsii.Number(123),
								PmtPid: jsii.String("pmtPid"),
								ProgramNum: jsii.Number(123),
								Scte35Behavior: jsii.String("scte35Behavior"),
								Scte35Pid: jsii.String("scte35Pid"),
								TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
								TimedMetadataPid: jsii.String("timedMetadataPid"),
								TransportStreamId: jsii.Number(123),
								VideoPid: jsii.String("videoPid"),
							},
						},
					},
					NameModifier: jsii.String("nameModifier"),
					SegmentModifier: jsii.String("segmentModifier"),
				},
				MediaPackageOutputSettings: &MediaPackageOutputSettingsProperty{
				},
				MsSmoothOutputSettings: &MsSmoothOutputSettingsProperty{
					H265PackagingType: jsii.String("h265PackagingType"),
					NameModifier: jsii.String("nameModifier"),
				},
				MultiplexOutputSettings: &MultiplexOutputSettingsProperty{
					Destination: &OutputLocationRefProperty{
						DestinationRefId: jsii.String("destinationRefId"),
					},
				},
				RtmpOutputSettings: &RtmpOutputSettingsProperty{
					CertificateMode: jsii.String("certificateMode"),
					ConnectionRetryInterval: jsii.Number(123),
					Destination: &OutputLocationRefProperty{
						DestinationRefId: jsii.String("destinationRefId"),
					},
					NumRetries: jsii.Number(123),
				},
				UdpOutputSettings: &UdpOutputSettingsProperty{
					BufferMsec: jsii.Number(123),
					ContainerSettings: &UdpContainerSettingsProperty{
						M2TsSettings: &M2tsSettingsProperty{
							AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
							Arib: jsii.String("arib"),
							AribCaptionsPid: jsii.String("aribCaptionsPid"),
							AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
							AudioBufferModel: jsii.String("audioBufferModel"),
							AudioFramesPerPes: jsii.Number(123),
							AudioPids: jsii.String("audioPids"),
							AudioStreamType: jsii.String("audioStreamType"),
							Bitrate: jsii.Number(123),
							BufferModel: jsii.String("bufferModel"),
							CcDescriptor: jsii.String("ccDescriptor"),
							DvbNitSettings: &DvbNitSettingsProperty{
								NetworkId: jsii.Number(123),
								NetworkName: jsii.String("networkName"),
								RepInterval: jsii.Number(123),
							},
							DvbSdtSettings: &DvbSdtSettingsProperty{
								OutputSdt: jsii.String("outputSdt"),
								RepInterval: jsii.Number(123),
								ServiceName: jsii.String("serviceName"),
								ServiceProviderName: jsii.String("serviceProviderName"),
							},
							DvbSubPids: jsii.String("dvbSubPids"),
							DvbTdtSettings: &DvbTdtSettingsProperty{
								RepInterval: jsii.Number(123),
							},
							DvbTeletextPid: jsii.String("dvbTeletextPid"),
							Ebif: jsii.String("ebif"),
							EbpAudioInterval: jsii.String("ebpAudioInterval"),
							EbpLookaheadMs: jsii.Number(123),
							EbpPlacement: jsii.String("ebpPlacement"),
							EcmPid: jsii.String("ecmPid"),
							EsRateInPes: jsii.String("esRateInPes"),
							EtvPlatformPid: jsii.String("etvPlatformPid"),
							EtvSignalPid: jsii.String("etvSignalPid"),
							FragmentTime: jsii.Number(123),
							Klv: jsii.String("klv"),
							KlvDataPids: jsii.String("klvDataPids"),
							NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
							NullPacketBitrate: jsii.Number(123),
							PatInterval: jsii.Number(123),
							PcrControl: jsii.String("pcrControl"),
							PcrPeriod: jsii.Number(123),
							PcrPid: jsii.String("pcrPid"),
							PmtInterval: jsii.Number(123),
							PmtPid: jsii.String("pmtPid"),
							ProgramNum: jsii.Number(123),
							RateMode: jsii.String("rateMode"),
							Scte27Pids: jsii.String("scte27Pids"),
							Scte35Control: jsii.String("scte35Control"),
							Scte35Pid: jsii.String("scte35Pid"),
							Scte35PrerollPullupMilliseconds: jsii.Number(123),
							SegmentationMarkers: jsii.String("segmentationMarkers"),
							SegmentationStyle: jsii.String("segmentationStyle"),
							SegmentationTime: jsii.Number(123),
							TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
							TimedMetadataPid: jsii.String("timedMetadataPid"),
							TransportStreamId: jsii.Number(123),
							VideoPid: jsii.String("videoPid"),
						},
					},
					Destination: &OutputLocationRefProperty{
						DestinationRefId: jsii.String("destinationRefId"),
					},
					FecOutputSettings: &FecOutputSettingsProperty{
						ColumnDepth: jsii.Number(123),
						IncludeFec: jsii.String("includeFec"),
						RowLength: jsii.Number(123),
					},
				},
			},
			VideoDescriptionName: jsii.String("videoDescriptionName"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroup.html

type CfnChannel_OutputGroupSettingsProperty

type CfnChannel_OutputGroupSettingsProperty struct {
	// The configuration of an archive output group.
	//
	// The parent of this entity is OutputGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-archivegroupsettings
	//
	ArchiveGroupSettings interface{} `field:"optional" json:"archiveGroupSettings" yaml:"archiveGroupSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-cmafingestgroupsettings
	//
	CmafIngestGroupSettings interface{} `field:"optional" json:"cmafIngestGroupSettings" yaml:"cmafIngestGroupSettings"`
	// The configuration of a frame capture output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-framecapturegroupsettings
	//
	FrameCaptureGroupSettings interface{} `field:"optional" json:"frameCaptureGroupSettings" yaml:"frameCaptureGroupSettings"`
	// The configuration of an HLS output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-hlsgroupsettings
	//
	HlsGroupSettings interface{} `field:"optional" json:"hlsGroupSettings" yaml:"hlsGroupSettings"`
	// The configuration of a MediaPackage output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-mediapackagegroupsettings
	//
	MediaPackageGroupSettings interface{} `field:"optional" json:"mediaPackageGroupSettings" yaml:"mediaPackageGroupSettings"`
	// The configuration of a Microsoft Smooth output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-mssmoothgroupsettings
	//
	MsSmoothGroupSettings interface{} `field:"optional" json:"msSmoothGroupSettings" yaml:"msSmoothGroupSettings"`
	// The settings for a Multiplex output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-multiplexgroupsettings
	//
	MultiplexGroupSettings interface{} `field:"optional" json:"multiplexGroupSettings" yaml:"multiplexGroupSettings"`
	// The configuration of an RTMP output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-rtmpgroupsettings
	//
	RtmpGroupSettings interface{} `field:"optional" json:"rtmpGroupSettings" yaml:"rtmpGroupSettings"`
	// The configuration of a UDP output group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-udpgroupsettings
	//
	UdpGroupSettings interface{} `field:"optional" json:"udpGroupSettings" yaml:"udpGroupSettings"`
}

The configuration of the output group.

The parent of this entity is OutputGroup.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputGroupSettingsProperty := &OutputGroupSettingsProperty{
	ArchiveGroupSettings: &ArchiveGroupSettingsProperty{
		ArchiveCdnSettings: &ArchiveCdnSettingsProperty{
			ArchiveS3Settings: &ArchiveS3SettingsProperty{
				CannedAcl: jsii.String("cannedAcl"),
			},
		},
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		RolloverInterval: jsii.Number(123),
	},
	CmafIngestGroupSettings: &CmafIngestGroupSettingsProperty{
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
		Scte35Type: jsii.String("scte35Type"),
		SegmentLength: jsii.Number(123),
		SegmentLengthUnits: jsii.String("segmentLengthUnits"),
		SendDelayMs: jsii.Number(123),
	},
	FrameCaptureGroupSettings: &FrameCaptureGroupSettingsProperty{
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		FrameCaptureCdnSettings: &FrameCaptureCdnSettingsProperty{
			FrameCaptureS3Settings: &FrameCaptureS3SettingsProperty{
				CannedAcl: jsii.String("cannedAcl"),
			},
		},
	},
	HlsGroupSettings: &HlsGroupSettingsProperty{
		AdMarkers: []*string{
			jsii.String("adMarkers"),
		},
		BaseUrlContent: jsii.String("baseUrlContent"),
		BaseUrlContent1: jsii.String("baseUrlContent1"),
		BaseUrlManifest: jsii.String("baseUrlManifest"),
		BaseUrlManifest1: jsii.String("baseUrlManifest1"),
		CaptionLanguageMappings: []interface{}{
			&CaptionLanguageMappingProperty{
				CaptionChannel: jsii.Number(123),
				LanguageCode: jsii.String("languageCode"),
				LanguageDescription: jsii.String("languageDescription"),
			},
		},
		CaptionLanguageSetting: jsii.String("captionLanguageSetting"),
		ClientCache: jsii.String("clientCache"),
		CodecSpecification: jsii.String("codecSpecification"),
		ConstantIv: jsii.String("constantIv"),
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		DirectoryStructure: jsii.String("directoryStructure"),
		DiscontinuityTags: jsii.String("discontinuityTags"),
		EncryptionType: jsii.String("encryptionType"),
		HlsCdnSettings: &HlsCdnSettingsProperty{
			HlsAkamaiSettings: &HlsAkamaiSettingsProperty{
				ConnectionRetryInterval: jsii.Number(123),
				FilecacheDuration: jsii.Number(123),
				HttpTransferMode: jsii.String("httpTransferMode"),
				NumRetries: jsii.Number(123),
				RestartDelay: jsii.Number(123),
				Salt: jsii.String("salt"),
				Token: jsii.String("token"),
			},
			HlsBasicPutSettings: &HlsBasicPutSettingsProperty{
				ConnectionRetryInterval: jsii.Number(123),
				FilecacheDuration: jsii.Number(123),
				NumRetries: jsii.Number(123),
				RestartDelay: jsii.Number(123),
			},
			HlsMediaStoreSettings: &HlsMediaStoreSettingsProperty{
				ConnectionRetryInterval: jsii.Number(123),
				FilecacheDuration: jsii.Number(123),
				MediaStoreStorageClass: jsii.String("mediaStoreStorageClass"),
				NumRetries: jsii.Number(123),
				RestartDelay: jsii.Number(123),
			},
			HlsS3Settings: &HlsS3SettingsProperty{
				CannedAcl: jsii.String("cannedAcl"),
			},
			HlsWebdavSettings: &HlsWebdavSettingsProperty{
				ConnectionRetryInterval: jsii.Number(123),
				FilecacheDuration: jsii.Number(123),
				HttpTransferMode: jsii.String("httpTransferMode"),
				NumRetries: jsii.Number(123),
				RestartDelay: jsii.Number(123),
			},
		},
		HlsId3SegmentTagging: jsii.String("hlsId3SegmentTagging"),
		IFrameOnlyPlaylists: jsii.String("iFrameOnlyPlaylists"),
		IncompleteSegmentBehavior: jsii.String("incompleteSegmentBehavior"),
		IndexNSegments: jsii.Number(123),
		InputLossAction: jsii.String("inputLossAction"),
		IvInManifest: jsii.String("ivInManifest"),
		IvSource: jsii.String("ivSource"),
		KeepSegments: jsii.Number(123),
		KeyFormat: jsii.String("keyFormat"),
		KeyFormatVersions: jsii.String("keyFormatVersions"),
		KeyProviderSettings: &KeyProviderSettingsProperty{
			StaticKeySettings: &StaticKeySettingsProperty{
				KeyProviderServer: &InputLocationProperty{
					PasswordParam: jsii.String("passwordParam"),
					Uri: jsii.String("uri"),
					Username: jsii.String("username"),
				},
				StaticKeyValue: jsii.String("staticKeyValue"),
			},
		},
		ManifestCompression: jsii.String("manifestCompression"),
		ManifestDurationFormat: jsii.String("manifestDurationFormat"),
		MinSegmentLength: jsii.Number(123),
		Mode: jsii.String("mode"),
		OutputSelection: jsii.String("outputSelection"),
		ProgramDateTime: jsii.String("programDateTime"),
		ProgramDateTimeClock: jsii.String("programDateTimeClock"),
		ProgramDateTimePeriod: jsii.Number(123),
		RedundantManifest: jsii.String("redundantManifest"),
		SegmentationMode: jsii.String("segmentationMode"),
		SegmentLength: jsii.Number(123),
		SegmentsPerSubdirectory: jsii.Number(123),
		StreamInfResolution: jsii.String("streamInfResolution"),
		TimedMetadataId3Frame: jsii.String("timedMetadataId3Frame"),
		TimedMetadataId3Period: jsii.Number(123),
		TimestampDeltaMilliseconds: jsii.Number(123),
		TsFileMode: jsii.String("tsFileMode"),
	},
	MediaPackageGroupSettings: &MediaPackageGroupSettingsProperty{
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
	},
	MsSmoothGroupSettings: &MsSmoothGroupSettingsProperty{
		AcquisitionPointId: jsii.String("acquisitionPointId"),
		AudioOnlyTimecodeControl: jsii.String("audioOnlyTimecodeControl"),
		CertificateMode: jsii.String("certificateMode"),
		ConnectionRetryInterval: jsii.Number(123),
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		EventId: jsii.String("eventId"),
		EventIdMode: jsii.String("eventIdMode"),
		EventStopBehavior: jsii.String("eventStopBehavior"),
		FilecacheDuration: jsii.Number(123),
		FragmentLength: jsii.Number(123),
		InputLossAction: jsii.String("inputLossAction"),
		NumRetries: jsii.Number(123),
		RestartDelay: jsii.Number(123),
		SegmentationMode: jsii.String("segmentationMode"),
		SendDelayMs: jsii.Number(123),
		SparseTrackType: jsii.String("sparseTrackType"),
		StreamManifestBehavior: jsii.String("streamManifestBehavior"),
		TimestampOffset: jsii.String("timestampOffset"),
		TimestampOffsetMode: jsii.String("timestampOffsetMode"),
	},
	MultiplexGroupSettings: &MultiplexGroupSettingsProperty{
	},
	RtmpGroupSettings: &RtmpGroupSettingsProperty{
		AdMarkers: []*string{
			jsii.String("adMarkers"),
		},
		AuthenticationScheme: jsii.String("authenticationScheme"),
		CacheFullBehavior: jsii.String("cacheFullBehavior"),
		CacheLength: jsii.Number(123),
		CaptionData: jsii.String("captionData"),
		IncludeFillerNalUnits: jsii.String("includeFillerNalUnits"),
		InputLossAction: jsii.String("inputLossAction"),
		RestartDelay: jsii.Number(123),
	},
	UdpGroupSettings: &UdpGroupSettingsProperty{
		InputLossAction: jsii.String("inputLossAction"),
		TimedMetadataId3Frame: jsii.String("timedMetadataId3Frame"),
		TimedMetadataId3Period: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html

type CfnChannel_OutputLocationRefProperty

type CfnChannel_OutputLocationRefProperty struct {
	// A reference ID for this destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputlocationref.html#cfn-medialive-channel-outputlocationref-destinationrefid
	//
	DestinationRefId *string `field:"optional" json:"destinationRefId" yaml:"destinationRefId"`
}

A reference to an OutputDestination ID that is defined in the channel.

This entity is used by ArchiveGroupSettings, FrameCaptureGroupSettings, HlsGroupSettings, MediaPackageGroupSettings, MSSmoothGroupSettings, RtmpOutputSettings, and UdpOutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputLocationRefProperty := &OutputLocationRefProperty{
	DestinationRefId: jsii.String("destinationRefId"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputlocationref.html

type CfnChannel_OutputLockingSettingsProperty added in v2.114.0

type CfnChannel_OutputLockingSettingsProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputlockingsettings.html#cfn-medialive-channel-outputlockingsettings-epochlockingsettings
	//
	EpochLockingSettings interface{} `field:"optional" json:"epochLockingSettings" yaml:"epochLockingSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputlockingsettings.html#cfn-medialive-channel-outputlockingsettings-pipelinelockingsettings
	//
	PipelineLockingSettings interface{} `field:"optional" json:"pipelineLockingSettings" yaml:"pipelineLockingSettings"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

var pipelineLockingSettings interface{}

outputLockingSettingsProperty := &OutputLockingSettingsProperty{
	EpochLockingSettings: &EpochLockingSettingsProperty{
		CustomEpoch: jsii.String("customEpoch"),
		JamSyncTime: jsii.String("jamSyncTime"),
	},
	PipelineLockingSettings: pipelineLockingSettings,
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputlockingsettings.html

type CfnChannel_OutputProperty

type CfnChannel_OutputProperty struct {
	// The names of the audio descriptions that are used as audio sources for this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-output.html#cfn-medialive-channel-output-audiodescriptionnames
	//
	AudioDescriptionNames *[]*string `field:"optional" json:"audioDescriptionNames" yaml:"audioDescriptionNames"`
	// The names of the caption descriptions that are used as captions sources for this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-output.html#cfn-medialive-channel-output-captiondescriptionnames
	//
	CaptionDescriptionNames *[]*string `field:"optional" json:"captionDescriptionNames" yaml:"captionDescriptionNames"`
	// The name that is used to identify an output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-output.html#cfn-medialive-channel-output-outputname
	//
	OutputName *string `field:"optional" json:"outputName" yaml:"outputName"`
	// The output type-specific settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-output.html#cfn-medialive-channel-output-outputsettings
	//
	OutputSettings interface{} `field:"optional" json:"outputSettings" yaml:"outputSettings"`
	// The name of the VideoDescription that is used as the source for this output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-output.html#cfn-medialive-channel-output-videodescriptionname
	//
	VideoDescriptionName *string `field:"optional" json:"videoDescriptionName" yaml:"videoDescriptionName"`
}

The output settings.

The parent of this entity is OutputGroup.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputProperty := &OutputProperty{
	AudioDescriptionNames: []*string{
		jsii.String("audioDescriptionNames"),
	},
	CaptionDescriptionNames: []*string{
		jsii.String("captionDescriptionNames"),
	},
	OutputName: jsii.String("outputName"),
	OutputSettings: &OutputSettingsProperty{
		ArchiveOutputSettings: &ArchiveOutputSettingsProperty{
			ContainerSettings: &ArchiveContainerSettingsProperty{
				M2TsSettings: &M2tsSettingsProperty{
					AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
					Arib: jsii.String("arib"),
					AribCaptionsPid: jsii.String("aribCaptionsPid"),
					AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
					AudioBufferModel: jsii.String("audioBufferModel"),
					AudioFramesPerPes: jsii.Number(123),
					AudioPids: jsii.String("audioPids"),
					AudioStreamType: jsii.String("audioStreamType"),
					Bitrate: jsii.Number(123),
					BufferModel: jsii.String("bufferModel"),
					CcDescriptor: jsii.String("ccDescriptor"),
					DvbNitSettings: &DvbNitSettingsProperty{
						NetworkId: jsii.Number(123),
						NetworkName: jsii.String("networkName"),
						RepInterval: jsii.Number(123),
					},
					DvbSdtSettings: &DvbSdtSettingsProperty{
						OutputSdt: jsii.String("outputSdt"),
						RepInterval: jsii.Number(123),
						ServiceName: jsii.String("serviceName"),
						ServiceProviderName: jsii.String("serviceProviderName"),
					},
					DvbSubPids: jsii.String("dvbSubPids"),
					DvbTdtSettings: &DvbTdtSettingsProperty{
						RepInterval: jsii.Number(123),
					},
					DvbTeletextPid: jsii.String("dvbTeletextPid"),
					Ebif: jsii.String("ebif"),
					EbpAudioInterval: jsii.String("ebpAudioInterval"),
					EbpLookaheadMs: jsii.Number(123),
					EbpPlacement: jsii.String("ebpPlacement"),
					EcmPid: jsii.String("ecmPid"),
					EsRateInPes: jsii.String("esRateInPes"),
					EtvPlatformPid: jsii.String("etvPlatformPid"),
					EtvSignalPid: jsii.String("etvSignalPid"),
					FragmentTime: jsii.Number(123),
					Klv: jsii.String("klv"),
					KlvDataPids: jsii.String("klvDataPids"),
					NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
					NullPacketBitrate: jsii.Number(123),
					PatInterval: jsii.Number(123),
					PcrControl: jsii.String("pcrControl"),
					PcrPeriod: jsii.Number(123),
					PcrPid: jsii.String("pcrPid"),
					PmtInterval: jsii.Number(123),
					PmtPid: jsii.String("pmtPid"),
					ProgramNum: jsii.Number(123),
					RateMode: jsii.String("rateMode"),
					Scte27Pids: jsii.String("scte27Pids"),
					Scte35Control: jsii.String("scte35Control"),
					Scte35Pid: jsii.String("scte35Pid"),
					Scte35PrerollPullupMilliseconds: jsii.Number(123),
					SegmentationMarkers: jsii.String("segmentationMarkers"),
					SegmentationStyle: jsii.String("segmentationStyle"),
					SegmentationTime: jsii.Number(123),
					TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
					TimedMetadataPid: jsii.String("timedMetadataPid"),
					TransportStreamId: jsii.Number(123),
					VideoPid: jsii.String("videoPid"),
				},
				RawSettings: &RawSettingsProperty{
				},
			},
			Extension: jsii.String("extension"),
			NameModifier: jsii.String("nameModifier"),
		},
		CmafIngestOutputSettings: &CmafIngestOutputSettingsProperty{
			NameModifier: jsii.String("nameModifier"),
		},
		FrameCaptureOutputSettings: &FrameCaptureOutputSettingsProperty{
			NameModifier: jsii.String("nameModifier"),
		},
		HlsOutputSettings: &HlsOutputSettingsProperty{
			H265PackagingType: jsii.String("h265PackagingType"),
			HlsSettings: &HlsSettingsProperty{
				AudioOnlyHlsSettings: &AudioOnlyHlsSettingsProperty{
					AudioGroupId: jsii.String("audioGroupId"),
					AudioOnlyImage: &InputLocationProperty{
						PasswordParam: jsii.String("passwordParam"),
						Uri: jsii.String("uri"),
						Username: jsii.String("username"),
					},
					AudioTrackType: jsii.String("audioTrackType"),
					SegmentType: jsii.String("segmentType"),
				},
				Fmp4HlsSettings: &Fmp4HlsSettingsProperty{
					AudioRenditionSets: jsii.String("audioRenditionSets"),
					NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
					TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
				},
				FrameCaptureHlsSettings: &FrameCaptureHlsSettingsProperty{
				},
				StandardHlsSettings: &StandardHlsSettingsProperty{
					AudioRenditionSets: jsii.String("audioRenditionSets"),
					M3U8Settings: &M3u8SettingsProperty{
						AudioFramesPerPes: jsii.Number(123),
						AudioPids: jsii.String("audioPids"),
						EcmPid: jsii.String("ecmPid"),
						KlvBehavior: jsii.String("klvBehavior"),
						KlvDataPids: jsii.String("klvDataPids"),
						NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
						PatInterval: jsii.Number(123),
						PcrControl: jsii.String("pcrControl"),
						PcrPeriod: jsii.Number(123),
						PcrPid: jsii.String("pcrPid"),
						PmtInterval: jsii.Number(123),
						PmtPid: jsii.String("pmtPid"),
						ProgramNum: jsii.Number(123),
						Scte35Behavior: jsii.String("scte35Behavior"),
						Scte35Pid: jsii.String("scte35Pid"),
						TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
						TimedMetadataPid: jsii.String("timedMetadataPid"),
						TransportStreamId: jsii.Number(123),
						VideoPid: jsii.String("videoPid"),
					},
				},
			},
			NameModifier: jsii.String("nameModifier"),
			SegmentModifier: jsii.String("segmentModifier"),
		},
		MediaPackageOutputSettings: &MediaPackageOutputSettingsProperty{
		},
		MsSmoothOutputSettings: &MsSmoothOutputSettingsProperty{
			H265PackagingType: jsii.String("h265PackagingType"),
			NameModifier: jsii.String("nameModifier"),
		},
		MultiplexOutputSettings: &MultiplexOutputSettingsProperty{
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
		},
		RtmpOutputSettings: &RtmpOutputSettingsProperty{
			CertificateMode: jsii.String("certificateMode"),
			ConnectionRetryInterval: jsii.Number(123),
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			NumRetries: jsii.Number(123),
		},
		UdpOutputSettings: &UdpOutputSettingsProperty{
			BufferMsec: jsii.Number(123),
			ContainerSettings: &UdpContainerSettingsProperty{
				M2TsSettings: &M2tsSettingsProperty{
					AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
					Arib: jsii.String("arib"),
					AribCaptionsPid: jsii.String("aribCaptionsPid"),
					AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
					AudioBufferModel: jsii.String("audioBufferModel"),
					AudioFramesPerPes: jsii.Number(123),
					AudioPids: jsii.String("audioPids"),
					AudioStreamType: jsii.String("audioStreamType"),
					Bitrate: jsii.Number(123),
					BufferModel: jsii.String("bufferModel"),
					CcDescriptor: jsii.String("ccDescriptor"),
					DvbNitSettings: &DvbNitSettingsProperty{
						NetworkId: jsii.Number(123),
						NetworkName: jsii.String("networkName"),
						RepInterval: jsii.Number(123),
					},
					DvbSdtSettings: &DvbSdtSettingsProperty{
						OutputSdt: jsii.String("outputSdt"),
						RepInterval: jsii.Number(123),
						ServiceName: jsii.String("serviceName"),
						ServiceProviderName: jsii.String("serviceProviderName"),
					},
					DvbSubPids: jsii.String("dvbSubPids"),
					DvbTdtSettings: &DvbTdtSettingsProperty{
						RepInterval: jsii.Number(123),
					},
					DvbTeletextPid: jsii.String("dvbTeletextPid"),
					Ebif: jsii.String("ebif"),
					EbpAudioInterval: jsii.String("ebpAudioInterval"),
					EbpLookaheadMs: jsii.Number(123),
					EbpPlacement: jsii.String("ebpPlacement"),
					EcmPid: jsii.String("ecmPid"),
					EsRateInPes: jsii.String("esRateInPes"),
					EtvPlatformPid: jsii.String("etvPlatformPid"),
					EtvSignalPid: jsii.String("etvSignalPid"),
					FragmentTime: jsii.Number(123),
					Klv: jsii.String("klv"),
					KlvDataPids: jsii.String("klvDataPids"),
					NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
					NullPacketBitrate: jsii.Number(123),
					PatInterval: jsii.Number(123),
					PcrControl: jsii.String("pcrControl"),
					PcrPeriod: jsii.Number(123),
					PcrPid: jsii.String("pcrPid"),
					PmtInterval: jsii.Number(123),
					PmtPid: jsii.String("pmtPid"),
					ProgramNum: jsii.Number(123),
					RateMode: jsii.String("rateMode"),
					Scte27Pids: jsii.String("scte27Pids"),
					Scte35Control: jsii.String("scte35Control"),
					Scte35Pid: jsii.String("scte35Pid"),
					Scte35PrerollPullupMilliseconds: jsii.Number(123),
					SegmentationMarkers: jsii.String("segmentationMarkers"),
					SegmentationStyle: jsii.String("segmentationStyle"),
					SegmentationTime: jsii.Number(123),
					TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
					TimedMetadataPid: jsii.String("timedMetadataPid"),
					TransportStreamId: jsii.Number(123),
					VideoPid: jsii.String("videoPid"),
				},
			},
			Destination: &OutputLocationRefProperty{
				DestinationRefId: jsii.String("destinationRefId"),
			},
			FecOutputSettings: &FecOutputSettingsProperty{
				ColumnDepth: jsii.Number(123),
				IncludeFec: jsii.String("includeFec"),
				RowLength: jsii.Number(123),
			},
		},
	},
	VideoDescriptionName: jsii.String("videoDescriptionName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-output.html

type CfnChannel_OutputSettingsProperty

type CfnChannel_OutputSettingsProperty struct {
	// The settings for an archive output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-archiveoutputsettings
	//
	ArchiveOutputSettings interface{} `field:"optional" json:"archiveOutputSettings" yaml:"archiveOutputSettings"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-cmafingestoutputsettings
	//
	CmafIngestOutputSettings interface{} `field:"optional" json:"cmafIngestOutputSettings" yaml:"cmafIngestOutputSettings"`
	// The settings for a frame capture output.
	//
	// The parent of this entity is OutputGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-framecaptureoutputsettings
	//
	FrameCaptureOutputSettings interface{} `field:"optional" json:"frameCaptureOutputSettings" yaml:"frameCaptureOutputSettings"`
	// The settings for an HLS output.
	//
	// The parent of this entity is OutputGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-hlsoutputsettings
	//
	HlsOutputSettings interface{} `field:"optional" json:"hlsOutputSettings" yaml:"hlsOutputSettings"`
	// The settings for a MediaPackage output.
	//
	// The parent of this entity is OutputGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-mediapackageoutputsettings
	//
	MediaPackageOutputSettings interface{} `field:"optional" json:"mediaPackageOutputSettings" yaml:"mediaPackageOutputSettings"`
	// The settings for a Microsoft Smooth output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-mssmoothoutputsettings
	//
	MsSmoothOutputSettings interface{} `field:"optional" json:"msSmoothOutputSettings" yaml:"msSmoothOutputSettings"`
	// Configuration of a Multiplex output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-multiplexoutputsettings
	//
	MultiplexOutputSettings interface{} `field:"optional" json:"multiplexOutputSettings" yaml:"multiplexOutputSettings"`
	// The settings for an RTMP output.
	//
	// The parent of this entity is OutputGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-rtmpoutputsettings
	//
	RtmpOutputSettings interface{} `field:"optional" json:"rtmpOutputSettings" yaml:"rtmpOutputSettings"`
	// The settings for a UDP output.
	//
	// The parent of this entity is OutputGroupSettings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-udpoutputsettings
	//
	UdpOutputSettings interface{} `field:"optional" json:"udpOutputSettings" yaml:"udpOutputSettings"`
}

The output settings.

The parent of this entity is Output.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

outputSettingsProperty := &OutputSettingsProperty{
	ArchiveOutputSettings: &ArchiveOutputSettingsProperty{
		ContainerSettings: &ArchiveContainerSettingsProperty{
			M2TsSettings: &M2tsSettingsProperty{
				AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
				Arib: jsii.String("arib"),
				AribCaptionsPid: jsii.String("aribCaptionsPid"),
				AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
				AudioBufferModel: jsii.String("audioBufferModel"),
				AudioFramesPerPes: jsii.Number(123),
				AudioPids: jsii.String("audioPids"),
				AudioStreamType: jsii.String("audioStreamType"),
				Bitrate: jsii.Number(123),
				BufferModel: jsii.String("bufferModel"),
				CcDescriptor: jsii.String("ccDescriptor"),
				DvbNitSettings: &DvbNitSettingsProperty{
					NetworkId: jsii.Number(123),
					NetworkName: jsii.String("networkName"),
					RepInterval: jsii.Number(123),
				},
				DvbSdtSettings: &DvbSdtSettingsProperty{
					OutputSdt: jsii.String("outputSdt"),
					RepInterval: jsii.Number(123),
					ServiceName: jsii.String("serviceName"),
					ServiceProviderName: jsii.String("serviceProviderName"),
				},
				DvbSubPids: jsii.String("dvbSubPids"),
				DvbTdtSettings: &DvbTdtSettingsProperty{
					RepInterval: jsii.Number(123),
				},
				DvbTeletextPid: jsii.String("dvbTeletextPid"),
				Ebif: jsii.String("ebif"),
				EbpAudioInterval: jsii.String("ebpAudioInterval"),
				EbpLookaheadMs: jsii.Number(123),
				EbpPlacement: jsii.String("ebpPlacement"),
				EcmPid: jsii.String("ecmPid"),
				EsRateInPes: jsii.String("esRateInPes"),
				EtvPlatformPid: jsii.String("etvPlatformPid"),
				EtvSignalPid: jsii.String("etvSignalPid"),
				FragmentTime: jsii.Number(123),
				Klv: jsii.String("klv"),
				KlvDataPids: jsii.String("klvDataPids"),
				NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
				NullPacketBitrate: jsii.Number(123),
				PatInterval: jsii.Number(123),
				PcrControl: jsii.String("pcrControl"),
				PcrPeriod: jsii.Number(123),
				PcrPid: jsii.String("pcrPid"),
				PmtInterval: jsii.Number(123),
				PmtPid: jsii.String("pmtPid"),
				ProgramNum: jsii.Number(123),
				RateMode: jsii.String("rateMode"),
				Scte27Pids: jsii.String("scte27Pids"),
				Scte35Control: jsii.String("scte35Control"),
				Scte35Pid: jsii.String("scte35Pid"),
				Scte35PrerollPullupMilliseconds: jsii.Number(123),
				SegmentationMarkers: jsii.String("segmentationMarkers"),
				SegmentationStyle: jsii.String("segmentationStyle"),
				SegmentationTime: jsii.Number(123),
				TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
				TimedMetadataPid: jsii.String("timedMetadataPid"),
				TransportStreamId: jsii.Number(123),
				VideoPid: jsii.String("videoPid"),
			},
			RawSettings: &RawSettingsProperty{
			},
		},
		Extension: jsii.String("extension"),
		NameModifier: jsii.String("nameModifier"),
	},
	CmafIngestOutputSettings: &CmafIngestOutputSettingsProperty{
		NameModifier: jsii.String("nameModifier"),
	},
	FrameCaptureOutputSettings: &FrameCaptureOutputSettingsProperty{
		NameModifier: jsii.String("nameModifier"),
	},
	HlsOutputSettings: &HlsOutputSettingsProperty{
		H265PackagingType: jsii.String("h265PackagingType"),
		HlsSettings: &HlsSettingsProperty{
			AudioOnlyHlsSettings: &AudioOnlyHlsSettingsProperty{
				AudioGroupId: jsii.String("audioGroupId"),
				AudioOnlyImage: &InputLocationProperty{
					PasswordParam: jsii.String("passwordParam"),
					Uri: jsii.String("uri"),
					Username: jsii.String("username"),
				},
				AudioTrackType: jsii.String("audioTrackType"),
				SegmentType: jsii.String("segmentType"),
			},
			Fmp4HlsSettings: &Fmp4HlsSettingsProperty{
				AudioRenditionSets: jsii.String("audioRenditionSets"),
				NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
				TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
			},
			FrameCaptureHlsSettings: &FrameCaptureHlsSettingsProperty{
			},
			StandardHlsSettings: &StandardHlsSettingsProperty{
				AudioRenditionSets: jsii.String("audioRenditionSets"),
				M3U8Settings: &M3u8SettingsProperty{
					AudioFramesPerPes: jsii.Number(123),
					AudioPids: jsii.String("audioPids"),
					EcmPid: jsii.String("ecmPid"),
					KlvBehavior: jsii.String("klvBehavior"),
					KlvDataPids: jsii.String("klvDataPids"),
					NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
					PatInterval: jsii.Number(123),
					PcrControl: jsii.String("pcrControl"),
					PcrPeriod: jsii.Number(123),
					PcrPid: jsii.String("pcrPid"),
					PmtInterval: jsii.Number(123),
					PmtPid: jsii.String("pmtPid"),
					ProgramNum: jsii.Number(123),
					Scte35Behavior: jsii.String("scte35Behavior"),
					Scte35Pid: jsii.String("scte35Pid"),
					TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
					TimedMetadataPid: jsii.String("timedMetadataPid"),
					TransportStreamId: jsii.Number(123),
					VideoPid: jsii.String("videoPid"),
				},
			},
		},
		NameModifier: jsii.String("nameModifier"),
		SegmentModifier: jsii.String("segmentModifier"),
	},
	MediaPackageOutputSettings: &MediaPackageOutputSettingsProperty{
	},
	MsSmoothOutputSettings: &MsSmoothOutputSettingsProperty{
		H265PackagingType: jsii.String("h265PackagingType"),
		NameModifier: jsii.String("nameModifier"),
	},
	MultiplexOutputSettings: &MultiplexOutputSettingsProperty{
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
	},
	RtmpOutputSettings: &RtmpOutputSettingsProperty{
		CertificateMode: jsii.String("certificateMode"),
		ConnectionRetryInterval: jsii.Number(123),
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		NumRetries: jsii.Number(123),
	},
	UdpOutputSettings: &UdpOutputSettingsProperty{
		BufferMsec: jsii.Number(123),
		ContainerSettings: &UdpContainerSettingsProperty{
			M2TsSettings: &M2tsSettingsProperty{
				AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
				Arib: jsii.String("arib"),
				AribCaptionsPid: jsii.String("aribCaptionsPid"),
				AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
				AudioBufferModel: jsii.String("audioBufferModel"),
				AudioFramesPerPes: jsii.Number(123),
				AudioPids: jsii.String("audioPids"),
				AudioStreamType: jsii.String("audioStreamType"),
				Bitrate: jsii.Number(123),
				BufferModel: jsii.String("bufferModel"),
				CcDescriptor: jsii.String("ccDescriptor"),
				DvbNitSettings: &DvbNitSettingsProperty{
					NetworkId: jsii.Number(123),
					NetworkName: jsii.String("networkName"),
					RepInterval: jsii.Number(123),
				},
				DvbSdtSettings: &DvbSdtSettingsProperty{
					OutputSdt: jsii.String("outputSdt"),
					RepInterval: jsii.Number(123),
					ServiceName: jsii.String("serviceName"),
					ServiceProviderName: jsii.String("serviceProviderName"),
				},
				DvbSubPids: jsii.String("dvbSubPids"),
				DvbTdtSettings: &DvbTdtSettingsProperty{
					RepInterval: jsii.Number(123),
				},
				DvbTeletextPid: jsii.String("dvbTeletextPid"),
				Ebif: jsii.String("ebif"),
				EbpAudioInterval: jsii.String("ebpAudioInterval"),
				EbpLookaheadMs: jsii.Number(123),
				EbpPlacement: jsii.String("ebpPlacement"),
				EcmPid: jsii.String("ecmPid"),
				EsRateInPes: jsii.String("esRateInPes"),
				EtvPlatformPid: jsii.String("etvPlatformPid"),
				EtvSignalPid: jsii.String("etvSignalPid"),
				FragmentTime: jsii.Number(123),
				Klv: jsii.String("klv"),
				KlvDataPids: jsii.String("klvDataPids"),
				NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
				NullPacketBitrate: jsii.Number(123),
				PatInterval: jsii.Number(123),
				PcrControl: jsii.String("pcrControl"),
				PcrPeriod: jsii.Number(123),
				PcrPid: jsii.String("pcrPid"),
				PmtInterval: jsii.Number(123),
				PmtPid: jsii.String("pmtPid"),
				ProgramNum: jsii.Number(123),
				RateMode: jsii.String("rateMode"),
				Scte27Pids: jsii.String("scte27Pids"),
				Scte35Control: jsii.String("scte35Control"),
				Scte35Pid: jsii.String("scte35Pid"),
				Scte35PrerollPullupMilliseconds: jsii.Number(123),
				SegmentationMarkers: jsii.String("segmentationMarkers"),
				SegmentationStyle: jsii.String("segmentationStyle"),
				SegmentationTime: jsii.Number(123),
				TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
				TimedMetadataPid: jsii.String("timedMetadataPid"),
				TransportStreamId: jsii.Number(123),
				VideoPid: jsii.String("videoPid"),
			},
		},
		Destination: &OutputLocationRefProperty{
			DestinationRefId: jsii.String("destinationRefId"),
		},
		FecOutputSettings: &FecOutputSettingsProperty{
			ColumnDepth: jsii.Number(123),
			IncludeFec: jsii.String("includeFec"),
			RowLength: jsii.Number(123),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html

type CfnChannel_PassThroughSettingsProperty

type CfnChannel_PassThroughSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

passThroughSettingsProperty := &PassThroughSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-passthroughsettings.html

type CfnChannel_RawSettingsProperty

type CfnChannel_RawSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

rawSettingsProperty := &RawSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rawsettings.html

type CfnChannel_Rec601SettingsProperty

type CfnChannel_Rec601SettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

rec601SettingsProperty := &Rec601SettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rec601settings.html

type CfnChannel_Rec709SettingsProperty

type CfnChannel_Rec709SettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

rec709SettingsProperty := &Rec709SettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rec709settings.html

type CfnChannel_RemixSettingsProperty

type CfnChannel_RemixSettingsProperty struct {
	// A mapping of input channels to output channels, with appropriate gain adjustments.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-remixsettings.html#cfn-medialive-channel-remixsettings-channelmappings
	//
	ChannelMappings interface{} `field:"optional" json:"channelMappings" yaml:"channelMappings"`
	// The number of input channels to be used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-remixsettings.html#cfn-medialive-channel-remixsettings-channelsin
	//
	ChannelsIn *float64 `field:"optional" json:"channelsIn" yaml:"channelsIn"`
	// The number of output channels to be produced.
	//
	// Valid values: 1, 2, 4, 6, 8.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-remixsettings.html#cfn-medialive-channel-remixsettings-channelsout
	//
	ChannelsOut *float64 `field:"optional" json:"channelsOut" yaml:"channelsOut"`
}

The settings for remixing audio in the output.

The parent of this entity is AudioDescription.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

remixSettingsProperty := &RemixSettingsProperty{
	ChannelMappings: []interface{}{
		&AudioChannelMappingProperty{
			InputChannelLevels: []interface{}{
				&InputChannelLevelProperty{
					Gain: jsii.Number(123),
					InputChannel: jsii.Number(123),
				},
			},
			OutputChannel: jsii.Number(123),
		},
	},
	ChannelsIn: jsii.Number(123),
	ChannelsOut: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-remixsettings.html

type CfnChannel_RtmpCaptionInfoDestinationSettingsProperty

type CfnChannel_RtmpCaptionInfoDestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

rtmpCaptionInfoDestinationSettingsProperty := &RtmpCaptionInfoDestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpcaptioninfodestinationsettings.html

type CfnChannel_RtmpGroupSettingsProperty

type CfnChannel_RtmpGroupSettingsProperty struct {
	// Choose the ad marker type for this output group.
	//
	// MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-admarkers
	//
	AdMarkers *[]*string `field:"optional" json:"adMarkers" yaml:"adMarkers"`
	// An authentication scheme to use when connecting with a CDN.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-authenticationscheme
	//
	AuthenticationScheme *string `field:"optional" json:"authenticationScheme" yaml:"authenticationScheme"`
	// Controls behavior when the content cache fills up.
	//
	// If a remote origin server stalls the RTMP connection and doesn't accept content fast enough, the media cache fills up. When the cache reaches the duration specified by cacheLength, the cache stops accepting new content. If set to disconnectImmediately, the RTMP output forces a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output waits up to 5 minutes to allow the origin server to begin accepting data again.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-cachefullbehavior
	//
	CacheFullBehavior *string `field:"optional" json:"cacheFullBehavior" yaml:"cacheFullBehavior"`
	// The cache length, in seconds, that is used to calculate buffer size.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-cachelength
	//
	CacheLength *float64 `field:"optional" json:"cacheLength" yaml:"cacheLength"`
	// Controls the types of data that pass to onCaptionInfo outputs.
	//
	// If set to all, 608 and 708 carried DTVCC data is passed. If set to field1AndField2608, DTVCC data is stripped out, but 608 data from both fields is passed. If set to field1608, only the data carried in 608 from field 1 video is passed.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-captiondata
	//
	CaptionData *string `field:"optional" json:"captionData" yaml:"captionData"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-includefillernalunits
	//
	IncludeFillerNalUnits *string `field:"optional" json:"includeFillerNalUnits" yaml:"includeFillerNalUnits"`
	// Controls the behavior of this RTMP group if the input becomes unavailable.
	//
	// emitOutput: Emit a slate until the input returns. pauseOutput: Stop transmitting data until the input returns. This does not close the underlying RTMP connection.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-inputlossaction
	//
	InputLossAction *string `field:"optional" json:"inputLossAction" yaml:"inputLossAction"`
	// If a streaming output fails, the number of seconds to wait until a restart is initiated.
	//
	// A value of 0 means never restart.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html#cfn-medialive-channel-rtmpgroupsettings-restartdelay
	//
	RestartDelay *float64 `field:"optional" json:"restartDelay" yaml:"restartDelay"`
}

The configuration of an RTMP output group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

rtmpGroupSettingsProperty := &RtmpGroupSettingsProperty{
	AdMarkers: []*string{
		jsii.String("adMarkers"),
	},
	AuthenticationScheme: jsii.String("authenticationScheme"),
	CacheFullBehavior: jsii.String("cacheFullBehavior"),
	CacheLength: jsii.Number(123),
	CaptionData: jsii.String("captionData"),
	IncludeFillerNalUnits: jsii.String("includeFillerNalUnits"),
	InputLossAction: jsii.String("inputLossAction"),
	RestartDelay: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpgroupsettings.html

type CfnChannel_RtmpOutputSettingsProperty

type CfnChannel_RtmpOutputSettingsProperty struct {
	// If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA).
	//
	// This causes RTMPS outputs with self-signed certificates to fail.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpoutputsettings.html#cfn-medialive-channel-rtmpoutputsettings-certificatemode
	//
	CertificateMode *string `field:"optional" json:"certificateMode" yaml:"certificateMode"`
	// The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpoutputsettings.html#cfn-medialive-channel-rtmpoutputsettings-connectionretryinterval
	//
	ConnectionRetryInterval *float64 `field:"optional" json:"connectionRetryInterval" yaml:"connectionRetryInterval"`
	// The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpoutputsettings.html#cfn-medialive-channel-rtmpoutputsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// The number of retry attempts.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpoutputsettings.html#cfn-medialive-channel-rtmpoutputsettings-numretries
	//
	NumRetries *float64 `field:"optional" json:"numRetries" yaml:"numRetries"`
}

The settings for one RTMP output.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

rtmpOutputSettingsProperty := &RtmpOutputSettingsProperty{
	CertificateMode: jsii.String("certificateMode"),
	ConnectionRetryInterval: jsii.Number(123),
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	NumRetries: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-rtmpoutputsettings.html

type CfnChannel_Scte20PlusEmbeddedDestinationSettingsProperty

type CfnChannel_Scte20PlusEmbeddedDestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

scte20PlusEmbeddedDestinationSettingsProperty := &Scte20PlusEmbeddedDestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte20plusembeddeddestinationsettings.html

type CfnChannel_Scte20SourceSettingsProperty

type CfnChannel_Scte20SourceSettingsProperty struct {
	// If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.
	//
	// Any 708 data present in the source content is discarded.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte20sourcesettings.html#cfn-medialive-channel-scte20sourcesettings-convert608to708
	//
	Convert608To708 *string `field:"optional" json:"convert608To708" yaml:"convert608To708"`
	// Specifies the 608/708 channel number within the video track from which to extract captions.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte20sourcesettings.html#cfn-medialive-channel-scte20sourcesettings-source608channelnumber
	//
	Source608ChannelNumber *float64 `field:"optional" json:"source608ChannelNumber" yaml:"source608ChannelNumber"`
}

Information about the SCTE-20 captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

scte20SourceSettingsProperty := &Scte20SourceSettingsProperty{
	Convert608To708: jsii.String("convert608To708"),
	Source608ChannelNumber: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte20sourcesettings.html

type CfnChannel_Scte27DestinationSettingsProperty

type CfnChannel_Scte27DestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

scte27DestinationSettingsProperty := &Scte27DestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte27destinationsettings.html

type CfnChannel_Scte27SourceSettingsProperty

type CfnChannel_Scte27SourceSettingsProperty struct {
	// If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte27sourcesettings.html#cfn-medialive-channel-scte27sourcesettings-ocrlanguage
	//
	OcrLanguage *string `field:"optional" json:"ocrLanguage" yaml:"ocrLanguage"`
	// The PID field is used in conjunction with the captions selector languageCode field as follows: Specify PID and Language: Extracts captions from that PID;
	//
	// the language is "informational." Specify PID and omit Language: Extracts the specified PID. Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages are passed through.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte27sourcesettings.html#cfn-medialive-channel-scte27sourcesettings-pid
	//
	Pid *float64 `field:"optional" json:"pid" yaml:"pid"`
}

Information about the SCTE-27 captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

scte27SourceSettingsProperty := &Scte27SourceSettingsProperty{
	OcrLanguage: jsii.String("ocrLanguage"),
	Pid: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte27sourcesettings.html

type CfnChannel_Scte35SpliceInsertProperty

type CfnChannel_Scte35SpliceInsertProperty struct {
	// When specified, this offset (in milliseconds) is added to the input ad avail PTS time.
	//
	// This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html#cfn-medialive-channel-scte35spliceinsert-adavailoffset
	//
	AdAvailOffset *float64 `field:"optional" json:"adAvailOffset" yaml:"adAvailOffset"`
	// When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html#cfn-medialive-channel-scte35spliceinsert-noregionalblackoutflag
	//
	NoRegionalBlackoutFlag *string `field:"optional" json:"noRegionalBlackoutFlag" yaml:"noRegionalBlackoutFlag"`
	// When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html#cfn-medialive-channel-scte35spliceinsert-webdeliveryallowedflag
	//
	WebDeliveryAllowedFlag *string `field:"optional" json:"webDeliveryAllowedFlag" yaml:"webDeliveryAllowedFlag"`
}

The setup of SCTE-35 splice insert handling.

The parent of this entity is AvailSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

scte35SpliceInsertProperty := &Scte35SpliceInsertProperty{
	AdAvailOffset: jsii.Number(123),
	NoRegionalBlackoutFlag: jsii.String("noRegionalBlackoutFlag"),
	WebDeliveryAllowedFlag: jsii.String("webDeliveryAllowedFlag"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html

type CfnChannel_Scte35TimeSignalAposProperty

type CfnChannel_Scte35TimeSignalAposProperty struct {
	// When specified, this offset (in milliseconds) is added to the input ad avail PTS time.
	//
	// This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35timesignalapos.html#cfn-medialive-channel-scte35timesignalapos-adavailoffset
	//
	AdAvailOffset *float64 `field:"optional" json:"adAvailOffset" yaml:"adAvailOffset"`
	// When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35timesignalapos.html#cfn-medialive-channel-scte35timesignalapos-noregionalblackoutflag
	//
	NoRegionalBlackoutFlag *string `field:"optional" json:"noRegionalBlackoutFlag" yaml:"noRegionalBlackoutFlag"`
	// When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35timesignalapos.html#cfn-medialive-channel-scte35timesignalapos-webdeliveryallowedflag
	//
	WebDeliveryAllowedFlag *string `field:"optional" json:"webDeliveryAllowedFlag" yaml:"webDeliveryAllowedFlag"`
}

The settings for the SCTE-35 time signal APOS mode.

The parent of this entity is AvailSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

scte35TimeSignalAposProperty := &Scte35TimeSignalAposProperty{
	AdAvailOffset: jsii.Number(123),
	NoRegionalBlackoutFlag: jsii.String("noRegionalBlackoutFlag"),
	WebDeliveryAllowedFlag: jsii.String("webDeliveryAllowedFlag"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35timesignalapos.html

type CfnChannel_SmpteTtDestinationSettingsProperty

type CfnChannel_SmpteTtDestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

smpteTtDestinationSettingsProperty := &SmpteTtDestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-smptettdestinationsettings.html

type CfnChannel_StandardHlsSettingsProperty

type CfnChannel_StandardHlsSettingsProperty struct {
	// Lists all the audio groups that are used with the video output stream.
	//
	// This inputs all the audio GROUP-IDs that are associated with the video, separated by a comma (,).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-standardhlssettings.html#cfn-medialive-channel-standardhlssettings-audiorenditionsets
	//
	AudioRenditionSets *string `field:"optional" json:"audioRenditionSets" yaml:"audioRenditionSets"`
	// Settings for the M3U8 container.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-standardhlssettings.html#cfn-medialive-channel-standardhlssettings-m3u8settings
	//
	M3U8Settings interface{} `field:"optional" json:"m3U8Settings" yaml:"m3U8Settings"`
}

The configuration of an HLS output that is a standard output (not an audio-only output).

The parent of this entity is HlsSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

standardHlsSettingsProperty := &StandardHlsSettingsProperty{
	AudioRenditionSets: jsii.String("audioRenditionSets"),
	M3U8Settings: &M3u8SettingsProperty{
		AudioFramesPerPes: jsii.Number(123),
		AudioPids: jsii.String("audioPids"),
		EcmPid: jsii.String("ecmPid"),
		KlvBehavior: jsii.String("klvBehavior"),
		KlvDataPids: jsii.String("klvDataPids"),
		NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
		PatInterval: jsii.Number(123),
		PcrControl: jsii.String("pcrControl"),
		PcrPeriod: jsii.Number(123),
		PcrPid: jsii.String("pcrPid"),
		PmtInterval: jsii.Number(123),
		PmtPid: jsii.String("pmtPid"),
		ProgramNum: jsii.Number(123),
		Scte35Behavior: jsii.String("scte35Behavior"),
		Scte35Pid: jsii.String("scte35Pid"),
		TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
		TimedMetadataPid: jsii.String("timedMetadataPid"),
		TransportStreamId: jsii.Number(123),
		VideoPid: jsii.String("videoPid"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-standardhlssettings.html

type CfnChannel_StaticKeySettingsProperty

type CfnChannel_StaticKeySettingsProperty struct {
	// The URL of the license server that is used for protecting content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-statickeysettings.html#cfn-medialive-channel-statickeysettings-keyproviderserver
	//
	KeyProviderServer interface{} `field:"optional" json:"keyProviderServer" yaml:"keyProviderServer"`
	// The static key value as a 32 character hexadecimal string.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-statickeysettings.html#cfn-medialive-channel-statickeysettings-statickeyvalue
	//
	StaticKeyValue *string `field:"optional" json:"staticKeyValue" yaml:"staticKeyValue"`
}

The static key settings.

The parent of this entity is KeyProviderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

staticKeySettingsProperty := &StaticKeySettingsProperty{
	KeyProviderServer: &InputLocationProperty{
		PasswordParam: jsii.String("passwordParam"),
		Uri: jsii.String("uri"),
		Username: jsii.String("username"),
	},
	StaticKeyValue: jsii.String("staticKeyValue"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-statickeysettings.html

type CfnChannel_TeletextDestinationSettingsProperty

type CfnChannel_TeletextDestinationSettingsProperty struct {
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

teletextDestinationSettingsProperty := &TeletextDestinationSettingsProperty{
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-teletextdestinationsettings.html

type CfnChannel_TeletextSourceSettingsProperty

type CfnChannel_TeletextSourceSettingsProperty struct {
	// Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-teletextsourcesettings.html#cfn-medialive-channel-teletextsourcesettings-outputrectangle
	//
	OutputRectangle interface{} `field:"optional" json:"outputRectangle" yaml:"outputRectangle"`
	// Specifies the Teletext page number within the data stream from which to extract captions.
	//
	// The range is 0x100 (256) to 0x8FF (2303). This is unused for passthrough. It should be specified as a hexadecimal string with no "0x" prefix.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-teletextsourcesettings.html#cfn-medialive-channel-teletextsourcesettings-pagenumber
	//
	PageNumber *string `field:"optional" json:"pageNumber" yaml:"pageNumber"`
}

Information about the Teletext captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

teletextSourceSettingsProperty := &TeletextSourceSettingsProperty{
	OutputRectangle: &CaptionRectangleProperty{
		Height: jsii.Number(123),
		LeftOffset: jsii.Number(123),
		TopOffset: jsii.Number(123),
		Width: jsii.Number(123),
	},
	PageNumber: jsii.String("pageNumber"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-teletextsourcesettings.html

type CfnChannel_TemporalFilterSettingsProperty

type CfnChannel_TemporalFilterSettingsProperty struct {
	// If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.
	//
	// - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-temporalfiltersettings.html#cfn-medialive-channel-temporalfiltersettings-postfiltersharpening
	//
	PostFilterSharpening *string `field:"optional" json:"postFilterSharpening" yaml:"postFilterSharpening"`
	// Choose a filter strength.
	//
	// We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-temporalfiltersettings.html#cfn-medialive-channel-temporalfiltersettings-strength
	//
	Strength *string `field:"optional" json:"strength" yaml:"strength"`
}

Settings for the temporal filter to apply to the video.

The parents of this entity are H264FilterSettings, H265FilterSettings, and Mpeg2FilterSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

temporalFilterSettingsProperty := &TemporalFilterSettingsProperty{
	PostFilterSharpening: jsii.String("postFilterSharpening"),
	Strength: jsii.String("strength"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-temporalfiltersettings.html

type CfnChannel_ThumbnailConfigurationProperty added in v2.95.0

type CfnChannel_ThumbnailConfigurationProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-thumbnailconfiguration.html#cfn-medialive-channel-thumbnailconfiguration-state
	//
	State *string `field:"optional" json:"state" yaml:"state"`
}

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

thumbnailConfigurationProperty := &ThumbnailConfigurationProperty{
	State: jsii.String("state"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-thumbnailconfiguration.html

type CfnChannel_TimecodeBurninSettingsProperty added in v2.78.0

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

timecodeBurninSettingsProperty := &TimecodeBurninSettingsProperty{
	FontSize: jsii.String("fontSize"),
	Position: jsii.String("position"),
	Prefix: jsii.String("prefix"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeburninsettings.html

type CfnChannel_TimecodeConfigProperty

type CfnChannel_TimecodeConfigProperty struct {
	// Identifies the source for the timecode that will be associated with the channel outputs.
	//
	// Embedded (embedded): Initialize the output timecode with timecode from the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). System Clock (systemclock): Use the UTC time. Start at 0 (zerobased): The time of the first frame of the channel will be 00:00:00:00.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeconfig.html#cfn-medialive-channel-timecodeconfig-source
	//
	Source *string `field:"optional" json:"source" yaml:"source"`
	// The threshold in frames beyond which output timecode is resynchronized to the input timecode.
	//
	// Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. There is no timecode sync when this is not specified.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeconfig.html#cfn-medialive-channel-timecodeconfig-syncthreshold
	//
	SyncThreshold *float64 `field:"optional" json:"syncThreshold" yaml:"syncThreshold"`
}

The configuration of the timecode in the output.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

timecodeConfigProperty := &TimecodeConfigProperty{
	Source: jsii.String("source"),
	SyncThreshold: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeconfig.html

type CfnChannel_TtmlDestinationSettingsProperty

type CfnChannel_TtmlDestinationSettingsProperty struct {
	// When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ttmldestinationsettings.html#cfn-medialive-channel-ttmldestinationsettings-stylecontrol
	//
	StyleControl *string `field:"optional" json:"styleControl" yaml:"styleControl"`
}

The setup of TTML captions in the output.

The parent of this entity is CaptionDestinationSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

ttmlDestinationSettingsProperty := &TtmlDestinationSettingsProperty{
	StyleControl: jsii.String("styleControl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ttmldestinationsettings.html

type CfnChannel_UdpContainerSettingsProperty

type CfnChannel_UdpContainerSettingsProperty struct {
	// The M2TS configuration for this UDP output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpcontainersettings.html#cfn-medialive-channel-udpcontainersettings-m2tssettings
	//
	M2TsSettings interface{} `field:"optional" json:"m2TsSettings" yaml:"m2TsSettings"`
}

The configuration of a UDP output.

The parent of this entity is UdpOutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

udpContainerSettingsProperty := &UdpContainerSettingsProperty{
	M2TsSettings: &M2tsSettingsProperty{
		AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
		Arib: jsii.String("arib"),
		AribCaptionsPid: jsii.String("aribCaptionsPid"),
		AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
		AudioBufferModel: jsii.String("audioBufferModel"),
		AudioFramesPerPes: jsii.Number(123),
		AudioPids: jsii.String("audioPids"),
		AudioStreamType: jsii.String("audioStreamType"),
		Bitrate: jsii.Number(123),
		BufferModel: jsii.String("bufferModel"),
		CcDescriptor: jsii.String("ccDescriptor"),
		DvbNitSettings: &DvbNitSettingsProperty{
			NetworkId: jsii.Number(123),
			NetworkName: jsii.String("networkName"),
			RepInterval: jsii.Number(123),
		},
		DvbSdtSettings: &DvbSdtSettingsProperty{
			OutputSdt: jsii.String("outputSdt"),
			RepInterval: jsii.Number(123),
			ServiceName: jsii.String("serviceName"),
			ServiceProviderName: jsii.String("serviceProviderName"),
		},
		DvbSubPids: jsii.String("dvbSubPids"),
		DvbTdtSettings: &DvbTdtSettingsProperty{
			RepInterval: jsii.Number(123),
		},
		DvbTeletextPid: jsii.String("dvbTeletextPid"),
		Ebif: jsii.String("ebif"),
		EbpAudioInterval: jsii.String("ebpAudioInterval"),
		EbpLookaheadMs: jsii.Number(123),
		EbpPlacement: jsii.String("ebpPlacement"),
		EcmPid: jsii.String("ecmPid"),
		EsRateInPes: jsii.String("esRateInPes"),
		EtvPlatformPid: jsii.String("etvPlatformPid"),
		EtvSignalPid: jsii.String("etvSignalPid"),
		FragmentTime: jsii.Number(123),
		Klv: jsii.String("klv"),
		KlvDataPids: jsii.String("klvDataPids"),
		NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
		NullPacketBitrate: jsii.Number(123),
		PatInterval: jsii.Number(123),
		PcrControl: jsii.String("pcrControl"),
		PcrPeriod: jsii.Number(123),
		PcrPid: jsii.String("pcrPid"),
		PmtInterval: jsii.Number(123),
		PmtPid: jsii.String("pmtPid"),
		ProgramNum: jsii.Number(123),
		RateMode: jsii.String("rateMode"),
		Scte27Pids: jsii.String("scte27Pids"),
		Scte35Control: jsii.String("scte35Control"),
		Scte35Pid: jsii.String("scte35Pid"),
		Scte35PrerollPullupMilliseconds: jsii.Number(123),
		SegmentationMarkers: jsii.String("segmentationMarkers"),
		SegmentationStyle: jsii.String("segmentationStyle"),
		SegmentationTime: jsii.Number(123),
		TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
		TimedMetadataPid: jsii.String("timedMetadataPid"),
		TransportStreamId: jsii.Number(123),
		VideoPid: jsii.String("videoPid"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpcontainersettings.html

type CfnChannel_UdpGroupSettingsProperty

type CfnChannel_UdpGroupSettingsProperty struct {
	// Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.
	//
	// When dropTs is selected, the entire transport stream stops emitting. When dropProgram is selected, the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or when emitProgram is selected, the transport stream continues to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpgroupsettings.html#cfn-medialive-channel-udpgroupsettings-inputlossaction
	//
	InputLossAction *string `field:"optional" json:"inputLossAction" yaml:"inputLossAction"`
	// Indicates the ID3 frame that has the timecode.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpgroupsettings.html#cfn-medialive-channel-udpgroupsettings-timedmetadataid3frame
	//
	TimedMetadataId3Frame *string `field:"optional" json:"timedMetadataId3Frame" yaml:"timedMetadataId3Frame"`
	// The timed metadata interval in seconds.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpgroupsettings.html#cfn-medialive-channel-udpgroupsettings-timedmetadataid3period
	//
	TimedMetadataId3Period *float64 `field:"optional" json:"timedMetadataId3Period" yaml:"timedMetadataId3Period"`
}

The configuration of a UDP output group.

The parent of this entity is OutputGroupSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

udpGroupSettingsProperty := &UdpGroupSettingsProperty{
	InputLossAction: jsii.String("inputLossAction"),
	TimedMetadataId3Frame: jsii.String("timedMetadataId3Frame"),
	TimedMetadataId3Period: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpgroupsettings.html

type CfnChannel_UdpOutputSettingsProperty

type CfnChannel_UdpOutputSettingsProperty struct {
	// The UDP output buffering in milliseconds.
	//
	// Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, and so on.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpoutputsettings.html#cfn-medialive-channel-udpoutputsettings-buffermsec
	//
	BufferMsec *float64 `field:"optional" json:"bufferMsec" yaml:"bufferMsec"`
	// The settings for the UDP output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpoutputsettings.html#cfn-medialive-channel-udpoutputsettings-containersettings
	//
	ContainerSettings interface{} `field:"optional" json:"containerSettings" yaml:"containerSettings"`
	// The destination address and port number for RTP or UDP packets.
	//
	// These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpoutputsettings.html#cfn-medialive-channel-udpoutputsettings-destination
	//
	Destination interface{} `field:"optional" json:"destination" yaml:"destination"`
	// The settings for enabling and adjusting Forward Error Correction on UDP outputs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpoutputsettings.html#cfn-medialive-channel-udpoutputsettings-fecoutputsettings
	//
	FecOutputSettings interface{} `field:"optional" json:"fecOutputSettings" yaml:"fecOutputSettings"`
}

The settings for one UDP output.

The parent of this entity is OutputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

udpOutputSettingsProperty := &UdpOutputSettingsProperty{
	BufferMsec: jsii.Number(123),
	ContainerSettings: &UdpContainerSettingsProperty{
		M2TsSettings: &M2tsSettingsProperty{
			AbsentInputAudioBehavior: jsii.String("absentInputAudioBehavior"),
			Arib: jsii.String("arib"),
			AribCaptionsPid: jsii.String("aribCaptionsPid"),
			AribCaptionsPidControl: jsii.String("aribCaptionsPidControl"),
			AudioBufferModel: jsii.String("audioBufferModel"),
			AudioFramesPerPes: jsii.Number(123),
			AudioPids: jsii.String("audioPids"),
			AudioStreamType: jsii.String("audioStreamType"),
			Bitrate: jsii.Number(123),
			BufferModel: jsii.String("bufferModel"),
			CcDescriptor: jsii.String("ccDescriptor"),
			DvbNitSettings: &DvbNitSettingsProperty{
				NetworkId: jsii.Number(123),
				NetworkName: jsii.String("networkName"),
				RepInterval: jsii.Number(123),
			},
			DvbSdtSettings: &DvbSdtSettingsProperty{
				OutputSdt: jsii.String("outputSdt"),
				RepInterval: jsii.Number(123),
				ServiceName: jsii.String("serviceName"),
				ServiceProviderName: jsii.String("serviceProviderName"),
			},
			DvbSubPids: jsii.String("dvbSubPids"),
			DvbTdtSettings: &DvbTdtSettingsProperty{
				RepInterval: jsii.Number(123),
			},
			DvbTeletextPid: jsii.String("dvbTeletextPid"),
			Ebif: jsii.String("ebif"),
			EbpAudioInterval: jsii.String("ebpAudioInterval"),
			EbpLookaheadMs: jsii.Number(123),
			EbpPlacement: jsii.String("ebpPlacement"),
			EcmPid: jsii.String("ecmPid"),
			EsRateInPes: jsii.String("esRateInPes"),
			EtvPlatformPid: jsii.String("etvPlatformPid"),
			EtvSignalPid: jsii.String("etvSignalPid"),
			FragmentTime: jsii.Number(123),
			Klv: jsii.String("klv"),
			KlvDataPids: jsii.String("klvDataPids"),
			NielsenId3Behavior: jsii.String("nielsenId3Behavior"),
			NullPacketBitrate: jsii.Number(123),
			PatInterval: jsii.Number(123),
			PcrControl: jsii.String("pcrControl"),
			PcrPeriod: jsii.Number(123),
			PcrPid: jsii.String("pcrPid"),
			PmtInterval: jsii.Number(123),
			PmtPid: jsii.String("pmtPid"),
			ProgramNum: jsii.Number(123),
			RateMode: jsii.String("rateMode"),
			Scte27Pids: jsii.String("scte27Pids"),
			Scte35Control: jsii.String("scte35Control"),
			Scte35Pid: jsii.String("scte35Pid"),
			Scte35PrerollPullupMilliseconds: jsii.Number(123),
			SegmentationMarkers: jsii.String("segmentationMarkers"),
			SegmentationStyle: jsii.String("segmentationStyle"),
			SegmentationTime: jsii.Number(123),
			TimedMetadataBehavior: jsii.String("timedMetadataBehavior"),
			TimedMetadataPid: jsii.String("timedMetadataPid"),
			TransportStreamId: jsii.Number(123),
			VideoPid: jsii.String("videoPid"),
		},
	},
	Destination: &OutputLocationRefProperty{
		DestinationRefId: jsii.String("destinationRefId"),
	},
	FecOutputSettings: &FecOutputSettingsProperty{
		ColumnDepth: jsii.Number(123),
		IncludeFec: jsii.String("includeFec"),
		RowLength: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-udpoutputsettings.html

type CfnChannel_VideoBlackFailoverSettingsProperty

type CfnChannel_VideoBlackFailoverSettingsProperty struct {
	// A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'.
	//
	// For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255*0.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoblackfailoversettings.html#cfn-medialive-channel-videoblackfailoversettings-blackdetectthreshold
	//
	BlackDetectThreshold *float64 `field:"optional" json:"blackDetectThreshold" yaml:"blackDetectThreshold"`
	// The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoblackfailoversettings.html#cfn-medialive-channel-videoblackfailoversettings-videoblackthresholdmsec
	//
	VideoBlackThresholdMsec *float64 `field:"optional" json:"videoBlackThresholdMsec" yaml:"videoBlackThresholdMsec"`
}

MediaLive will perform a failover if content is considered black for the specified period.

The parent of this entity is FailoverConditionSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoBlackFailoverSettingsProperty := &VideoBlackFailoverSettingsProperty{
	BlackDetectThreshold: jsii.Number(123),
	VideoBlackThresholdMsec: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoblackfailoversettings.html

type CfnChannel_VideoCodecSettingsProperty

type CfnChannel_VideoCodecSettingsProperty struct {
	// The settings for the video codec in a frame capture output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videocodecsettings.html#cfn-medialive-channel-videocodecsettings-framecapturesettings
	//
	FrameCaptureSettings interface{} `field:"optional" json:"frameCaptureSettings" yaml:"frameCaptureSettings"`
	// The settings for the H.264 codec in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videocodecsettings.html#cfn-medialive-channel-videocodecsettings-h264settings
	//
	H264Settings interface{} `field:"optional" json:"h264Settings" yaml:"h264Settings"`
	// Settings for video encoded with the H265 codec.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videocodecsettings.html#cfn-medialive-channel-videocodecsettings-h265settings
	//
	H265Settings interface{} `field:"optional" json:"h265Settings" yaml:"h265Settings"`
	// Settings for video encoded with the MPEG-2 codec.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videocodecsettings.html#cfn-medialive-channel-videocodecsettings-mpeg2settings
	//
	Mpeg2Settings interface{} `field:"optional" json:"mpeg2Settings" yaml:"mpeg2Settings"`
}

The settings for the video codec in the output.

The parent of this entity is VideoDescription.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoCodecSettingsProperty := &VideoCodecSettingsProperty{
	FrameCaptureSettings: &FrameCaptureSettingsProperty{
		CaptureInterval: jsii.Number(123),
		CaptureIntervalUnits: jsii.String("captureIntervalUnits"),
		TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
			FontSize: jsii.String("fontSize"),
			Position: jsii.String("position"),
			Prefix: jsii.String("prefix"),
		},
	},
	H264Settings: &H264SettingsProperty{
		AdaptiveQuantization: jsii.String("adaptiveQuantization"),
		AfdSignaling: jsii.String("afdSignaling"),
		Bitrate: jsii.Number(123),
		BufFillPct: jsii.Number(123),
		BufSize: jsii.Number(123),
		ColorMetadata: jsii.String("colorMetadata"),
		ColorSpaceSettings: &H264ColorSpaceSettingsProperty{
			ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
			},
			Rec601Settings: &Rec601SettingsProperty{
			},
			Rec709Settings: &Rec709SettingsProperty{
			},
		},
		EntropyEncoding: jsii.String("entropyEncoding"),
		FilterSettings: &H264FilterSettingsProperty{
			TemporalFilterSettings: &TemporalFilterSettingsProperty{
				PostFilterSharpening: jsii.String("postFilterSharpening"),
				Strength: jsii.String("strength"),
			},
		},
		FixedAfd: jsii.String("fixedAfd"),
		FlickerAq: jsii.String("flickerAq"),
		ForceFieldPictures: jsii.String("forceFieldPictures"),
		FramerateControl: jsii.String("framerateControl"),
		FramerateDenominator: jsii.Number(123),
		FramerateNumerator: jsii.Number(123),
		GopBReference: jsii.String("gopBReference"),
		GopClosedCadence: jsii.Number(123),
		GopNumBFrames: jsii.Number(123),
		GopSize: jsii.Number(123),
		GopSizeUnits: jsii.String("gopSizeUnits"),
		Level: jsii.String("level"),
		LookAheadRateControl: jsii.String("lookAheadRateControl"),
		MaxBitrate: jsii.Number(123),
		MinIInterval: jsii.Number(123),
		NumRefFrames: jsii.Number(123),
		ParControl: jsii.String("parControl"),
		ParDenominator: jsii.Number(123),
		ParNumerator: jsii.Number(123),
		Profile: jsii.String("profile"),
		QualityLevel: jsii.String("qualityLevel"),
		QvbrQualityLevel: jsii.Number(123),
		RateControlMode: jsii.String("rateControlMode"),
		ScanType: jsii.String("scanType"),
		SceneChangeDetect: jsii.String("sceneChangeDetect"),
		Slices: jsii.Number(123),
		Softness: jsii.Number(123),
		SpatialAq: jsii.String("spatialAq"),
		SubgopLength: jsii.String("subgopLength"),
		Syntax: jsii.String("syntax"),
		TemporalAq: jsii.String("temporalAq"),
		TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
			FontSize: jsii.String("fontSize"),
			Position: jsii.String("position"),
			Prefix: jsii.String("prefix"),
		},
		TimecodeInsertion: jsii.String("timecodeInsertion"),
	},
	H265Settings: &H265SettingsProperty{
		AdaptiveQuantization: jsii.String("adaptiveQuantization"),
		AfdSignaling: jsii.String("afdSignaling"),
		AlternativeTransferFunction: jsii.String("alternativeTransferFunction"),
		Bitrate: jsii.Number(123),
		BufSize: jsii.Number(123),
		ColorMetadata: jsii.String("colorMetadata"),
		ColorSpaceSettings: &H265ColorSpaceSettingsProperty{
			ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
			},
			DolbyVision81Settings: &DolbyVision81SettingsProperty{
			},
			Hdr10Settings: &Hdr10SettingsProperty{
				MaxCll: jsii.Number(123),
				MaxFall: jsii.Number(123),
			},
			Rec601Settings: &Rec601SettingsProperty{
			},
			Rec709Settings: &Rec709SettingsProperty{
			},
		},
		FilterSettings: &H265FilterSettingsProperty{
			TemporalFilterSettings: &TemporalFilterSettingsProperty{
				PostFilterSharpening: jsii.String("postFilterSharpening"),
				Strength: jsii.String("strength"),
			},
		},
		FixedAfd: jsii.String("fixedAfd"),
		FlickerAq: jsii.String("flickerAq"),
		FramerateDenominator: jsii.Number(123),
		FramerateNumerator: jsii.Number(123),
		GopClosedCadence: jsii.Number(123),
		GopSize: jsii.Number(123),
		GopSizeUnits: jsii.String("gopSizeUnits"),
		Level: jsii.String("level"),
		LookAheadRateControl: jsii.String("lookAheadRateControl"),
		MaxBitrate: jsii.Number(123),
		MinIInterval: jsii.Number(123),
		MvOverPictureBoundaries: jsii.String("mvOverPictureBoundaries"),
		MvTemporalPredictor: jsii.String("mvTemporalPredictor"),
		ParDenominator: jsii.Number(123),
		ParNumerator: jsii.Number(123),
		Profile: jsii.String("profile"),
		QvbrQualityLevel: jsii.Number(123),
		RateControlMode: jsii.String("rateControlMode"),
		ScanType: jsii.String("scanType"),
		SceneChangeDetect: jsii.String("sceneChangeDetect"),
		Slices: jsii.Number(123),
		Tier: jsii.String("tier"),
		TileHeight: jsii.Number(123),
		TilePadding: jsii.String("tilePadding"),
		TileWidth: jsii.Number(123),
		TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
			FontSize: jsii.String("fontSize"),
			Position: jsii.String("position"),
			Prefix: jsii.String("prefix"),
		},
		TimecodeInsertion: jsii.String("timecodeInsertion"),
		TreeblockSize: jsii.String("treeblockSize"),
	},
	Mpeg2Settings: &Mpeg2SettingsProperty{
		AdaptiveQuantization: jsii.String("adaptiveQuantization"),
		AfdSignaling: jsii.String("afdSignaling"),
		ColorMetadata: jsii.String("colorMetadata"),
		ColorSpace: jsii.String("colorSpace"),
		DisplayAspectRatio: jsii.String("displayAspectRatio"),
		FilterSettings: &Mpeg2FilterSettingsProperty{
			TemporalFilterSettings: &TemporalFilterSettingsProperty{
				PostFilterSharpening: jsii.String("postFilterSharpening"),
				Strength: jsii.String("strength"),
			},
		},
		FixedAfd: jsii.String("fixedAfd"),
		FramerateDenominator: jsii.Number(123),
		FramerateNumerator: jsii.Number(123),
		GopClosedCadence: jsii.Number(123),
		GopNumBFrames: jsii.Number(123),
		GopSize: jsii.Number(123),
		GopSizeUnits: jsii.String("gopSizeUnits"),
		ScanType: jsii.String("scanType"),
		SubgopLength: jsii.String("subgopLength"),
		TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
			FontSize: jsii.String("fontSize"),
			Position: jsii.String("position"),
			Prefix: jsii.String("prefix"),
		},
		TimecodeInsertion: jsii.String("timecodeInsertion"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videocodecsettings.html

type CfnChannel_VideoDescriptionProperty

type CfnChannel_VideoDescriptionProperty struct {
	// The video codec settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-codecsettings
	//
	CodecSettings interface{} `field:"optional" json:"codecSettings" yaml:"codecSettings"`
	// The output video height, in pixels.
	//
	// This must be an even number. For most codecs, you can keep this field and width blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-height
	//
	Height *float64 `field:"optional" json:"height" yaml:"height"`
	// The name of this VideoDescription.
	//
	// Outputs use this name to uniquely identify this description. Description names should be unique within this channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// Indicates how to respond to the AFD values in the input stream.
	//
	// RESPOND causes input video to be clipped, depending on the AFD value, input display aspect ratio, and output display aspect ratio, and (except for the FRAMECAPTURE codec) includes the values in the output. PASSTHROUGH (does not apply to FRAMECAPTURE codec) ignores the AFD values and includes the values in the output, so input video is not clipped. NONE ignores the AFD values and does not include the values through to the output, so input video is not clipped.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-respondtoafd
	//
	RespondToAfd *string `field:"optional" json:"respondToAfd" yaml:"respondToAfd"`
	// STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width).
	//
	// This option overrides any position value. DEFAULT might insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-scalingbehavior
	//
	ScalingBehavior *string `field:"optional" json:"scalingBehavior" yaml:"scalingBehavior"`
	// Changes the strength of the anti-alias filter used for scaling.
	//
	// 0 is the softest setting, and 100 is the sharpest. We recommend a setting of 50 for most content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-sharpness
	//
	Sharpness *float64 `field:"optional" json:"sharpness" yaml:"sharpness"`
	// The output video width, in pixels.
	//
	// It must be an even number. For most codecs, you can keep this field and height blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html#cfn-medialive-channel-videodescription-width
	//
	Width *float64 `field:"optional" json:"width" yaml:"width"`
}

Encoding information for one output video.

The parent of this entity is EncoderSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoDescriptionProperty := &VideoDescriptionProperty{
	CodecSettings: &VideoCodecSettingsProperty{
		FrameCaptureSettings: &FrameCaptureSettingsProperty{
			CaptureInterval: jsii.Number(123),
			CaptureIntervalUnits: jsii.String("captureIntervalUnits"),
			TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
				FontSize: jsii.String("fontSize"),
				Position: jsii.String("position"),
				Prefix: jsii.String("prefix"),
			},
		},
		H264Settings: &H264SettingsProperty{
			AdaptiveQuantization: jsii.String("adaptiveQuantization"),
			AfdSignaling: jsii.String("afdSignaling"),
			Bitrate: jsii.Number(123),
			BufFillPct: jsii.Number(123),
			BufSize: jsii.Number(123),
			ColorMetadata: jsii.String("colorMetadata"),
			ColorSpaceSettings: &H264ColorSpaceSettingsProperty{
				ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
				},
				Rec601Settings: &Rec601SettingsProperty{
				},
				Rec709Settings: &Rec709SettingsProperty{
				},
			},
			EntropyEncoding: jsii.String("entropyEncoding"),
			FilterSettings: &H264FilterSettingsProperty{
				TemporalFilterSettings: &TemporalFilterSettingsProperty{
					PostFilterSharpening: jsii.String("postFilterSharpening"),
					Strength: jsii.String("strength"),
				},
			},
			FixedAfd: jsii.String("fixedAfd"),
			FlickerAq: jsii.String("flickerAq"),
			ForceFieldPictures: jsii.String("forceFieldPictures"),
			FramerateControl: jsii.String("framerateControl"),
			FramerateDenominator: jsii.Number(123),
			FramerateNumerator: jsii.Number(123),
			GopBReference: jsii.String("gopBReference"),
			GopClosedCadence: jsii.Number(123),
			GopNumBFrames: jsii.Number(123),
			GopSize: jsii.Number(123),
			GopSizeUnits: jsii.String("gopSizeUnits"),
			Level: jsii.String("level"),
			LookAheadRateControl: jsii.String("lookAheadRateControl"),
			MaxBitrate: jsii.Number(123),
			MinIInterval: jsii.Number(123),
			NumRefFrames: jsii.Number(123),
			ParControl: jsii.String("parControl"),
			ParDenominator: jsii.Number(123),
			ParNumerator: jsii.Number(123),
			Profile: jsii.String("profile"),
			QualityLevel: jsii.String("qualityLevel"),
			QvbrQualityLevel: jsii.Number(123),
			RateControlMode: jsii.String("rateControlMode"),
			ScanType: jsii.String("scanType"),
			SceneChangeDetect: jsii.String("sceneChangeDetect"),
			Slices: jsii.Number(123),
			Softness: jsii.Number(123),
			SpatialAq: jsii.String("spatialAq"),
			SubgopLength: jsii.String("subgopLength"),
			Syntax: jsii.String("syntax"),
			TemporalAq: jsii.String("temporalAq"),
			TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
				FontSize: jsii.String("fontSize"),
				Position: jsii.String("position"),
				Prefix: jsii.String("prefix"),
			},
			TimecodeInsertion: jsii.String("timecodeInsertion"),
		},
		H265Settings: &H265SettingsProperty{
			AdaptiveQuantization: jsii.String("adaptiveQuantization"),
			AfdSignaling: jsii.String("afdSignaling"),
			AlternativeTransferFunction: jsii.String("alternativeTransferFunction"),
			Bitrate: jsii.Number(123),
			BufSize: jsii.Number(123),
			ColorMetadata: jsii.String("colorMetadata"),
			ColorSpaceSettings: &H265ColorSpaceSettingsProperty{
				ColorSpacePassthroughSettings: &ColorSpacePassthroughSettingsProperty{
				},
				DolbyVision81Settings: &DolbyVision81SettingsProperty{
				},
				Hdr10Settings: &Hdr10SettingsProperty{
					MaxCll: jsii.Number(123),
					MaxFall: jsii.Number(123),
				},
				Rec601Settings: &Rec601SettingsProperty{
				},
				Rec709Settings: &Rec709SettingsProperty{
				},
			},
			FilterSettings: &H265FilterSettingsProperty{
				TemporalFilterSettings: &TemporalFilterSettingsProperty{
					PostFilterSharpening: jsii.String("postFilterSharpening"),
					Strength: jsii.String("strength"),
				},
			},
			FixedAfd: jsii.String("fixedAfd"),
			FlickerAq: jsii.String("flickerAq"),
			FramerateDenominator: jsii.Number(123),
			FramerateNumerator: jsii.Number(123),
			GopClosedCadence: jsii.Number(123),
			GopSize: jsii.Number(123),
			GopSizeUnits: jsii.String("gopSizeUnits"),
			Level: jsii.String("level"),
			LookAheadRateControl: jsii.String("lookAheadRateControl"),
			MaxBitrate: jsii.Number(123),
			MinIInterval: jsii.Number(123),
			MvOverPictureBoundaries: jsii.String("mvOverPictureBoundaries"),
			MvTemporalPredictor: jsii.String("mvTemporalPredictor"),
			ParDenominator: jsii.Number(123),
			ParNumerator: jsii.Number(123),
			Profile: jsii.String("profile"),
			QvbrQualityLevel: jsii.Number(123),
			RateControlMode: jsii.String("rateControlMode"),
			ScanType: jsii.String("scanType"),
			SceneChangeDetect: jsii.String("sceneChangeDetect"),
			Slices: jsii.Number(123),
			Tier: jsii.String("tier"),
			TileHeight: jsii.Number(123),
			TilePadding: jsii.String("tilePadding"),
			TileWidth: jsii.Number(123),
			TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
				FontSize: jsii.String("fontSize"),
				Position: jsii.String("position"),
				Prefix: jsii.String("prefix"),
			},
			TimecodeInsertion: jsii.String("timecodeInsertion"),
			TreeblockSize: jsii.String("treeblockSize"),
		},
		Mpeg2Settings: &Mpeg2SettingsProperty{
			AdaptiveQuantization: jsii.String("adaptiveQuantization"),
			AfdSignaling: jsii.String("afdSignaling"),
			ColorMetadata: jsii.String("colorMetadata"),
			ColorSpace: jsii.String("colorSpace"),
			DisplayAspectRatio: jsii.String("displayAspectRatio"),
			FilterSettings: &Mpeg2FilterSettingsProperty{
				TemporalFilterSettings: &TemporalFilterSettingsProperty{
					PostFilterSharpening: jsii.String("postFilterSharpening"),
					Strength: jsii.String("strength"),
				},
			},
			FixedAfd: jsii.String("fixedAfd"),
			FramerateDenominator: jsii.Number(123),
			FramerateNumerator: jsii.Number(123),
			GopClosedCadence: jsii.Number(123),
			GopNumBFrames: jsii.Number(123),
			GopSize: jsii.Number(123),
			GopSizeUnits: jsii.String("gopSizeUnits"),
			ScanType: jsii.String("scanType"),
			SubgopLength: jsii.String("subgopLength"),
			TimecodeBurninSettings: &TimecodeBurninSettingsProperty{
				FontSize: jsii.String("fontSize"),
				Position: jsii.String("position"),
				Prefix: jsii.String("prefix"),
			},
			TimecodeInsertion: jsii.String("timecodeInsertion"),
		},
	},
	Height: jsii.Number(123),
	Name: jsii.String("name"),
	RespondToAfd: jsii.String("respondToAfd"),
	ScalingBehavior: jsii.String("scalingBehavior"),
	Sharpness: jsii.Number(123),
	Width: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videodescription.html

type CfnChannel_VideoSelectorColorSpaceSettingsProperty

type CfnChannel_VideoSelectorColorSpaceSettingsProperty struct {
	// Settings to configure color space settings in the incoming video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorcolorspacesettings.html#cfn-medialive-channel-videoselectorcolorspacesettings-hdr10settings
	//
	Hdr10Settings interface{} `field:"optional" json:"hdr10Settings" yaml:"hdr10Settings"`
}

Settings to configure color space settings in the incoming video.

The parent of this entity is VideoSelector.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoSelectorColorSpaceSettingsProperty := &VideoSelectorColorSpaceSettingsProperty{
	Hdr10Settings: &Hdr10SettingsProperty{
		MaxCll: jsii.Number(123),
		MaxFall: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorcolorspacesettings.html

type CfnChannel_VideoSelectorPidProperty

type CfnChannel_VideoSelectorPidProperty struct {
	// Selects a specific PID from within a video source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorpid.html#cfn-medialive-channel-videoselectorpid-pid
	//
	Pid *float64 `field:"optional" json:"pid" yaml:"pid"`
}

Selects a specific PID from within a video source.

The parent of this entity is VideoSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoSelectorPidProperty := &VideoSelectorPidProperty{
	Pid: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorpid.html

type CfnChannel_VideoSelectorProgramIdProperty

type CfnChannel_VideoSelectorProgramIdProperty struct {
	// Selects a specific program from within a multi-program transport stream.
	//
	// If the program doesn't exist, MediaLive selects the first program within the transport stream by default.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorprogramid.html#cfn-medialive-channel-videoselectorprogramid-programid
	//
	ProgramId *float64 `field:"optional" json:"programId" yaml:"programId"`
}

Used to extract video by the program ID.

The parent of this entity is VideoSelectorSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoSelectorProgramIdProperty := &VideoSelectorProgramIdProperty{
	ProgramId: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorprogramid.html

type CfnChannel_VideoSelectorProperty

type CfnChannel_VideoSelectorProperty struct {
	// Specifies the color space of an input.
	//
	// This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselector.html#cfn-medialive-channel-videoselector-colorspace
	//
	ColorSpace *string `field:"optional" json:"colorSpace" yaml:"colorSpace"`
	// Settings to configure color space settings in the incoming video.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselector.html#cfn-medialive-channel-videoselector-colorspacesettings
	//
	ColorSpaceSettings interface{} `field:"optional" json:"colorSpaceSettings" yaml:"colorSpaceSettings"`
	// Applies only if colorSpace is a value other than Follow.
	//
	// This field controls how the value in the colorSpace field is used. Fallback means that when the input does include color space data, that data is used, but when the input has no color space data, the value in colorSpace is used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. Force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselector.html#cfn-medialive-channel-videoselector-colorspaceusage
	//
	ColorSpaceUsage *string `field:"optional" json:"colorSpaceUsage" yaml:"colorSpaceUsage"`
	// Information about the video to select from the content.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselector.html#cfn-medialive-channel-videoselector-selectorsettings
	//
	SelectorSettings interface{} `field:"optional" json:"selectorSettings" yaml:"selectorSettings"`
}

Information about the video to extract from the input. An input can contain only one video selector.

The parent of this entity is InputSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoSelectorProperty := &VideoSelectorProperty{
	ColorSpace: jsii.String("colorSpace"),
	ColorSpaceSettings: &VideoSelectorColorSpaceSettingsProperty{
		Hdr10Settings: &Hdr10SettingsProperty{
			MaxCll: jsii.Number(123),
			MaxFall: jsii.Number(123),
		},
	},
	ColorSpaceUsage: jsii.String("colorSpaceUsage"),
	SelectorSettings: &VideoSelectorSettingsProperty{
		VideoSelectorPid: &VideoSelectorPidProperty{
			Pid: jsii.Number(123),
		},
		VideoSelectorProgramId: &VideoSelectorProgramIdProperty{
			ProgramId: jsii.Number(123),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselector.html

type CfnChannel_VideoSelectorSettingsProperty

type CfnChannel_VideoSelectorSettingsProperty struct {
	// Used to extract video by PID.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorsettings.html#cfn-medialive-channel-videoselectorsettings-videoselectorpid
	//
	VideoSelectorPid interface{} `field:"optional" json:"videoSelectorPid" yaml:"videoSelectorPid"`
	// Used to extract video by program ID.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorsettings.html#cfn-medialive-channel-videoselectorsettings-videoselectorprogramid
	//
	VideoSelectorProgramId interface{} `field:"optional" json:"videoSelectorProgramId" yaml:"videoSelectorProgramId"`
}

Information about the video to extract from the input.

The parent of this entity is VideoSelector.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

videoSelectorSettingsProperty := &VideoSelectorSettingsProperty{
	VideoSelectorPid: &VideoSelectorPidProperty{
		Pid: jsii.Number(123),
	},
	VideoSelectorProgramId: &VideoSelectorProgramIdProperty{
		ProgramId: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorsettings.html

type CfnChannel_VpcOutputSettingsProperty

type CfnChannel_VpcOutputSettingsProperty struct {
	// List of public address allocation IDs to associate with ENIs that will be created in Output VPC.
	//
	// Must specify one for SINGLE_PIPELINE, two for STANDARD channels.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-vpcoutputsettings.html#cfn-medialive-channel-vpcoutputsettings-publicaddressallocationids
	//
	PublicAddressAllocationIds *[]*string `field:"optional" json:"publicAddressAllocationIds" yaml:"publicAddressAllocationIds"`
	// A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
	//
	// If none are specified then the VPC default security group will be used.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-vpcoutputsettings.html#cfn-medialive-channel-vpcoutputsettings-securitygroupids
	//
	SecurityGroupIds *[]*string `field:"optional" json:"securityGroupIds" yaml:"securityGroupIds"`
	// A list of VPC subnet IDs from the same VPC.
	//
	// If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-vpcoutputsettings.html#cfn-medialive-channel-vpcoutputsettings-subnetids
	//
	SubnetIds *[]*string `field:"optional" json:"subnetIds" yaml:"subnetIds"`
}

Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.

This entity is at the top level in the channel.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

vpcOutputSettingsProperty := &VpcOutputSettingsProperty{
	PublicAddressAllocationIds: []*string{
		jsii.String("publicAddressAllocationIds"),
	},
	SecurityGroupIds: []*string{
		jsii.String("securityGroupIds"),
	},
	SubnetIds: []*string{
		jsii.String("subnetIds"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-vpcoutputsettings.html

type CfnChannel_WavSettingsProperty

type CfnChannel_WavSettingsProperty struct {
	// Bits per sample.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-wavsettings.html#cfn-medialive-channel-wavsettings-bitdepth
	//
	BitDepth *float64 `field:"optional" json:"bitDepth" yaml:"bitDepth"`
	// The audio coding mode for the WAV audio.
	//
	// The mode determines the number of channels in the audio.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-wavsettings.html#cfn-medialive-channel-wavsettings-codingmode
	//
	CodingMode *string `field:"optional" json:"codingMode" yaml:"codingMode"`
	// Sample rate in Hz.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-wavsettings.html#cfn-medialive-channel-wavsettings-samplerate
	//
	SampleRate *float64 `field:"optional" json:"sampleRate" yaml:"sampleRate"`
}

The setup of WAV audio in the output.

The parent of this entity is AudioCodecSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

wavSettingsProperty := &WavSettingsProperty{
	BitDepth: jsii.Number(123),
	CodingMode: jsii.String("codingMode"),
	SampleRate: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-wavsettings.html

type CfnChannel_WebvttDestinationSettingsProperty

type CfnChannel_WebvttDestinationSettingsProperty struct {
	// Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
	//
	// PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-webvttdestinationsettings.html#cfn-medialive-channel-webvttdestinationsettings-stylecontrol
	//
	StyleControl *string `field:"optional" json:"styleControl" yaml:"styleControl"`
}

The configuration of Web VTT captions in the output.

The parent of this entity is CaptionDestinationSettings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

webvttDestinationSettingsProperty := &WebvttDestinationSettingsProperty{
	StyleControl: jsii.String("styleControl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-webvttdestinationsettings.html

type CfnInput

type CfnInput interface {
	awscdk.CfnResource
	awscdk.IInspectable
	awscdk.ITaggable
	// The ARN of the MediaLive input.
	//
	// For example: arn:aws:medialive:us-west-1:111122223333:medialive:input:1234567. MediaLive creates this ARN when it creates the input.
	AttrArn() *string
	// For a push input, the the destination or destinations for the input.
	//
	// The destinations are the URLs of locations on MediaLive where the upstream system pushes the content to, for this input. MediaLive creates these addresses when it creates the input.
	AttrDestinations() *[]*string
	// The unique ID for the device.
	AttrId() *string
	// For a pull input, the source or sources for the input.
	//
	// The sources are the URLs of locations on the upstream system where MediaLive pulls the content from, for this input. You included these URLs in the create request.
	AttrSources() *[]*string
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// Settings that apply only if the input is a push type of input.
	Destinations() interface{}
	SetDestinations(val interface{})
	// Settings that apply only if the input is an Elemental Link input.
	InputDevices() interface{}
	SetInputDevices(val interface{})
	// The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
	InputSecurityGroups() *[]*string
	SetInputSecurityGroups(val *[]*string)
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// Settings that apply only if the input is a MediaConnect input.
	MediaConnectFlows() interface{}
	SetMediaConnectFlows(val interface{})
	// A name for the input.
	Name() *string
	SetName(val *string)
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.
	RoleArn() *string
	SetRoleArn(val *string)
	// Settings that apply only if the input is a pull type of input.
	Sources() interface{}
	SetSources(val interface{})
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Tag Manager which manages the tags for this resource.
	Tags() awscdk.TagManager
	// A collection of tags for this input.
	TagsRaw() interface{}
	SetTagsRaw(val interface{})
	// The type for this input.
	Type() *string
	SetType(val *string)
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Settings that apply only if the input is an push input where the source is on Amazon VPC.
	Vpc() interface{}
	SetVpc(val interface{})
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

The AWS::MediaLive::Input resource is a MediaLive resource type that creates an input.

A MediaLive input holds information that describes how the MediaLive channel is connected to the upstream system that is providing the source content that is to be transcoded.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

var tags interface{}

cfnInput := awscdk.Aws_medialive.NewCfnInput(this, jsii.String("MyCfnInput"), &CfnInputProps{
	Destinations: []interface{}{
		&InputDestinationRequestProperty{
			StreamName: jsii.String("streamName"),
		},
	},
	InputDevices: []interface{}{
		&InputDeviceSettingsProperty{
			Id: jsii.String("id"),
		},
	},
	InputSecurityGroups: []*string{
		jsii.String("inputSecurityGroups"),
	},
	MediaConnectFlows: []interface{}{
		&MediaConnectFlowRequestProperty{
			FlowArn: jsii.String("flowArn"),
		},
	},
	Name: jsii.String("name"),
	RoleArn: jsii.String("roleArn"),
	Sources: []interface{}{
		&InputSourceRequestProperty{
			PasswordParam: jsii.String("passwordParam"),
			Url: jsii.String("url"),
			Username: jsii.String("username"),
		},
	},
	Tags: tags,
	Type: jsii.String("type"),
	Vpc: &InputVpcRequestProperty{
		SecurityGroupIds: []*string{
			jsii.String("securityGroupIds"),
		},
		SubnetIds: []*string{
			jsii.String("subnetIds"),
		},
	},
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html

func NewCfnInput

func NewCfnInput(scope constructs.Construct, id *string, props *CfnInputProps) CfnInput

type CfnInputProps

type CfnInputProps struct {
	// Settings that apply only if the input is a push type of input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-destinations
	//
	Destinations interface{} `field:"optional" json:"destinations" yaml:"destinations"`
	// Settings that apply only if the input is an Elemental Link input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-inputdevices
	//
	InputDevices interface{} `field:"optional" json:"inputDevices" yaml:"inputDevices"`
	// The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-inputsecuritygroups
	//
	InputSecurityGroups *[]*string `field:"optional" json:"inputSecurityGroups" yaml:"inputSecurityGroups"`
	// Settings that apply only if the input is a MediaConnect input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-mediaconnectflows
	//
	MediaConnectFlows interface{} `field:"optional" json:"mediaConnectFlows" yaml:"mediaConnectFlows"`
	// A name for the input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name
	//
	Name *string `field:"optional" json:"name" yaml:"name"`
	// The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.
	//
	// This doesn't apply to other types of inputs. The role is identified by its ARN.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn
	//
	RoleArn *string `field:"optional" json:"roleArn" yaml:"roleArn"`
	// Settings that apply only if the input is a pull type of input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sources
	//
	Sources interface{} `field:"optional" json:"sources" yaml:"sources"`
	// A collection of tags for this input.
	//
	// Each tag is a key-value pair.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags
	//
	Tags interface{} `field:"optional" json:"tags" yaml:"tags"`
	// The type for this input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type
	//
	Type *string `field:"optional" json:"type" yaml:"type"`
	// Settings that apply only if the input is an push input where the source is on Amazon VPC.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-vpc
	//
	Vpc interface{} `field:"optional" json:"vpc" yaml:"vpc"`
}

Properties for defining a `CfnInput`.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

var tags interface{}

cfnInputProps := &CfnInputProps{
	Destinations: []interface{}{
		&InputDestinationRequestProperty{
			StreamName: jsii.String("streamName"),
		},
	},
	InputDevices: []interface{}{
		&InputDeviceSettingsProperty{
			Id: jsii.String("id"),
		},
	},
	InputSecurityGroups: []*string{
		jsii.String("inputSecurityGroups"),
	},
	MediaConnectFlows: []interface{}{
		&MediaConnectFlowRequestProperty{
			FlowArn: jsii.String("flowArn"),
		},
	},
	Name: jsii.String("name"),
	RoleArn: jsii.String("roleArn"),
	Sources: []interface{}{
		&InputSourceRequestProperty{
			PasswordParam: jsii.String("passwordParam"),
			Url: jsii.String("url"),
			Username: jsii.String("username"),
		},
	},
	Tags: tags,
	Type: jsii.String("type"),
	Vpc: &InputVpcRequestProperty{
		SecurityGroupIds: []*string{
			jsii.String("securityGroupIds"),
		},
		SubnetIds: []*string{
			jsii.String("subnetIds"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html

type CfnInputSecurityGroup

type CfnInputSecurityGroup interface {
	awscdk.CfnResource
	awscdk.IInspectable
	awscdk.ITaggable
	// The ARN of the MediaLive input security group.
	//
	// For example: arn:aws:medialive:us-west-1:111122223333:medialive:inputSecurityGroup:1234567.
	AttrArn() *string
	// The Id of the Input Security Group.
	AttrId() *string
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Tag Manager which manages the tags for this resource.
	Tags() awscdk.TagManager
	// A collection of tags for this input security group.
	TagsRaw() interface{}
	SetTagsRaw(val interface{})
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.
	WhitelistRules() interface{}
	SetWhitelistRules(val interface{})
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

A MediaLive input security group is associated with a MediaLive input. The input security group is an "allow list" of IP addresses that controls whether an external IP address can push content to the associated MediaLive input.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

var tags interface{}

cfnInputSecurityGroup := awscdk.Aws_medialive.NewCfnInputSecurityGroup(this, jsii.String("MyCfnInputSecurityGroup"), &CfnInputSecurityGroupProps{
	Tags: tags,
	WhitelistRules: []interface{}{
		&InputWhitelistRuleCidrProperty{
			Cidr: jsii.String("cidr"),
		},
	},
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

func NewCfnInputSecurityGroup

func NewCfnInputSecurityGroup(scope constructs.Construct, id *string, props *CfnInputSecurityGroupProps) CfnInputSecurityGroup

type CfnInputSecurityGroupProps

type CfnInputSecurityGroupProps struct {
	// A collection of tags for this input security group.
	//
	// Each tag is a key-value pair.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags
	//
	Tags interface{} `field:"optional" json:"tags" yaml:"tags"`
	// The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-whitelistrules
	//
	WhitelistRules interface{} `field:"optional" json:"whitelistRules" yaml:"whitelistRules"`
}

Properties for defining a `CfnInputSecurityGroup`.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

var tags interface{}

cfnInputSecurityGroupProps := &CfnInputSecurityGroupProps{
	Tags: tags,
	WhitelistRules: []interface{}{
		&InputWhitelistRuleCidrProperty{
			Cidr: jsii.String("cidr"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

type CfnInputSecurityGroup_InputWhitelistRuleCidrProperty

type CfnInputSecurityGroup_InputWhitelistRuleCidrProperty struct {
	// An IPv4 CIDR range to include in this input security group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr.html#cfn-medialive-inputsecuritygroup-inputwhitelistrulecidr-cidr
	//
	Cidr *string `field:"optional" json:"cidr" yaml:"cidr"`
}

An IPv4 CIDR range to include in this input security group.

The parent of this entity is InputSecurityGroup.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputWhitelistRuleCidrProperty := &InputWhitelistRuleCidrProperty{
	Cidr: jsii.String("cidr"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr.html

type CfnInput_InputDestinationRequestProperty

type CfnInput_InputDestinationRequestProperty struct {
	// The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdestinationrequest.html#cfn-medialive-input-inputdestinationrequest-streamname
	//
	StreamName *string `field:"optional" json:"streamName" yaml:"streamName"`
}

Settings that apply only if the input is a push type of input.

The parent of this entity is Input.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputDestinationRequestProperty := &InputDestinationRequestProperty{
	StreamName: jsii.String("streamName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdestinationrequest.html

type CfnInput_InputDeviceRequestProperty

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputDeviceRequestProperty := &InputDeviceRequestProperty{
	Id: jsii.String("id"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicerequest.html

type CfnInput_InputDeviceSettingsProperty

type CfnInput_InputDeviceSettingsProperty struct {
	// The unique ID for the device.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicesettings.html#cfn-medialive-input-inputdevicesettings-id
	//
	Id *string `field:"optional" json:"id" yaml:"id"`
}

Settings that apply only if the input is an Elemental Link input.

The parent of this entity is Input.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputDeviceSettingsProperty := &InputDeviceSettingsProperty{
	Id: jsii.String("id"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicesettings.html

type CfnInput_InputSourceRequestProperty

type CfnInput_InputSourceRequestProperty struct {
	// The password parameter that holds the password for accessing the upstream system.
	//
	// The password parameter applies only if the upstream system requires credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html#cfn-medialive-input-inputsourcerequest-passwordparam
	//
	PasswordParam *string `field:"optional" json:"passwordParam" yaml:"passwordParam"`
	// For a pull input, the URL where MediaLive pulls the source content from.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html#cfn-medialive-input-inputsourcerequest-url
	//
	Url *string `field:"optional" json:"url" yaml:"url"`
	// The user name to connect to the upstream system.
	//
	// The user name applies only if the upstream system requires credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html#cfn-medialive-input-inputsourcerequest-username
	//
	Username *string `field:"optional" json:"username" yaml:"username"`
}

Settings that apply only if the input is a pull type of input.

The parent of this entity is Input.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputSourceRequestProperty := &InputSourceRequestProperty{
	PasswordParam: jsii.String("passwordParam"),
	Url: jsii.String("url"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html

type CfnInput_InputVpcRequestProperty

type CfnInput_InputVpcRequestProperty struct {
	// The list of up to five VPC security group IDs to attach to the input VPC network interfaces.
	//
	// The security groups require subnet IDs. If none are specified, MediaLive uses the VPC default security group.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputvpcrequest.html#cfn-medialive-input-inputvpcrequest-securitygroupids
	//
	SecurityGroupIds *[]*string `field:"optional" json:"securityGroupIds" yaml:"securityGroupIds"`
	// The list of two VPC subnet IDs from the same VPC.
	//
	// You must associate subnet IDs to two unique Availability Zones.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputvpcrequest.html#cfn-medialive-input-inputvpcrequest-subnetids
	//
	SubnetIds *[]*string `field:"optional" json:"subnetIds" yaml:"subnetIds"`
}

Settings that apply only if the input is an push input where the source is on Amazon VPC.

The parent of this entity is Input.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

inputVpcRequestProperty := &InputVpcRequestProperty{
	SecurityGroupIds: []*string{
		jsii.String("securityGroupIds"),
	},
	SubnetIds: []*string{
		jsii.String("subnetIds"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputvpcrequest.html

type CfnInput_MediaConnectFlowRequestProperty

type CfnInput_MediaConnectFlowRequestProperty struct {
	// The ARN of one or two MediaConnect flows that are the sources for this MediaConnect input.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-mediaconnectflowrequest.html#cfn-medialive-input-mediaconnectflowrequest-flowarn
	//
	FlowArn *string `field:"optional" json:"flowArn" yaml:"flowArn"`
}

Settings that apply only if the input is a MediaConnect input.

The parent of this entity is Input.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

mediaConnectFlowRequestProperty := &MediaConnectFlowRequestProperty{
	FlowArn: jsii.String("flowArn"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-mediaconnectflowrequest.html

type CfnMultiplex added in v2.109.0

type CfnMultiplex interface {
	awscdk.CfnResource
	awscdk.IInspectable
	awscdk.ITaggableV2
	// The unique arn of the multiplex.
	AttrArn() *string
	// The unique id of the multiplex.
	AttrId() *string
	// The number of currently healthy pipelines.
	AttrPipelinesRunningCount() *float64
	// The number of programs in the multiplex.
	AttrProgramCount() *float64
	// The current state of the multiplex.
	AttrState() *string
	// A list of availability zones for the multiplex.
	AvailabilityZones() *[]*string
	SetAvailabilityZones(val *[]*string)
	// Tag Manager which manages the tags for this resource.
	CdkTagManager() awscdk.TagManager
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// A list of the multiplex output destinations.
	Destinations() interface{}
	SetDestinations(val interface{})
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// Configuration for a multiplex event.
	MultiplexSettings() interface{}
	SetMultiplexSettings(val interface{})
	// The name of the multiplex.
	Name() *string
	SetName(val *string)
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// A collection of key-value pairs.
	Tags() *[]*awscdk.CfnTag
	SetTags(val *[]*awscdk.CfnTag)
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

The multiplex object.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cfnMultiplex := awscdk.Aws_medialive.NewCfnMultiplex(this, jsii.String("MyCfnMultiplex"), &CfnMultiplexProps{
	AvailabilityZones: []*string{
		jsii.String("availabilityZones"),
	},
	MultiplexSettings: &MultiplexSettingsProperty{
		TransportStreamBitrate: jsii.Number(123),
		TransportStreamId: jsii.Number(123),

		// the properties below are optional
		MaximumVideoBufferDelayMilliseconds: jsii.Number(123),
		TransportStreamReservedBitrate: jsii.Number(123),
	},
	Name: jsii.String("name"),

	// the properties below are optional
	Destinations: []interface{}{
		&MultiplexOutputDestinationProperty{
			MultiplexMediaConnectOutputDestinationSettings: &MultiplexMediaConnectOutputDestinationSettingsProperty{
				EntitlementArn: jsii.String("entitlementArn"),
			},
		},
	},
	Tags: []cfnTag{
		&cfnTag{
			Key: jsii.String("key"),
			Value: jsii.String("value"),
		},
	},
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html

func NewCfnMultiplex added in v2.109.0

func NewCfnMultiplex(scope constructs.Construct, id *string, props *CfnMultiplexProps) CfnMultiplex

type CfnMultiplexProps added in v2.109.0

type CfnMultiplexProps struct {
	// A list of availability zones for the multiplex.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html#cfn-medialive-multiplex-availabilityzones
	//
	AvailabilityZones *[]*string `field:"required" json:"availabilityZones" yaml:"availabilityZones"`
	// Configuration for a multiplex event.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html#cfn-medialive-multiplex-multiplexsettings
	//
	MultiplexSettings interface{} `field:"required" json:"multiplexSettings" yaml:"multiplexSettings"`
	// The name of the multiplex.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html#cfn-medialive-multiplex-name
	//
	Name *string `field:"required" json:"name" yaml:"name"`
	// A list of the multiplex output destinations.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html#cfn-medialive-multiplex-destinations
	//
	Destinations interface{} `field:"optional" json:"destinations" yaml:"destinations"`
	// A collection of key-value pairs.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html#cfn-medialive-multiplex-tags
	//
	Tags *[]*awscdk.CfnTag `field:"optional" json:"tags" yaml:"tags"`
}

Properties for defining a `CfnMultiplex`.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cfnMultiplexProps := &CfnMultiplexProps{
	AvailabilityZones: []*string{
		jsii.String("availabilityZones"),
	},
	MultiplexSettings: &MultiplexSettingsProperty{
		TransportStreamBitrate: jsii.Number(123),
		TransportStreamId: jsii.Number(123),

		// the properties below are optional
		MaximumVideoBufferDelayMilliseconds: jsii.Number(123),
		TransportStreamReservedBitrate: jsii.Number(123),
	},
	Name: jsii.String("name"),

	// the properties below are optional
	Destinations: []interface{}{
		&MultiplexOutputDestinationProperty{
			MultiplexMediaConnectOutputDestinationSettings: &MultiplexMediaConnectOutputDestinationSettingsProperty{
				EntitlementArn: jsii.String("entitlementArn"),
			},
		},
	},
	Tags: []cfnTag{
		&cfnTag{
			Key: jsii.String("key"),
			Value: jsii.String("value"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html

type CfnMultiplex_MultiplexMediaConnectOutputDestinationSettingsProperty added in v2.109.0

type CfnMultiplex_MultiplexMediaConnectOutputDestinationSettingsProperty struct {
	// The MediaConnect entitlement ARN available as a Flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings.html#cfn-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-entitlementarn
	//
	EntitlementArn *string `field:"optional" json:"entitlementArn" yaml:"entitlementArn"`
}

Multiplex MediaConnect output destination settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexMediaConnectOutputDestinationSettingsProperty := &MultiplexMediaConnectOutputDestinationSettingsProperty{
	EntitlementArn: jsii.String("entitlementArn"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings.html

type CfnMultiplex_MultiplexOutputDestinationProperty added in v2.109.0

type CfnMultiplex_MultiplexOutputDestinationProperty struct {
	// Multiplex MediaConnect output destination settings.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexoutputdestination.html#cfn-medialive-multiplex-multiplexoutputdestination-multiplexmediaconnectoutputdestinationsettings
	//
	MultiplexMediaConnectOutputDestinationSettings interface{} `field:"optional" json:"multiplexMediaConnectOutputDestinationSettings" yaml:"multiplexMediaConnectOutputDestinationSettings"`
}

Multiplex output destination settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexOutputDestinationProperty := &MultiplexOutputDestinationProperty{
	MultiplexMediaConnectOutputDestinationSettings: &MultiplexMediaConnectOutputDestinationSettingsProperty{
		EntitlementArn: jsii.String("entitlementArn"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexoutputdestination.html

type CfnMultiplex_MultiplexSettingsProperty added in v2.109.0

type CfnMultiplex_MultiplexSettingsProperty struct {
	// Transport stream bit rate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexsettings.html#cfn-medialive-multiplex-multiplexsettings-transportstreambitrate
	//
	TransportStreamBitrate *float64 `field:"required" json:"transportStreamBitrate" yaml:"transportStreamBitrate"`
	// Transport stream ID.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexsettings.html#cfn-medialive-multiplex-multiplexsettings-transportstreamid
	//
	TransportStreamId *float64 `field:"required" json:"transportStreamId" yaml:"transportStreamId"`
	// Maximum video buffer delay in milliseconds.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexsettings.html#cfn-medialive-multiplex-multiplexsettings-maximumvideobufferdelaymilliseconds
	//
	MaximumVideoBufferDelayMilliseconds *float64 `field:"optional" json:"maximumVideoBufferDelayMilliseconds" yaml:"maximumVideoBufferDelayMilliseconds"`
	// Transport stream reserved bit rate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexsettings.html#cfn-medialive-multiplex-multiplexsettings-transportstreamreservedbitrate
	//
	TransportStreamReservedBitrate *float64 `field:"optional" json:"transportStreamReservedBitrate" yaml:"transportStreamReservedBitrate"`
}

Contains configuration for a Multiplex event.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexSettingsProperty := &MultiplexSettingsProperty{
	TransportStreamBitrate: jsii.Number(123),
	TransportStreamId: jsii.Number(123),

	// the properties below are optional
	MaximumVideoBufferDelayMilliseconds: jsii.Number(123),
	TransportStreamReservedBitrate: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexsettings.html

type CfnMultiplexprogram added in v2.109.0

type CfnMultiplexprogram interface {
	awscdk.CfnResource
	awscdk.IInspectable
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// The unique ID of the channel.
	ChannelId() *string
	SetChannelId(val *string)
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// The unique id of the multiplex.
	MultiplexId() *string
	SetMultiplexId(val *string)
	// Multiplex Program settings configuration.
	MultiplexProgramSettings() interface{}
	SetMultiplexProgramSettings(val interface{})
	// The tree node.
	Node() constructs.Node
	// Packet identifiers map for a given Multiplex program.
	PacketIdentifiersMap() interface{}
	SetPacketIdentifiersMap(val interface{})
	// Contains information about the current sources for the specified program in the specified multiplex.
	PipelineDetails() interface{}
	SetPipelineDetails(val interface{})
	// Indicates which pipeline is preferred by the multiplex for program ingest.
	PreferredChannelPipeline() *string
	SetPreferredChannelPipeline(val *string)
	// The name of the multiplex program.
	ProgramName() *string
	SetProgramName(val *string)
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

Resource schema for AWS::MediaLive::Multiplexprogram.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cfnMultiplexprogram := awscdk.Aws_medialive.NewCfnMultiplexprogram(this, jsii.String("MyCfnMultiplexprogram"), &CfnMultiplexprogramProps{
	ChannelId: jsii.String("channelId"),
	MultiplexId: jsii.String("multiplexId"),
	MultiplexProgramSettings: &MultiplexProgramSettingsProperty{
		ProgramNumber: jsii.Number(123),

		// the properties below are optional
		PreferredChannelPipeline: jsii.String("preferredChannelPipeline"),
		ServiceDescriptor: &MultiplexProgramServiceDescriptorProperty{
			ProviderName: jsii.String("providerName"),
			ServiceName: jsii.String("serviceName"),
		},
		VideoSettings: &MultiplexVideoSettingsProperty{
			ConstantBitrate: jsii.Number(123),
			StatmuxSettings: &MultiplexStatmuxVideoSettingsProperty{
				MaximumBitrate: jsii.Number(123),
				MinimumBitrate: jsii.Number(123),
				Priority: jsii.Number(123),
			},
		},
	},
	PacketIdentifiersMap: &MultiplexProgramPacketIdentifiersMapProperty{
		AudioPids: []interface{}{
			jsii.Number(123),
		},
		DvbSubPids: []interface{}{
			jsii.Number(123),
		},
		DvbTeletextPid: jsii.Number(123),
		EtvPlatformPid: jsii.Number(123),
		EtvSignalPid: jsii.Number(123),
		KlvDataPids: []interface{}{
			jsii.Number(123),
		},
		PcrPid: jsii.Number(123),
		PmtPid: jsii.Number(123),
		PrivateMetadataPid: jsii.Number(123),
		Scte27Pids: []interface{}{
			jsii.Number(123),
		},
		Scte35Pid: jsii.Number(123),
		TimedMetadataPid: jsii.Number(123),
		VideoPid: jsii.Number(123),
	},
	PipelineDetails: []interface{}{
		&MultiplexProgramPipelineDetailProperty{
			ActiveChannelPipeline: jsii.String("activeChannelPipeline"),
			PipelineId: jsii.String("pipelineId"),
		},
	},
	PreferredChannelPipeline: jsii.String("preferredChannelPipeline"),
	ProgramName: jsii.String("programName"),
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html

func NewCfnMultiplexprogram added in v2.109.0

func NewCfnMultiplexprogram(scope constructs.Construct, id *string, props *CfnMultiplexprogramProps) CfnMultiplexprogram

type CfnMultiplexprogramProps added in v2.109.0

type CfnMultiplexprogramProps struct {
	// The unique ID of the channel.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-channelid
	//
	ChannelId *string `field:"optional" json:"channelId" yaml:"channelId"`
	// The unique id of the multiplex.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-multiplexid
	//
	MultiplexId *string `field:"optional" json:"multiplexId" yaml:"multiplexId"`
	// Multiplex Program settings configuration.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-multiplexprogramsettings
	//
	MultiplexProgramSettings interface{} `field:"optional" json:"multiplexProgramSettings" yaml:"multiplexProgramSettings"`
	// Packet identifiers map for a given Multiplex program.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-packetidentifiersmap
	//
	PacketIdentifiersMap interface{} `field:"optional" json:"packetIdentifiersMap" yaml:"packetIdentifiersMap"`
	// Contains information about the current sources for the specified program in the specified multiplex.
	//
	// Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-pipelinedetails
	//
	PipelineDetails interface{} `field:"optional" json:"pipelineDetails" yaml:"pipelineDetails"`
	// Indicates which pipeline is preferred by the multiplex for program ingest.
	//
	// If set to \"PIPELINE_0\" or \"PIPELINE_1\" and an unhealthy ingest causes the multiplex to switch to the non-preferred pipeline,
	// it will switch back once that ingest is healthy again. If set to \"CURRENTLY_ACTIVE\",
	// it will not switch back to the other pipeline based on it recovering to a healthy state,
	// it will only switch if the active pipeline becomes unhealthy.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-preferredchannelpipeline
	//
	PreferredChannelPipeline *string `field:"optional" json:"preferredChannelPipeline" yaml:"preferredChannelPipeline"`
	// The name of the multiplex program.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#cfn-medialive-multiplexprogram-programname
	//
	ProgramName *string `field:"optional" json:"programName" yaml:"programName"`
}

Properties for defining a `CfnMultiplexprogram`.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

cfnMultiplexprogramProps := &CfnMultiplexprogramProps{
	ChannelId: jsii.String("channelId"),
	MultiplexId: jsii.String("multiplexId"),
	MultiplexProgramSettings: &MultiplexProgramSettingsProperty{
		ProgramNumber: jsii.Number(123),

		// the properties below are optional
		PreferredChannelPipeline: jsii.String("preferredChannelPipeline"),
		ServiceDescriptor: &MultiplexProgramServiceDescriptorProperty{
			ProviderName: jsii.String("providerName"),
			ServiceName: jsii.String("serviceName"),
		},
		VideoSettings: &MultiplexVideoSettingsProperty{
			ConstantBitrate: jsii.Number(123),
			StatmuxSettings: &MultiplexStatmuxVideoSettingsProperty{
				MaximumBitrate: jsii.Number(123),
				MinimumBitrate: jsii.Number(123),
				Priority: jsii.Number(123),
			},
		},
	},
	PacketIdentifiersMap: &MultiplexProgramPacketIdentifiersMapProperty{
		AudioPids: []interface{}{
			jsii.Number(123),
		},
		DvbSubPids: []interface{}{
			jsii.Number(123),
		},
		DvbTeletextPid: jsii.Number(123),
		EtvPlatformPid: jsii.Number(123),
		EtvSignalPid: jsii.Number(123),
		KlvDataPids: []interface{}{
			jsii.Number(123),
		},
		PcrPid: jsii.Number(123),
		PmtPid: jsii.Number(123),
		PrivateMetadataPid: jsii.Number(123),
		Scte27Pids: []interface{}{
			jsii.Number(123),
		},
		Scte35Pid: jsii.Number(123),
		TimedMetadataPid: jsii.Number(123),
		VideoPid: jsii.Number(123),
	},
	PipelineDetails: []interface{}{
		&MultiplexProgramPipelineDetailProperty{
			ActiveChannelPipeline: jsii.String("activeChannelPipeline"),
			PipelineId: jsii.String("pipelineId"),
		},
	},
	PreferredChannelPipeline: jsii.String("preferredChannelPipeline"),
	ProgramName: jsii.String("programName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html

type CfnMultiplexprogram_MultiplexProgramPacketIdentifiersMapProperty added in v2.109.0

type CfnMultiplexprogram_MultiplexProgramPacketIdentifiersMapProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-audiopids
	//
	AudioPids interface{} `field:"optional" json:"audioPids" yaml:"audioPids"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbsubpids
	//
	DvbSubPids interface{} `field:"optional" json:"dvbSubPids" yaml:"dvbSubPids"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbteletextpid
	//
	DvbTeletextPid *float64 `field:"optional" json:"dvbTeletextPid" yaml:"dvbTeletextPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvplatformpid
	//
	EtvPlatformPid *float64 `field:"optional" json:"etvPlatformPid" yaml:"etvPlatformPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvsignalpid
	//
	EtvSignalPid *float64 `field:"optional" json:"etvSignalPid" yaml:"etvSignalPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-klvdatapids
	//
	KlvDataPids interface{} `field:"optional" json:"klvDataPids" yaml:"klvDataPids"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pcrpid
	//
	PcrPid *float64 `field:"optional" json:"pcrPid" yaml:"pcrPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pmtpid
	//
	PmtPid *float64 `field:"optional" json:"pmtPid" yaml:"pmtPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-privatemetadatapid
	//
	PrivateMetadataPid *float64 `field:"optional" json:"privateMetadataPid" yaml:"privateMetadataPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte27pids
	//
	Scte27Pids interface{} `field:"optional" json:"scte27Pids" yaml:"scte27Pids"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte35pid
	//
	Scte35Pid *float64 `field:"optional" json:"scte35Pid" yaml:"scte35Pid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-timedmetadatapid
	//
	TimedMetadataPid *float64 `field:"optional" json:"timedMetadataPid" yaml:"timedMetadataPid"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-videopid
	//
	VideoPid *float64 `field:"optional" json:"videoPid" yaml:"videoPid"`
}

Packet identifiers map for a given Multiplex program.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexProgramPacketIdentifiersMapProperty := &MultiplexProgramPacketIdentifiersMapProperty{
	AudioPids: []interface{}{
		jsii.Number(123),
	},
	DvbSubPids: []interface{}{
		jsii.Number(123),
	},
	DvbTeletextPid: jsii.Number(123),
	EtvPlatformPid: jsii.Number(123),
	EtvSignalPid: jsii.Number(123),
	KlvDataPids: []interface{}{
		jsii.Number(123),
	},
	PcrPid: jsii.Number(123),
	PmtPid: jsii.Number(123),
	PrivateMetadataPid: jsii.Number(123),
	Scte27Pids: []interface{}{
		jsii.Number(123),
	},
	Scte35Pid: jsii.Number(123),
	TimedMetadataPid: jsii.Number(123),
	VideoPid: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html

type CfnMultiplexprogram_MultiplexProgramPipelineDetailProperty added in v2.109.0

type CfnMultiplexprogram_MultiplexProgramPipelineDetailProperty struct {
	// Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail.html#cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-activechannelpipeline
	//
	ActiveChannelPipeline *string `field:"optional" json:"activeChannelPipeline" yaml:"activeChannelPipeline"`
	// Identifies a specific pipeline in the multiplex.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail.html#cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-pipelineid
	//
	PipelineId *string `field:"optional" json:"pipelineId" yaml:"pipelineId"`
}

The current source for one of the pipelines in the multiplex.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexProgramPipelineDetailProperty := &MultiplexProgramPipelineDetailProperty{
	ActiveChannelPipeline: jsii.String("activeChannelPipeline"),
	PipelineId: jsii.String("pipelineId"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail.html

type CfnMultiplexprogram_MultiplexProgramServiceDescriptorProperty added in v2.109.0

Transport stream service descriptor configuration for the Multiplex program.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexProgramServiceDescriptorProperty := &MultiplexProgramServiceDescriptorProperty{
	ProviderName: jsii.String("providerName"),
	ServiceName: jsii.String("serviceName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor.html

type CfnMultiplexprogram_MultiplexProgramSettingsProperty added in v2.109.0

type CfnMultiplexprogram_MultiplexProgramSettingsProperty struct {
	// Unique program number.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramsettings.html#cfn-medialive-multiplexprogram-multiplexprogramsettings-programnumber
	//
	ProgramNumber *float64 `field:"required" json:"programNumber" yaml:"programNumber"`
	// Indicates which pipeline is preferred by the multiplex for program ingest.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramsettings.html#cfn-medialive-multiplexprogram-multiplexprogramsettings-preferredchannelpipeline
	//
	PreferredChannelPipeline *string `field:"optional" json:"preferredChannelPipeline" yaml:"preferredChannelPipeline"`
	// Transport stream service descriptor configuration for the Multiplex program.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramsettings.html#cfn-medialive-multiplexprogram-multiplexprogramsettings-servicedescriptor
	//
	ServiceDescriptor interface{} `field:"optional" json:"serviceDescriptor" yaml:"serviceDescriptor"`
	// Program video settings configuration.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramsettings.html#cfn-medialive-multiplexprogram-multiplexprogramsettings-videosettings
	//
	VideoSettings interface{} `field:"optional" json:"videoSettings" yaml:"videoSettings"`
}

Multiplex Program settings configuration.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexProgramSettingsProperty := &MultiplexProgramSettingsProperty{
	ProgramNumber: jsii.Number(123),

	// the properties below are optional
	PreferredChannelPipeline: jsii.String("preferredChannelPipeline"),
	ServiceDescriptor: &MultiplexProgramServiceDescriptorProperty{
		ProviderName: jsii.String("providerName"),
		ServiceName: jsii.String("serviceName"),
	},
	VideoSettings: &MultiplexVideoSettingsProperty{
		ConstantBitrate: jsii.Number(123),
		StatmuxSettings: &MultiplexStatmuxVideoSettingsProperty{
			MaximumBitrate: jsii.Number(123),
			MinimumBitrate: jsii.Number(123),
			Priority: jsii.Number(123),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramsettings.html

type CfnMultiplexprogram_MultiplexStatmuxVideoSettingsProperty added in v2.109.0

type CfnMultiplexprogram_MultiplexStatmuxVideoSettingsProperty struct {
	// Maximum statmux bitrate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings.html#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-maximumbitrate
	//
	MaximumBitrate *float64 `field:"optional" json:"maximumBitrate" yaml:"maximumBitrate"`
	// Minimum statmux bitrate.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings.html#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-minimumbitrate
	//
	MinimumBitrate *float64 `field:"optional" json:"minimumBitrate" yaml:"minimumBitrate"`
	// The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.
	//
	// Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings.html#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-priority
	//
	Priority *float64 `field:"optional" json:"priority" yaml:"priority"`
}

Statmux rate control settings.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexStatmuxVideoSettingsProperty := &MultiplexStatmuxVideoSettingsProperty{
	MaximumBitrate: jsii.Number(123),
	MinimumBitrate: jsii.Number(123),
	Priority: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings.html

type CfnMultiplexprogram_MultiplexVideoSettingsProperty added in v2.109.0

type CfnMultiplexprogram_MultiplexVideoSettingsProperty struct {
	// The constant bitrate configuration for the video encode.
	//
	// When this field is defined, StatmuxSettings must be undefined.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexvideosettings.html#cfn-medialive-multiplexprogram-multiplexvideosettings-constantbitrate
	//
	ConstantBitrate *float64 `field:"optional" json:"constantBitrate" yaml:"constantBitrate"`
	// Statmux rate control settings.
	//
	// When this field is defined, ConstantBitrate must be undefined.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexvideosettings.html#cfn-medialive-multiplexprogram-multiplexvideosettings-statmuxsettings
	//
	StatmuxSettings interface{} `field:"optional" json:"statmuxSettings" yaml:"statmuxSettings"`
}

The video configuration for each program in a multiplex.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

multiplexVideoSettingsProperty := &MultiplexVideoSettingsProperty{
	ConstantBitrate: jsii.Number(123),
	StatmuxSettings: &MultiplexStatmuxVideoSettingsProperty{
		MaximumBitrate: jsii.Number(123),
		MinimumBitrate: jsii.Number(123),
		Priority: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexvideosettings.html

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL