CoreDeviceReference

class aws_cdk.interfaces.aws_greengrassv2.CoreDeviceReference(*, core_device_arn)

Bases: object

A reference to a CoreDevice resource.

Parameters:

core_device_arn (str) – The Arn of the CoreDevice resource.

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.interfaces import aws_greengrassv2 as interfaces_greengrassv2

core_device_reference = interfaces_greengrassv2.CoreDeviceReference(
    core_device_arn="coreDeviceArn"
)

Attributes

core_device_arn

The Arn of the CoreDevice resource.