interface IAccessLogDestination
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.IAccessLogDestination |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#IAccessLogDestination |
![]() | software.amazon.awscdk.services.apigatewayv2.IAccessLogDestination |
![]() | aws_cdk.aws_apigatewayv2.IAccessLogDestination |
![]() | aws-cdk-lib » aws_apigatewayv2 » IAccessLogDestination |
Implemented by
Log
Access log destination for a HttpApi Stage.
Methods
Name | Description |
---|---|
bind(stage) | Binds this destination to the HttpApi Stage. |
bind(stage)
public bind(stage: IStage): AccessLogDestinationConfig
Parameters
- stage
IStage
Returns
Binds this destination to the HttpApi Stage.