@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.708Z") @Stability(value=Stable) public interface FirelensConfig extends software.amazon.jsii.JsiiSerializable
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.*;
FirelensConfig firelensConfig = FirelensConfig.builder()
.type(FirelensLogRouterType.FLUENTBIT)
// the properties below are optional
.options(FirelensOptions.builder()
.configFileType(FirelensConfigFileType.S3)
.configFileValue("configFileValue")
.enableECSLogMetadata(false)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FirelensConfig.Builder
A builder for
FirelensConfig |
static class |
FirelensConfig.Jsii$Proxy
An implementation for
FirelensConfig |
| Modifier and Type | Method and Description |
|---|---|
static FirelensConfig.Builder |
builder() |
default FirelensOptions |
getOptions()
Firelens options.
|
FirelensLogRouterType |
getType()
The log router to use.
|
@Stability(value=Stable) @NotNull FirelensLogRouterType getType()
Default: - fluentbit
@Stability(value=Stable) @Nullable default FirelensOptions getOptions()
Default: - no additional options
@Stability(value=Stable) static FirelensConfig.Builder builder()
FirelensConfig.Builder of FirelensConfigCopyright © 2022. All rights reserved.