Pipe Dimension Mapping Args
data class PipeDimensionMappingArgs(val dimensionName: Output<String>, val dimensionValue: Output<String>, val dimensionValueType: Output<PipeDimensionValueType>) : ConvertibleToJava<PipeDimensionMappingArgs>
Constructors
Link copied to clipboard
constructor(dimensionName: Output<String>, dimensionValue: Output<String>, dimensionValueType: Output<PipeDimensionValueType>)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Dynamic path to the dimension value in the source event.
Link copied to clipboard
The data type of the dimension for the time-series data.