CfnCoreDeviceMixinProps
- class aws_cdk.cfn_property_mixins.aws_greengrassv2.CfnCoreDeviceMixinProps(*, core_device_thing_name=None)
Bases:
objectProperties for CfnCoreDevicePropsMixin.
- Parameters:
core_device_thing_name (
Optional[str]) – The name of the core device. This is also the name of the IoT thing.- 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.cfn_property_mixins import aws_greengrassv2 as greengrassv2 cfn_core_device_mixin_props = greengrassv2.CfnCoreDeviceMixinProps( core_device_thing_name="coreDeviceThingName" )
Attributes
- core_device_thing_name
The name of the core device.
This is also the name of the IoT thing.