AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTCoreDeviceAdvisor::SuiteDefinition

IoTCoreDeviceAdvisor SuiteDefinition

An example resource schema demonstrating some basic constructs and validation rules.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
SuiteDefinitionConfiguration
object
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
SuiteDefinitionArnstringThe Amazon Resource name for the suite definition.
SuiteDefinitionIdstringThe unique identifier for the suite definition.
SuiteDefinitionVersionstringThe suite definition version of a test suite.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTCoreDeviceAdvisor::SuiteDefinition

Resources:
  MyResource:
    Type: AWS::IoTCoreDeviceAdvisor::SuiteDefinition
    Properties:
      SuiteDefinitionConfiguration: {}
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:DescribeCertificateiot:DescribeThingiot:GetPolicyiot:ListAttachedPoliciesiot:ListCertificatesiot:ListPrincipalPoliciesiot:ListThingPrincipalsiot:ListThings

read

iotdeviceadvisor:GetSuiteDefinitioniot:ListTagsForResource

update

iot:DescribeCertificateiot:DescribeThingiot:GetPolicyiot:ListAttachedPoliciesiot:ListCertificatesiot:ListPrincipalPoliciesiot:ListThingPrincipalsiot:ListThings

delete

iotdeviceadvisor:GetSuiteDefinitioniotdeviceadvisor:DeleteSuiteDefinition

list

iotdeviceadvisor:ListSuiteDefinitions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTCoreDeviceAdvisor
Properties5
Required1
TaggingSupported
Primary IDSuiteDefinitionId

Supported Operations

CreateReadUpdateDeleteList

External Links