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

.NET
Go
Java
Python
TypeScript