interface AccessLogSettingsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.APIGateway.CfnStageV2.AccessLogSettingsProperty | 
  Java | software.amazon.awscdk.services.apigateway.CfnStageV2.AccessLogSettingsProperty | 
  Python | aws_cdk.aws_apigateway.CfnStageV2.AccessLogSettingsProperty | 
  TypeScript (source) | @aws-cdk/aws-apigateway » CfnStageV2 » AccessLogSettingsProperty | 
⚠️ Deprecated: moved to package aws-apigatewayv2
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const accessLogSettingsProperty: apigateway.CfnStageV2.AccessLogSettingsProperty = {
  destinationArn: 'destinationArn',
  format: 'format',
};
Properties
| Name | Type | Description | 
|---|---|---|
| destination | string | CfnStageV2.AccessLogSettingsProperty.DestinationArn. | 
| format? | string | CfnStageV2.AccessLogSettingsProperty.Format. | 
destinationArn?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnStageV2.AccessLogSettingsProperty.DestinationArn.
format?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnStageV2.AccessLogSettingsProperty.Format.

 .NET
 Java
 Python
 TypeScript (