@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:47.551Z") @Stability(value=Experimental) public class FireLensLogDriver extends LogDriver
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
Secret secret;
FireLensLogDriver fireLensLogDriver = FireLensLogDriver.Builder.create()
.env(List.of("env"))
.envRegex("envRegex")
.labels(List.of("labels"))
.options(Map.of(
"optionsKey", "options"))
.secretOptions(Map.of(
"secretOptionsKey", secret))
.tag("tag")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
FireLensLogDriver.Builder
(experimental) A fluent builder for
FireLensLogDriver. |
| Modifier | Constructor and Description |
|---|---|
|
FireLensLogDriver(FireLensLogDriverProps props)
(experimental) Constructs a new instance of the FireLensLogDriver class.
|
protected |
FireLensLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FireLensLogDriver(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
LogDriverConfig |
bind(Construct _scope,
ContainerDefinition _containerDefinition)
(experimental) Called when the log driver is configured on a container.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FireLensLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected FireLensLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public FireLensLogDriver(@NotNull
FireLensLogDriverProps props)
props - the awsfirelens log driver configuration options. This parameter is required.@Stability(value=Experimental) @NotNull public LogDriverConfig bind(@NotNull Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2022. All rights reserved.