@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:25.674Z") @Stability(value=Experimental) public abstract class AccessLog extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
AccessLog() |
protected |
AccessLog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AccessLog(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract AccessLogConfig |
bind(Construct scope)
(experimental) Called when the AccessLog type is initialized.
|
static AccessLog |
fromFilePath(String filePath)
(experimental) Path to a file to write access logs to.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AccessLog(software.amazon.jsii.JsiiObjectRef objRef)
protected AccessLog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected AccessLog()
@Stability(value=Experimental) @NotNull public static AccessLog fromFilePath(@NotNull String filePath)
Default: - no file based access logging
filePath - This parameter is required.@Stability(value=Experimental) @NotNull public abstract AccessLogConfig bind(@NotNull Construct scope)
Can be used to enforce mutual exclusivity with future properties
scope - This parameter is required.Copyright © 2021. All rights reserved.