Class CfnTransformer.DateTimeConverterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnTransformer.DateTimeConverterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.DateTimeConverterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.DateTimeConverterProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.DateTimeConverterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.DateTimeConverterProperty
An implementation for
CfnTransformer.DateTimeConverterProperty-
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.logs.CfnTransformer.DateTimeConverterProperty
CfnTransformer.DateTimeConverterProperty.Builder, CfnTransformer.DateTimeConverterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.DateTimeConverterProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe locale of the source field.A list of patterns to match against thesourcefield.final StringThe key to apply the date conversion to.final StringThe time zone of the source field.final StringThe JSON field to store the result in.final StringThe datetime format to use for the converted data in the target field.final StringThe time zone of the target field.final inthashCode()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 theCfnTransformer.DateTimeConverterProperty.Builder.
-
-
Method Details
-
getMatchPatterns
Description copied from interface:CfnTransformer.DateTimeConverterPropertyA list of patterns to match against thesourcefield.- Specified by:
getMatchPatternsin interfaceCfnTransformer.DateTimeConverterProperty- See Also:
-
getSource
Description copied from interface:CfnTransformer.DateTimeConverterPropertyThe key to apply the date conversion to.- Specified by:
getSourcein interfaceCfnTransformer.DateTimeConverterProperty- See Also:
-
getTarget
Description copied from interface:CfnTransformer.DateTimeConverterPropertyThe JSON field to store the result in.- Specified by:
getTargetin interfaceCfnTransformer.DateTimeConverterProperty- See Also:
-
getLocale
Description copied from interface:CfnTransformer.DateTimeConverterPropertyThe locale of the source field.If you omit this, the default of
locale.ROOTis used.- Specified by:
getLocalein interfaceCfnTransformer.DateTimeConverterProperty- See Also:
-
getSourceTimezone
Description copied from interface:CfnTransformer.DateTimeConverterPropertyThe time zone of the source field.If you omit this, the default used is the UTC zone.
- Specified by:
getSourceTimezonein interfaceCfnTransformer.DateTimeConverterProperty- See Also:
-
getTargetFormat
Description copied from interface:CfnTransformer.DateTimeConverterPropertyThe datetime format to use for the converted data in the target field.If you omit this, the default of
yyyy-MM-dd'T'HH:mm:ss.SSS'Zis used.- Specified by:
getTargetFormatin interfaceCfnTransformer.DateTimeConverterProperty- See Also:
-
getTargetTimezone
Description copied from interface:CfnTransformer.DateTimeConverterPropertyThe time zone of the target field.If you omit this, the default used is the UTC zone.
- Specified by:
getTargetTimezonein interfaceCfnTransformer.DateTimeConverterProperty- 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()
-