interface IAccessLogDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.IAccessLogDestination |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IAccessLogDestination |
Java | software.amazon.awscdk.services.apigateway.IAccessLogDestination |
Python | aws_cdk.aws_apigateway.IAccessLogDestination |
TypeScript (source) | aws-cdk-lib » aws_apigateway » IAccessLogDestination |
Implemented by
Firehose, Log
Access log destination for a RestApi Stage.
Methods
| Name | Description |
|---|---|
| bind(stage) | Binds this destination to the RestApi Stage. |
bind(stage)
public bind(stage: IStageRef): AccessLogDestinationConfig
Parameters
- stage
IStageRef
Returns
Binds this destination to the RestApi Stage.

.NET
Go
Java
Python
TypeScript (