suite_definitions
Retrieves a list of suite_definitions
in a region
Overview
Name | suite_definitions |
Type | Resource |
Description | suite_definitions |
Id | awscc.iotcoredeviceadvisor.suite_definitions |
Fields
Name | Datatype | Description |
---|---|---|
suite_definition_id | string | The unique identifier for the suite definition. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
suite_definition_id
FROM awscc.iotcoredeviceadvisor.suite_definitions
WHERE region = 'us-east-1'
Permissions
To operate on the suite_definitions
resource, the following permissions are required:
Create
iot:DescribeCertificate,
iot:DescribeThing,
iot:GetPolicy,
iot:ListAttachedPolicies,
iot:ListCertificates,
iot:ListPrincipalPolicies,
iot:ListTagsForResource,
iot:ListThingPrincipals,
iot:ListThings,
iotdeviceadvisor:CreateSuiteDefinition,
iotdeviceadvisor:TagResource,
iam:PassRole
List
iotdeviceadvisor:ListSuiteDefinitions