DimensionArgs

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.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, stringValues: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, type: Output<DimensionType>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

A unique identifier for the dimension.

Link copied to clipboard
val stringValues: Output<List<String>>? = null

Specifies the value or list of values for the dimension.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Metadata that can be used to manage the dimension.

Link copied to clipboard
val type: Output<DimensionType>? = null

Specifies the type of the dimension.

Functions

Link copied to clipboard
open override fun toJava(): DimensionArgs