AccessLogDestinationConfig
- class aws_cdk.aws_apigateway.AccessLogDestinationConfig(*, destination_arn)
Bases:
object
Options when binding a log destination to a RestApi Stage.
- Parameters:
destination_arn (
str
) – The Amazon Resource Name (ARN) of the destination resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_apigateway as apigateway access_log_destination_config = apigateway.AccessLogDestinationConfig( destination_arn="destinationArn" )
Attributes
- destination_arn
The Amazon Resource Name (ARN) of the destination resource.