interface AccessLogDestinationConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.AccessLogDestinationConfig |
Java | software.amazon.awscdk.services.apigateway.AccessLogDestinationConfig |
Python | aws_cdk.aws_apigateway.AccessLogDestinationConfig |
TypeScript (source) | @aws-cdk/aws-apigateway » AccessLogDestinationConfig |
Obtainable from
Log
.bind()
Options when binding a log destination to a RestApi Stage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const accessLogDestinationConfig: apigateway.AccessLogDestinationConfig = {
destinationArn: 'destinationArn',
};
Properties
Name | Type | Description |
---|---|---|
destination | string | The Amazon Resource Name (ARN) of the destination resource. |
destinationArn
Type:
string
The Amazon Resource Name (ARN) of the destination resource.