Class CfnSuiteDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSuiteDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSuiteDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnSuiteDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSuiteDefinitionProps
An implementation for
CfnSuiteDefinitionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinitionProps
CfnSuiteDefinitionProps.Builder, CfnSuiteDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSuiteDefinitionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSuiteDefinitionProps.Builder
.
-
-
Method Details
-
getSuiteDefinitionConfiguration
Description copied from interface:CfnSuiteDefinitionProps
The configuration of the Suite Definition. Listed below are the required elements of theSuiteDefinitionConfiguration
.- devicePermissionRoleArn - The device permission arn.
This is a required element.
Type: String
- devices - The list of configured devices under test. For more information on devices under test, see DeviceUnderTest
Not a required element.
Type: List of devices under test
- intendedForQualification - The tests intended for qualification in a suite.
Not a required element.
Type: Boolean
- rootGroup - The test suite root group. For more information on creating and using root groups see the Device Advisor workflow .
This is a required element.
Type: String
- suiteDefinitionName - The Suite Definition Configuration name.
This is a required element.
Type: String
- Specified by:
getSuiteDefinitionConfiguration
in interfaceCfnSuiteDefinitionProps
- See Also:
-
getTags
Description copied from interface:CfnSuiteDefinitionProps
Metadata that can be used to manage the the Suite Definition.- Specified by:
getTags
in interfaceCfnSuiteDefinitionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-