@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.170Z") @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, jsiiStaticSetprotected 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.