Dimension

class Dimension : KotlinCustomResource

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.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN (Amazon resource name) of the created dimension.

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

A unique identifier for the dimension.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stringValues: Output<List<String>>

Specifies the value or list of values for the dimension.

Link copied to clipboard
val tags: Output<List<Tag>>?

Metadata that can be used to manage the dimension.

Link copied to clipboard
val type: Output<DimensionType>

Specifies the type of the dimension.

Link copied to clipboard
val urn: Output<String>