- Navigation Guide
@aws-sdk/client-iot
CreateDimensionCommandInput Interface
The input for CreateDimensionCommand.
Members
Name | Type | Details |
---|---|---|
name Required | string | 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 Required | string[] | undefined | Specifies the value or list of values for the dimension. For |
type Required | DimensionType | undefined | Specifies the type of dimension. Supported types: |
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