Uses of Interface
software.amazon.awscdk.interfaces.greengrass.ICoreDefinitionRef
Packages that use ICoreDefinitionRef
Package
Description
AWS IoT Greengrass Construct Library
-
Uses of ICoreDefinitionRef in software.amazon.awscdk.interfaces.greengrass
Subinterfaces of ICoreDefinitionRef in software.amazon.awscdk.interfaces.greengrassModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICoreDefinitionRef.Classes in software.amazon.awscdk.interfaces.greengrass that implement ICoreDefinitionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICoreDefinitionRef in software.amazon.awscdk.services.greengrass
Classes in software.amazon.awscdk.services.greengrass that implement ICoreDefinitionRefModifier and TypeClassDescriptionclassTheAWS::Greengrass::CoreDefinitionresource represents a core definition for AWS IoT Greengrass .Methods in software.amazon.awscdk.services.greengrass that return ICoreDefinitionRefModifier and TypeMethodDescriptionstatic ICoreDefinitionRefCfnCoreDefinition.fromCoreDefinitionArn(software.constructs.Construct scope, String id, String arn) Creates a new ICoreDefinitionRef from an ARN.static ICoreDefinitionRefCfnCoreDefinition.fromCoreDefinitionId(software.constructs.Construct scope, String id, String coreDefinitionId) Creates a new ICoreDefinitionRef from a coreDefinitionId.