Uses of Interface
software.amazon.awscdk.interfaces.greengrass.IFunctionDefinitionRef
Packages that use IFunctionDefinitionRef
Package
Description
AWS IoT Greengrass Construct Library
-
Uses of IFunctionDefinitionRef in software.amazon.awscdk.interfaces.greengrass
Subinterfaces of IFunctionDefinitionRef in software.amazon.awscdk.interfaces.greengrassModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFunctionDefinitionRef.Classes in software.amazon.awscdk.interfaces.greengrass that implement IFunctionDefinitionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IFunctionDefinitionRef in software.amazon.awscdk.services.greengrass
Classes in software.amazon.awscdk.services.greengrass that implement IFunctionDefinitionRefModifier and TypeClassDescriptionclassTheAWS::Greengrass::FunctionDefinitionresource represents a function definition for AWS IoT Greengrass .Methods in software.amazon.awscdk.services.greengrass that return IFunctionDefinitionRefModifier and TypeMethodDescriptionstatic IFunctionDefinitionRefCfnFunctionDefinition.fromFunctionDefinitionArn(software.constructs.Construct scope, String id, String arn) Creates a new IFunctionDefinitionRef from an ARN.static IFunctionDefinitionRefCfnFunctionDefinition.fromFunctionDefinitionId(software.constructs.Construct scope, String id, String functionDefinitionId) Creates a new IFunctionDefinitionRef from a functionDefinitionId.