CfnSuiteDefinitionMixinProps
- class aws_cdk.cfn_property_mixins.aws_iotcoredeviceadvisor.CfnSuiteDefinitionMixinProps(*, suite_definition_configuration=None, tags=None)
Bases:
objectProperties for CfnSuiteDefinitionPropsMixin.
- Parameters:
suite_definition_configuration (
Any) – Gets the suite definition configuration.tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – Metadata that can be used to manage the the Suite Definition.
- See:
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import CfnTag # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_iotcoredeviceadvisor as iotcoredeviceadvisor # suite_definition_configuration: Any cfn_suite_definition_mixin_props = iotcoredeviceadvisor.CfnSuiteDefinitionMixinProps( suite_definition_configuration=suite_definition_configuration, tags=[CfnTag( key="key", value="value" )] )
Attributes
- suite_definition_configuration
Gets the suite definition configuration.
- tags
Metadata that can be used to manage the the Suite Definition.