@Stability(value=Stable)
public static interface CfnHttpApi.AccessLogSettingProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
AccessLogSettingProperty accessLogSettingProperty = AccessLogSettingProperty.builder()
.destinationArn("destinationArn")
.format("format")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHttpApi.AccessLogSettingProperty.Builder
A builder for
CfnHttpApi.AccessLogSettingProperty |
static class |
CfnHttpApi.AccessLogSettingProperty.Jsii$Proxy
An implementation for
CfnHttpApi.AccessLogSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHttpApi.AccessLogSettingProperty.Builder |
builder() |
default String |
getDestinationArn()
`CfnHttpApi.AccessLogSettingProperty.DestinationArn`.
|
default String |
getFormat()
`CfnHttpApi.AccessLogSettingProperty.Format`.
|
@Stability(value=Stable) @Nullable default String getDestinationArn()
@Stability(value=Stable) @Nullable default String getFormat()
@Stability(value=Stable) static CfnHttpApi.AccessLogSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.