class CfnPlaybackConfigurationManifestServiceLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnPlaybackConfigurationManifestServiceLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnPlaybackConfigurationManifestServiceLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnPlaybackConfigurationManifestServiceLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnPlaybackConfigurationManifestServiceLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » CfnPlaybackConfigurationManifestServiceLogsOutputFormat |
Output Format options for each destination of CfnPlaybackConfigurationManifestServiceLogs.
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 cfnPlaybackConfigurationManifestServiceLogsOutputFormat = new mediatailor_mixins.CfnPlaybackConfigurationManifestServiceLogsOutputFormat();
Initializer
new CfnPlaybackConfigurationManifestServiceLogsOutputFormat()

.NET
Go
Java
Python
TypeScript