@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:58.349Z") @Stability(value=Stable) public class AwsLogDriver extends LogDriver
Modifier and Type | Class and Description |
---|---|
static class |
AwsLogDriver.Builder
A fluent builder for
AwsLogDriver . |
Modifier | Constructor and Description |
---|---|
|
AwsLogDriver(AwsLogDriverProps props)
Constructs a new instance of the AwsLogDriver class.
|
protected |
AwsLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AwsLogDriver(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
LogDriverConfig |
bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the log driver is configured on a container.
|
ILogGroup |
getLogGroup()
The log group to send log streams to.
|
void |
setLogGroup(ILogGroup value)
The log group to send log streams to.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet
protected AwsLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected AwsLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public AwsLogDriver(AwsLogDriverProps props)
props
- the awslogs log driver configuration options. This parameter is required.@Stability(value=Stable) public LogDriverConfig bind(Construct scope, ContainerDefinition containerDefinition)
@Stability(value=Stable) public ILogGroup getLogGroup()
@Stability(value=Stable) public void setLogGroup(ILogGroup value)
Copyright © 2019. All rights reserved.