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

.NET
Go
Java
Python
TypeScript