Uses of Interface
software.amazon.awscdk.interfaces.greengrass.IDeviceDefinitionRef
Packages that use IDeviceDefinitionRef
Package
Description
AWS IoT Greengrass Construct Library
-
Uses of IDeviceDefinitionRef in software.amazon.awscdk.interfaces.greengrass
Subinterfaces of IDeviceDefinitionRef in software.amazon.awscdk.interfaces.greengrassModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeviceDefinitionRef.Classes in software.amazon.awscdk.interfaces.greengrass that implement IDeviceDefinitionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDeviceDefinitionRef in software.amazon.awscdk.services.greengrass
Classes in software.amazon.awscdk.services.greengrass that implement IDeviceDefinitionRefModifier and TypeClassDescriptionclassTheAWS::Greengrass::DeviceDefinitionresource represents a device definition for AWS IoT Greengrass .Methods in software.amazon.awscdk.services.greengrass that return IDeviceDefinitionRefModifier and TypeMethodDescriptionstatic IDeviceDefinitionRefCfnDeviceDefinition.fromDeviceDefinitionArn(software.constructs.Construct scope, String id, String arn) Creates a new IDeviceDefinitionRef from an ARN.static IDeviceDefinitionRefCfnDeviceDefinition.fromDeviceDefinitionId(software.constructs.Construct scope, String id, String deviceDefinitionId) Creates a new IDeviceDefinitionRef from a deviceDefinitionId.