interface AccessLogDestinationConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.AccessLogDestinationConfig |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#AccessLogDestinationConfig |
Java | software.amazon.awscdk.services.apigateway.AccessLogDestinationConfig |
Python | aws_cdk.aws_apigateway.AccessLogDestinationConfig |
TypeScript (source) | aws-cdk-lib » aws_apigateway » AccessLogDestinationConfig |
Obtainable from
Firehose.bind(), 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 { aws_apigateway as apigateway } from 'aws-cdk-lib';
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.

.NET
Go
Java
Python
TypeScript (