interface IAccessLogDestination
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.IAccessLogDestination |
Java | software.amazon.awscdk.services.apigateway.IAccessLogDestination |
Python | aws_cdk.aws_apigateway.IAccessLogDestination |
TypeScript (source) | @aws-cdk/aws-apigateway » IAccessLogDestination |
Implemented by
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: IStage): AccessLogDestinationConfig
Parameters
- stage
IStage
Returns
Binds this destination to the RestApi Stage.