Class AccessLogDestinationConfig
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
Options when binding a log destination to a RestApi Stage.
public class AccessLogDestinationConfig : IAccessLogDestinationConfig
- Inheritance
-
AccessLogDestinationConfig
- Implements
- Inherited Members
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
Constructors
AccessLogDestinationConfig()
public AccessLogDestinationConfig()
Properties
DestinationArn
The Amazon Resource Name (ARN) of the destination resource.
public string DestinationArn { get; set; }