@Stability(value=Stable) @Internal public static final class FirelensOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirelensOptions
FirelensOptions
software.amazon.jsii.JsiiObject.InitializationMode
FirelensOptions.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()
Custom configuration file, s3 or file.
|
String |
getConfigFileValue()
Custom configuration file, S3 ARN or a file path.
|
Boolean |
getEnableEcsLogMetadata()
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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
FirelensOptions
getConfigFileValue
in interface FirelensOptions
public final FirelensConfigFileType getConfigFileType()
FirelensOptions
Default: - determined by checking configFileValue with S3 ARN.
getConfigFileType
in interface FirelensOptions
public final Boolean getEnableEcsLogMetadata()
FirelensOptions
You 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.JsiiSerializable
Copyright © 2020. All rights reserved.