interface AccessLogDestinationConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.AccessLogDestinationConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#AccessLogDestinationConfig |
![]() | software.amazon.awscdk.services.apigateway.AccessLogDestinationConfig |
![]() | aws_cdk.aws_apigateway.AccessLogDestinationConfig |
![]() | 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.