@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.805Z") @Stability(value=Experimental) public abstract class LogDriver extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
LogDriver() |
protected |
LogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LogDriver(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static LogDriver |
awsLogs(AwsLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to CloudWatch Logs.
|
abstract LogDriverConfig |
bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the log driver is configured on a container.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected LogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected LogDriver()
@Stability(value=Experimental) @NotNull public static LogDriver awsLogs(@NotNull AwsLogDriverProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public abstract LogDriverConfig bind(@NotNull software.constructs.Construct scope, @NotNull ContainerDefinition containerDefinition)
scope - This parameter is required.containerDefinition - This parameter is required.Copyright © 2021. All rights reserved.