@aws-sdk/client-iot

CreateDimensionCommandInput Interface

The input for CreateDimensionCommand.

Members

Name
Type
Details
name Requiredstring | undefined

A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

stringValues Requiredstring[] | undefined

Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").

type RequiredDimensionType | undefined

Specifies the type of dimension. Supported types: TOPIC_FILTER.

clientRequestToken string | undefined

Each dimension must have a unique client request token. If you try to create a new dimension with the same token as a dimension that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.

tags Tag[] | undefined

Metadata that can be used to manage the dimension.

Full Signature

export interface CreateDimensionCommandInput extends CreateDimensionRequest