Class CfnTransformerPropsMixin.DateTimeConverterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.DateTimeConverterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerPropsMixin.DateTimeConverterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerPropsMixin.DateTimeConverterProperty
@Stability(Stable)
@Internal
public static final class CfnTransformerPropsMixin.DateTimeConverterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerPropsMixin.DateTimeConverterProperty
An implementation for
CfnTransformerPropsMixin.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.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.DateTimeConverterProperty
CfnTransformerPropsMixin.DateTimeConverterProperty.Builder, CfnTransformerPropsMixin.DateTimeConverterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerPropsMixin.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 theCfnTransformerPropsMixin.DateTimeConverterProperty.Builder.
-
-
Method Details
-
getLocale
Description copied from interface:CfnTransformerPropsMixin.DateTimeConverterPropertyThe locale of the source field.If you omit this, the default of
locale.ROOTis used.- Specified by:
getLocalein interfaceCfnTransformerPropsMixin.DateTimeConverterProperty- See Also:
-
getMatchPatterns
Description copied from interface:CfnTransformerPropsMixin.DateTimeConverterPropertyA list of patterns to match against thesourcefield.- Specified by:
getMatchPatternsin interfaceCfnTransformerPropsMixin.DateTimeConverterProperty- See Also:
-
getSource
Description copied from interface:CfnTransformerPropsMixin.DateTimeConverterPropertyThe key to apply the date conversion to.- Specified by:
getSourcein interfaceCfnTransformerPropsMixin.DateTimeConverterProperty- See Also:
-
getSourceTimezone
Description copied from interface:CfnTransformerPropsMixin.DateTimeConverterPropertyThe time zone of the source field.If you omit this, the default used is the UTC zone.
- Specified by:
getSourceTimezonein interfaceCfnTransformerPropsMixin.DateTimeConverterProperty- See Also:
-
getTarget
Description copied from interface:CfnTransformerPropsMixin.DateTimeConverterPropertyThe JSON field to store the result in.- Specified by:
getTargetin interfaceCfnTransformerPropsMixin.DateTimeConverterProperty- See Also:
-
getTargetFormat
Description copied from interface:CfnTransformerPropsMixin.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 interfaceCfnTransformerPropsMixin.DateTimeConverterProperty- See Also:
-
getTargetTimezone
Description copied from interface:CfnTransformerPropsMixin.DateTimeConverterPropertyThe time zone of the target field.If you omit this, the default used is the UTC zone.
- Specified by:
getTargetTimezonein interfaceCfnTransformerPropsMixin.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()
-