Class CfnPipe.DimensionMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.DimensionMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.DimensionMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.DimensionMappingProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.DimensionMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.DimensionMappingProperty
An implementation for
CfnPipe.DimensionMappingProperty
-
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.pipes.CfnPipe.DimensionMappingProperty
CfnPipe.DimensionMappingProperty.Builder, CfnPipe.DimensionMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.DimensionMappingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The metadata attributes of the time series.final String
Dynamic path to the dimension value in the source event.final String
The data type of the dimension for the time-series data.final int
hashCode()
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 theCfnPipe.DimensionMappingProperty.Builder
.
-
-
Method Details
-
getDimensionName
Description copied from interface:CfnPipe.DimensionMappingProperty
The metadata attributes of the time series.For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
- Specified by:
getDimensionName
in interfaceCfnPipe.DimensionMappingProperty
- See Also:
-
getDimensionValue
Description copied from interface:CfnPipe.DimensionMappingProperty
Dynamic path to the dimension value in the source event.- Specified by:
getDimensionValue
in interfaceCfnPipe.DimensionMappingProperty
- See Also:
-
getDimensionValueType
Description copied from interface:CfnPipe.DimensionMappingProperty
The data type of the dimension for the time-series data.- Specified by:
getDimensionValueType
in interfaceCfnPipe.DimensionMappingProperty
- 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()
-