class CfnRestApiExecutionLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ApiGateway.Mixins.CfnRestApiExecutionLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapigateway/mixins#CfnRestApiExecutionLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.apigateway.mixins.CfnRestApiExecutionLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_apigateway.mixins.CfnRestApiExecutionLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_apigateway » mixins » CfnRestApiExecutionLogsOutputFormat |
Output Format options for each destination of CfnRestApiExecutionLogs.
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 cfnRestApiExecutionLogsOutputFormat = new apigateway_mixins.CfnRestApiExecutionLogsOutputFormat();
Initializer
new CfnRestApiExecutionLogsOutputFormat()

.NET
Go
Java
Python
TypeScript