Class CfnJobDefinition.FirelensConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.FirelensConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.FirelensConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.FirelensConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.FirelensConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.FirelensConfigurationProperty
An implementation for
CfnJobDefinition.FirelensConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.FirelensConfigurationProperty
CfnJobDefinition.FirelensConfigurationProperty.Builder, CfnJobDefinition.FirelensConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.FirelensConfigurationProperty.Builder.protectedJsii$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 theCfnJobDefinition.FirelensConfigurationProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnJobDefinition.FirelensConfigurationPropertyThe log router to use.The valid values are
fluentdorfluentbit.- Specified by:
getTypein interfaceCfnJobDefinition.FirelensConfigurationProperty- See Also:
-
getOptions
Description copied from interface:CfnJobDefinition.FirelensConfigurationPropertyThe options to use when configuring the log router.This field is optional and can be used to specify a custom configuration file or to add additional metadata, such as the task, task definition, cluster, and container instance details to the log event. If specified, the syntax to use is
"options":{"enable-ecs-log-metadata":"true|false","config-file-type:"s3|file","config-file-value":"arn:aws:s3:::mybucket/fluent.conf|filepath"}. For more information, see Creating a task definition that uses a FireLens configuration in the Amazon Elastic Container Service Developer Guide .Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getOptionsin interfaceCfnJobDefinition.FirelensConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-