Dimension Args
data class DimensionArgs(val name: Output<String>? = null, val stringValues: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<DimensionType>? = null) : ConvertibleToJava<DimensionArgs>
A dimension can be used to limit the scope of a metric used in a security profile for AWS IoT Device Defender.
Example Usage
Example
No Java example available.