Interface CfnDeploymentPropsMixin.AccessLogSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeploymentPropsMixin.AccessLogSettingProperty.Jsii$Proxy
- Enclosing class:
CfnDeploymentPropsMixin
@Stability(Stable)
public static interface CfnDeploymentPropsMixin.AccessLogSettingProperty
extends software.amazon.jsii.JsiiSerializable
The
AccessLogSetting property type specifies settings for logging access in this stage.
AccessLogSetting is a property of the StageDescription property type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.apigateway.mixins.*;
AccessLogSettingProperty accessLogSettingProperty = AccessLogSettingProperty.builder()
.destinationArn("destinationArn")
.format("format")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeploymentPropsMixin.AccessLogSettingPropertystatic final classAn implementation forCfnDeploymentPropsMixin.AccessLogSettingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationArn
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
amazon-apigateway-.- See Also:
-
getFormat
A single line format of the access logs of data, as specified by selected $context variables.The format must include at least
$context.requestId.- See Also:
-
builder
-