Interface ICfnSuiteDefinitionProps
Properties for defining a CfnSuiteDefinition
.
Namespace: Amazon.CDK.AWS.IoTCoreDeviceAdvisor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnSuiteDefinitionProps
Syntax (vb)
Public Interface ICfnSuiteDefinitionProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTCoreDeviceAdvisor;
var suiteDefinitionConfiguration;
var cfnSuiteDefinitionProps = new CfnSuiteDefinitionProps {
SuiteDefinitionConfiguration = suiteDefinitionConfiguration,
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
SuiteDefinitionConfiguration | The configuration of the Suite Definition. Listed below are the required elements of the |
Tags | Metadata that can be used to manage the the Suite Definition. |
Properties
SuiteDefinitionConfiguration
The configuration of the Suite Definition. Listed below are the required elements of the SuiteDefinitionConfiguration
.
object SuiteDefinitionConfiguration { get; }
Property Value
System.Object
Remarks
This is a required element.
Type: String
Not a required element.
Type: List of devices under test
Not a required element.
Type: Boolean
This is a required element.
Type: String
This is a required element.
Type: String
Tags
Metadata that can be used to manage the the Suite Definition.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]