AWS::IoTCoreDeviceAdvisor::SuiteDefinitionAn example resource schema demonstrating some basic constructs and validation rules.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SuiteDefinitionConfiguration | object | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
SuiteDefinitionArn | string | The Amazon Resource name for the suite definition. |
SuiteDefinitionId | string | The unique identifier for the suite definition. |
SuiteDefinitionVersion | string | The suite definition version of a test suite. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTCoreDeviceAdvisor::SuiteDefinition
Resources:
MyResource:
Type: AWS::IoTCoreDeviceAdvisor::SuiteDefinition
Properties:
SuiteDefinitionConfiguration: {}
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:DescribeCertificateiot:DescribeThingiot:GetPolicyiot:ListAttachedPoliciesiot:ListCertificatesiot:ListPrincipalPoliciesiot:ListThingPrincipalsiot:ListThingsiotdeviceadvisor:GetSuiteDefinitioniot:ListTagsForResourceiot:DescribeCertificateiot:DescribeThingiot:GetPolicyiot:ListAttachedPoliciesiot:ListCertificatesiot:ListPrincipalPoliciesiot:ListThingPrincipalsiot:ListThingsiotdeviceadvisor:GetSuiteDefinitioniotdeviceadvisor:DeleteSuiteDefinitioniotdeviceadvisor:ListSuiteDefinitionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSuiteDefinitionId