Uses of Interface
software.amazon.awscdk.services.greengrass.IFunctionDefinitionRef
Packages that use IFunctionDefinitionRef
-
Uses of IFunctionDefinitionRef in software.amazon.awscdk.services.greengrass
Subinterfaces of IFunctionDefinitionRef in software.amazon.awscdk.services.greengrassModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFunctionDefinitionRef
.Classes in software.amazon.awscdk.services.greengrass that implement IFunctionDefinitionRefModifier and TypeClassDescriptionclass
TheAWS::Greengrass::FunctionDefinition
resource represents a function definition for AWS IoT Greengrass .static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.greengrass that return IFunctionDefinitionRefModifier and TypeMethodDescriptionstatic IFunctionDefinitionRef
CfnFunctionDefinition.fromFunctionDefinitionArn
(software.constructs.Construct scope, String id, String arn) Creates a new IFunctionDefinitionRef from an ARN.static IFunctionDefinitionRef
CfnFunctionDefinition.fromFunctionDefinitionId
(software.constructs.Construct scope, String id, String functionDefinitionId) Creates a new IFunctionDefinitionRef from a functionDefinitionId.