@Stability(value=Stable)
public static interface CfnApiGatewayManagedOverrides.AccessLogSettingsProperty
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.apigatewayv2.*;
AccessLogSettingsProperty accessLogSettingsProperty = AccessLogSettingsProperty.builder()
.destinationArn("destinationArn")
.format("format")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiGatewayManagedOverrides.AccessLogSettingsProperty.Builder
A builder for
CfnApiGatewayManagedOverrides.AccessLogSettingsProperty |
static class |
CfnApiGatewayManagedOverrides.AccessLogSettingsProperty.Jsii$Proxy
An implementation for
CfnApiGatewayManagedOverrides.AccessLogSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiGatewayManagedOverrides.AccessLogSettingsProperty.Builder |
builder() |
default String |
getDestinationArn()
The ARN of the CloudWatch Logs log group to receive access logs.
|
default String |
getFormat()
A single line format of the access logs of data, as specified by selected $context variables.
|
@Stability(value=Stable) @Nullable default String getDestinationArn()
@Stability(value=Stable) @Nullable default String getFormat()
The format must include at least $context.requestId.
@Stability(value=Stable) static CfnApiGatewayManagedOverrides.AccessLogSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.