@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:58.384Z") @Stability(value=Stable) 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)
Creates a log driver configuration that sends log information to CloudWatch Logs.
|
abstract LogDriverConfig |
bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the log driver is configured on a container.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet
protected LogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected LogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected LogDriver()
@Stability(value=Stable) public static LogDriver awsLogs(AwsLogDriverProps props)
props
- This parameter is required.@Stability(value=Stable) public abstract LogDriverConfig bind(Construct scope, ContainerDefinition containerDefinition)
scope
- This parameter is required.containerDefinition
- This parameter is required.Copyright © 2019. All rights reserved.