ResourceTypeId
A composite resource type identifier in identifier@version format.
This scalar uniquely identifies a resource type by combining its kebab-case identifier with a version specifier. As an output the version portion is always a fully resolved semver string:
aws-iam-role@1.2.3
aws-iam-role@0.0.0
As an input (e.g., in the resourceType query), you can use any of the
following formats and the server will resolve to the best matching published
version:
| Format | Example | Resolves to |
|---|---|---|
| Bare identifier | aws-iam-role | Latest stable (or latest dev if no stable exists) |
| Exact version | aws-iam-role@1.2.3 | That exact version |
| Major channel | aws-iam-role@~1 | Latest 1.x.x stable |
| Minor channel | aws-iam-role@~1.2 | Latest 1.2.x stable |
| Latest stable | aws-iam-role@latest | Newest stable release |
| Latest + dev | aws-iam-role@latest+dev | Newest release including dev builds |
scalar ResourceTypeId
Member Of
resourceType query ● ResourceType object