Interface IAccessLogDestinationConfig
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
Options when binding a log destination to a RestApi Stage.
public interface IAccessLogDestinationConfig
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var accessLogDestinationConfig = new AccessLogDestinationConfig {
DestinationArn = "destinationArn"
};
Remarks
ExampleMetadata: fixture=_generated
Properties
DestinationArn
The Amazon Resource Name (ARN) of the destination resource.
string DestinationArn { get; }