@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:29:47.633Z") @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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected AwsLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected AwsLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public AwsLogDriver(@NotNull AwsLogDriverProps props)
props
- the awslogs log driver configuration options. This parameter is required.@Stability(value=Stable) @NotNull public LogDriverConfig bind(@NotNull Construct scope, @NotNull ContainerDefinition containerDefinition)
@Stability(value=Stable) @Nullable public ILogGroup getLogGroup()
Only available after the LogDriver has been bound to a ContainerDefinition.
@Stability(value=Stable) public void setLogGroup(@Nullable ILogGroup value)
Only available after the LogDriver has been bound to a ContainerDefinition.
Copyright © 2020. All rights reserved.