@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.955Z") @Stability(value=Stable) public interface CfnSuiteDefinitionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotcoredeviceadvisor.*;
Object suiteDefinitionConfiguration;
CfnSuiteDefinitionProps cfnSuiteDefinitionProps = CfnSuiteDefinitionProps.builder()
.suiteDefinitionConfiguration(suiteDefinitionConfiguration)
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSuiteDefinitionProps.Builder
A builder for
CfnSuiteDefinitionProps |
static class |
CfnSuiteDefinitionProps.Jsii$Proxy
An implementation for
CfnSuiteDefinitionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSuiteDefinitionProps.Builder |
builder() |
Object |
getSuiteDefinitionConfiguration()
The configuration of the Suite Definition.
|
default List<CfnTag> |
getTags()
Metadata that can be used to manage the the Suite Definition.
|
@Stability(value=Stable) @NotNull Object getSuiteDefinitionConfiguration()
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
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnSuiteDefinitionProps.Builder builder()
CfnSuiteDefinitionProps.Builder of CfnSuiteDefinitionPropsCopyright © 2022. All rights reserved.