CfnDeviceDefinitionVersionMixinProps
- class aws_cdk.mixins_preview.aws_greengrass.mixins.CfnDeviceDefinitionVersionMixinProps(*, device_definition_id=None, devices=None)
Bases:
objectProperties for CfnDeviceDefinitionVersionPropsMixin.
- Parameters:
device_definition_id (
Optional[str]) – The ID of the device definition associated with this version. This value is a GUID.devices (
Union[IResolvable,Sequence[Union[IResolvable,DeviceProperty,Dict[str,Any]]],None]) – The devices in this version.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_greengrass import mixins as greengrass_mixins cfn_device_definition_version_mixin_props = greengrass_mixins.CfnDeviceDefinitionVersionMixinProps( device_definition_id="deviceDefinitionId", devices=[greengrass_mixins.CfnDeviceDefinitionVersionPropsMixin.DeviceProperty( certificate_arn="certificateArn", id="id", sync_shadow=False, thing_arn="thingArn" )] )
Attributes
- device_definition_id
The ID of the device definition associated with this version.
This value is a GUID.
- devices
The devices in this version.