Class CfnSuiteDefinition
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinition
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:11.364Z")
@Stability(Stable)
public class CfnSuiteDefinition
extends CfnResource
implements IInspectable, ITaggable
Creates a Device Advisor test suite.
Requires permission to access the CreateSuiteDefinition action.
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; CfnSuiteDefinition cfnSuiteDefinition = CfnSuiteDefinition.Builder.create(this, "MyCfnSuiteDefinition") .suiteDefinitionConfiguration(suiteDefinitionConfiguration) // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnSuiteDefinition
.static interface
Information of a test device.static interface
Gets the suite definition configuration.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnSuiteDefinition
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnSuiteDefinition
(software.amazon.jsii.JsiiObjectRef objRef) CfnSuiteDefinition
(software.constructs.Construct scope, String id, CfnSuiteDefinitionProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Arn of the Suite Definition.The version of the Suite Definition.The ID of the Suite Definition.The configuration of the Suite Definition.getTags()
Tag Manager which manages the tags for this resource.Metadata that can be used to manage the the Suite Definition.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
The configuration of the Suite Definition.void
setTagsRaw
(List<CfnTag> value) Metadata that can be used to manage the the Suite Definition.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnSuiteDefinition
protected CfnSuiteDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
CfnSuiteDefinition
protected CfnSuiteDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnSuiteDefinition
@Stability(Stable) public CfnSuiteDefinition(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnSuiteDefinitionProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrSuiteDefinitionArn
The Arn of the Suite Definition. -
getAttrSuiteDefinitionId
The version of the Suite Definition. -
getAttrSuiteDefinitionVersion
The ID of the Suite Definition. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getSuiteDefinitionConfiguration
The configuration of the Suite Definition.Listed below are the required elements of the
SuiteDefinitionConfiguration
. -
setSuiteDefinitionConfiguration
The configuration of the Suite Definition.Listed below are the required elements of the
SuiteDefinitionConfiguration
. -
getTagsRaw
Metadata that can be used to manage the the Suite Definition. -
setTagsRaw
Metadata that can be used to manage the the Suite Definition.
-