@Stability(value=Experimental) @Internal public static final class FirelensOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirelensOptions
FirelensOptionssoftware.amazon.jsii.JsiiObject.InitializationModeFirelensOptions.Builder, FirelensOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String configFileValue,
FirelensConfigFileType configFileType,
Boolean enableEcsLogMetadata)
Constructor that initializes the object based on literal property values passed by the
FirelensOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
FirelensConfigFileType |
getConfigFileType()
(experimental) Custom configuration file, s3 or file.
|
String |
getConfigFileValue()
(experimental) Custom configuration file, S3 ARN or a file path.
|
Boolean |
getEnableECSLogMetadata()
(experimental) By default, Amazon ECS adds additional fields in your log entries that help identify the source of the logs.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String configFileValue, FirelensConfigFileType configFileType, Boolean enableEcsLogMetadata)
FirelensOptions.Builder.public final String getConfigFileValue()
FirelensOptionsgetConfigFileValue in interface FirelensOptionspublic final FirelensConfigFileType getConfigFileType()
FirelensOptionsDefault: - determined by checking configFileValue with S3 ARN.
getConfigFileType in interface FirelensOptionspublic final Boolean getEnableECSLogMetadata()
FirelensOptionsYou can disable this action by setting enable-ecs-log-metadata to false.
Default: - true
getEnableECSLogMetadata in interface FirelensOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.