@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.079Z") @Stability(value=Stable) public interface AccessLogDestinationConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
AccessLogDestinationConfig accessLogDestinationConfig = AccessLogDestinationConfig.builder()
.destinationArn("destinationArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessLogDestinationConfig.Builder
A builder for
AccessLogDestinationConfig |
static class |
AccessLogDestinationConfig.Jsii$Proxy
An implementation for
AccessLogDestinationConfig |
| Modifier and Type | Method and Description |
|---|---|
static AccessLogDestinationConfig.Builder |
builder() |
String |
getDestinationArn()
The Amazon Resource Name (ARN) of the destination resource.
|
@Stability(value=Stable) @NotNull String getDestinationArn()
@Stability(value=Stable) static AccessLogDestinationConfig.Builder builder()
AccessLogDestinationConfig.Builder of AccessLogDestinationConfigCopyright © 2022. All rights reserved.