class CfnChannelGroupIngressAccessLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins.CfnChannelGroupIngressAccessLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackagev2/mixins#CfnChannelGroupIngressAccessLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnChannelGroupIngressAccessLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnChannelGroupIngressAccessLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackagev2 » mixins » CfnChannelGroupIngressAccessLogsOutputFormat |
Output Format options for each destination of CfnChannelGroupIngressAccessLogs.
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 cfnChannelGroupIngressAccessLogsOutputFormat = new mediapackagev2_mixins.CfnChannelGroupIngressAccessLogsOutputFormat();
Initializer
new CfnChannelGroupIngressAccessLogsOutputFormat()

.NET
Go
Java
Python
TypeScript