Class CfnScheduledQuery.TimestreamConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.timestream.CfnScheduledQuery.TimestreamConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledQuery.TimestreamConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScheduledQuery.TimestreamConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledQuery.TimestreamConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledQuery.TimestreamConfigurationProperty
An implementation for
CfnScheduledQuery.TimestreamConfigurationProperty-
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.timestream.CfnScheduledQuery.TimestreamConfigurationProperty
CfnScheduledQuery.TimestreamConfigurationProperty.Builder, CfnScheduledQuery.TimestreamConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScheduledQuery.TimestreamConfigurationProperty.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 StringName of Timestream database to which the query result will be written.final ObjectThis is to allow mapping column(s) from the query result to the dimension in the destination table.final StringName of the measure column.final ObjectSpecifies how to map measures to multi-measure records.final ObjectMulti-measure mappings.final StringName of Timestream table that the query result will be written to.final StringColumn from query result that should be used as the time column in destination table.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 theCfnScheduledQuery.TimestreamConfigurationProperty.Builder.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertyName of Timestream database to which the query result will be written.- Specified by:
getDatabaseNamein interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
getDimensionMappings
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertyThis is to allow mapping column(s) from the query result to the dimension in the destination table.- Specified by:
getDimensionMappingsin interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
getTableName
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertyName of Timestream table that the query result will be written to.The table should be within the same database that is provided in Timestream configuration.
- Specified by:
getTableNamein interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
getTimeColumn
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertyColumn from query result that should be used as the time column in destination table.Column type for this should be TIMESTAMP.
- Specified by:
getTimeColumnin interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
getMeasureNameColumn
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertyName of the measure column.Also see
MultiMeasureMappingsandMixedMeasureMappingsfor how measure name properties on those relate toMeasureNameColumn.- Specified by:
getMeasureNameColumnin interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
getMixedMeasureMappings
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertySpecifies how to map measures to multi-measure records.- Specified by:
getMixedMeasureMappingsin interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
getMultiMeasureMappings
Description copied from interface:CfnScheduledQuery.TimestreamConfigurationPropertyMulti-measure mappings.- Specified by:
getMultiMeasureMappingsin interfaceCfnScheduledQuery.TimestreamConfigurationProperty
-
$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()
-