IAccessLogDestination

class aws_cdk.aws_apigateway.IAccessLogDestination(*args, **kwds)

Bases: Protocol

Access log destination for a RestApi Stage.

Methods

bind(stage)

Binds this destination to the RestApi Stage.

Parameters:

stage (IStage) –

Return type:

AccessLogDestinationConfig