aws-cdk-lib.aws_medialive.CfnChannel.AvailBlankingProperty

interface AvailBlankingProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.AvailBlankingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AvailBlankingProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.AvailBlankingProperty
Pythonaws_cdk.aws_medialive.CfnChannel.AvailBlankingProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » AvailBlankingProperty

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 { aws_medialive as medialive } from 'aws-cdk-lib';
const availBlankingProperty: medialive.CfnChannel.AvailBlankingProperty = {
  availBlankingImage: {
    passwordParam: 'passwordParam',
    uri: 'uri',
    username: 'username',
  },
  state: 'state',
};

Properties

NameTypeDescription
availBlankingImage?IResolvable | InputLocationPropertyThe blanking image to be used.
state?stringWhen set to enabled, the video, audio, and captions are blanked when insertion metadata is added.

availBlankingImage?

Type: IResolvable | InputLocationProperty (optional)

The blanking image to be used.

Keep empty for solid black. Only .bmp and .png images are supported.


state?

Type: string (optional)

When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.