@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:29.449Z") @Stability(value=Experimental) 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()
.configFileValue("configFileValue")
// the properties below are optional
.configFileType(FirelensConfigFileType.S3)
.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()
(experimental) Firelens options.
|
FirelensLogRouterType |
getType()
(experimental) The log router to use.
|
@Stability(value=Experimental) @NotNull FirelensLogRouterType getType()
Default: - fluentbit
@Stability(value=Experimental) @Nullable default FirelensOptions getOptions()
Default: - no additional options
@Stability(value=Experimental) static FirelensConfig.Builder builder()
FirelensConfig.Builder of FirelensConfigCopyright © 2022. All rights reserved.