@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.707Z") @Stability(value=Stable) 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
A fluent builder for
FireLensLogDriver. |
| Modifier | Constructor and Description |
|---|---|
|
FireLensLogDriver(FireLensLogDriverProps props)
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(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
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=Stable)
public FireLensLogDriver(@NotNull
FireLensLogDriverProps props)
props - the awsfirelens log driver configuration options. This parameter is required.@Stability(value=Stable) @NotNull public LogDriverConfig bind(@NotNull software.constructs.Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2022. All rights reserved.