AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTCoreDeviceAdvisor::SuiteDefinition

CfnSuiteDefinition

Creates a Device Advisor test suite. Requires permission to access the [CreateSuiteDefinition](https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

Import

import { CfnSuiteDefinition } from 'aws-cdk-lib/aws-iotcoredeviceadvisor';

Or use the module namespace:

import * as iotcoredeviceadvisor from 'aws-cdk-lib/aws-iotcoredeviceadvisor';
// iotcoredeviceadvisor.CfnSuiteDefinition

Properties

Configuration passed to the constructor as CfnSuiteDefinitionProps.

suiteDefinitionConfigurationRequired
any

Gets the suite definition configuration.

tagsOptional
CfnTag[]

Metadata that can be used to manage the the Suite Definition.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-iotcoredeviceadvisor
CFN TypeAWS::IoTCoreDeviceAdvisor::SuiteDefinition
Properties2

External Links