CustomMetric

class CustomMetric : KotlinCustomResource

A custom metric published by your devices to Device Defender.

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val displayName: Output<String>?

Field represents a friendly name in the console for the custom metric; it doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated once defined.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val metricArn: Output<String>

The Amazon Resource Number (ARN) of the custom metric.

Link copied to clipboard
val metricName: Output<String>?

The name of the custom metric. This will be used in the metric report submitted from the device/thing. Shouldn't begin with aws: . Cannot be updated once defined.

Link copied to clipboard

The type of the custom metric. Types include string-list, ip-address-list, number-list, and number.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>