aws-cdk-lib.aws_apigateway.AccessLogDestinationConfig

interface AccessLogDestinationConfig

LanguageType name
.NETAmazon.CDK.AWS.APIGateway.AccessLogDestinationConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#AccessLogDestinationConfig
Javasoftware.amazon.awscdk.services.apigateway.AccessLogDestinationConfig
Pythonaws_cdk.aws_apigateway.AccessLogDestinationConfig
TypeScript (source)aws-cdk-lib » aws_apigateway » AccessLogDestinationConfig

Obtainable from LogGroupLogDestination.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

NameTypeDescription
destinationArnstringThe Amazon Resource Name (ARN) of the destination resource.

destinationArn

Type: string

The Amazon Resource Name (ARN) of the destination resource.