Class CfnTaskDefinition.FirelensConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskDefinition.FirelensConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinition.FirelensConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskDefinition.FirelensConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTaskDefinition.FirelensConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinition.FirelensConfigurationProperty
An implementation for
CfnTaskDefinition.FirelensConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnTaskDefinition.FirelensConfigurationProperty
CfnTaskDefinition.FirelensConfigurationProperty.Builder, CfnTaskDefinition.FirelensConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskDefinition.FirelensConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTaskDefinition.FirelensConfigurationProperty.Builder
.
-
-
Method Details
-
getOptions
Description copied from interface:CfnTaskDefinition.FirelensConfigurationProperty
The options to use when configuring the log router.This field is optional and can be used to add additional metadata, such as the task, task definition, cluster, and container instance details to the log event.
If specified, valid option keys are:
enable-ecs-log-metadata
, which can betrue
orfalse
config-file-type
, which can bes3
orfile
config-file-value
, which is either an S3 ARN or a file path
- Specified by:
getOptions
in interfaceCfnTaskDefinition.FirelensConfigurationProperty
- See Also:
-
getType
Description copied from interface:CfnTaskDefinition.FirelensConfigurationProperty
The log router to use.The valid values are
fluentd
orfluentbit
.- Specified by:
getType
in interfaceCfnTaskDefinition.FirelensConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-