@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.731Z") @Stability(value=Experimental) public class AwsLogDriver extends LogDriver
Modifier and Type | Class and Description |
---|---|
static class |
AwsLogDriver.Builder
(experimental) A fluent builder for
AwsLogDriver . |
Modifier | Constructor and Description |
---|---|
|
AwsLogDriver(AwsLogDriverProps props)
(experimental) 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(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the log driver is configured on a container.
|
ILogGroup |
getLogGroup()
(experimental) The log group to send log streams to.
|
void |
setLogGroup(ILogGroup value)
(experimental) 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=Experimental) public AwsLogDriver(@NotNull AwsLogDriverProps props)
props
- the awslogs log driver configuration options. This parameter is required.@Stability(value=Experimental) @NotNull public LogDriverConfig bind(@NotNull software.constructs.Construct scope, @NotNull ContainerDefinition containerDefinition)
@Stability(value=Experimental) @Nullable public ILogGroup getLogGroup()
Only available after the LogDriver has been bound to a ContainerDefinition.
@Stability(value=Experimental) public void setLogGroup(@Nullable ILogGroup value)
Only available after the LogDriver has been bound to a ContainerDefinition.
Copyright © 2021. All rights reserved.