Show / Hide Table of Contents

Interface ICfnSuiteDefinitionProps

Properties for defining a CfnSuiteDefinition.

Namespace: Amazon.CDK.AWS.IoTCoreDeviceAdvisor
Assembly: Amazon.CDK.AWS.IoTCoreDeviceAdvisor.dll
Syntax (csharp)
public interface ICfnSuiteDefinitionProps
Syntax (vb)
Public Interface ICfnSuiteDefinitionProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html

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;

CfnSuiteDefinitionProps 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 SuiteDefinitionConfiguration .

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

            Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration

            Tags

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

            virtual ICfnTag[] Tags { get; }
            Property Value

            ICfnTag[]

            Remarks

            Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html#cfn-iotcoredeviceadvisor-suitedefinition-tags

            Back to top Generated by DocFX