v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Creates a dynamic thing group.

Requires permission to access the CreateDynamicThingGroup action.

post/dynamic-thing-groups/{thingGroupName}

Path parameters

thingGroupNamestring required

The dynamic thing group name to create.

Request body

indexNamestring
<p>The dynamic thing group index name.</p> <note> <p>Currently one index is supported: <code>AWS_Things</code>.</p> </note>
queryStringstring required
<p>The dynamic thing group search query string.</p> <p>See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/query-syntax.html">Query Syntax</a> for information about query string syntax.</p>
queryVersionstring
<p>The dynamic thing group query version.</p> <note> <p>Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.</p> </note>

Response

Success

thingGroupNamestring

The dynamic thing group name.

thingGroupArnstring

The dynamic thing group ARN.

thingGroupIdstring

The dynamic thing group ID.

indexNamestring

The dynamic thing group index name.

queryStringstring

The dynamic thing group search query string.

queryVersionstring

The dynamic thing group query version.