Interface CfnStage.AccessLogSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStage.AccessLogSettingsProperty.Jsii$Proxy
Enclosing class:
CfnStage

@Stability(Stable) public static interface CfnStage.AccessLogSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings for logging access in a stage.

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();
 

See Also: