class CfnPlaybackConfigurationTranscodeLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnPlaybackConfigurationTranscodeLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnPlaybackConfigurationTranscodeLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnPlaybackConfigurationTranscodeLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnPlaybackConfigurationTranscodeLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » CfnPlaybackConfigurationTranscodeLogsOutputFormat |
Output Format options for each destination of CfnPlaybackConfigurationTranscodeLogs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediatailor_mixins } from '@aws-cdk/mixins-preview/aws-mediatailor';
const cfnPlaybackConfigurationTranscodeLogsOutputFormat = new mediatailor_mixins.CfnPlaybackConfigurationTranscodeLogsOutputFormat();
Initializer
new CfnPlaybackConfigurationTranscodeLogsOutputFormat()

.NET
Go
Java
Python
TypeScript