@Stability(value=Deprecated) @Deprecated public static interface CfnStageV2.AccessLogSettingsProperty 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.apigateway.*; AccessLogSettingsProperty accessLogSettingsProperty = AccessLogSettingsProperty.builder() .destinationArn("destinationArn") .format("format") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStageV2.AccessLogSettingsProperty.Builder
Deprecated.
|
static class |
CfnStageV2.AccessLogSettingsProperty.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CfnStageV2.AccessLogSettingsProperty.Builder |
builder()
Deprecated.
|
default String |
getDestinationArn()
Deprecated.
|
default String |
getFormat()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable default String getDestinationArn()
@Stability(value=Deprecated) @Deprecated @Nullable default String getFormat()
@Stability(value=Deprecated) @Deprecated static CfnStageV2.AccessLogSettingsProperty.Builder builder()
Copyright © 2023. All rights reserved.