@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();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn@Stability(value=Deprecated) @Deprecated @Nullable default String getFormat()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format@Stability(value=Deprecated) @Deprecated static CfnStageV2.AccessLogSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.