Uses of Interface
software.amazon.awscdk.interfaces.greengrass.ISubscriptionDefinitionRef
Packages that use ISubscriptionDefinitionRef
Package
Description
AWS IoT Greengrass Construct Library
-
Uses of ISubscriptionDefinitionRef in software.amazon.awscdk.interfaces.greengrass
Subinterfaces of ISubscriptionDefinitionRef in software.amazon.awscdk.interfaces.greengrassModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISubscriptionDefinitionRef.Classes in software.amazon.awscdk.interfaces.greengrass that implement ISubscriptionDefinitionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ISubscriptionDefinitionRef in software.amazon.awscdk.services.greengrass
Classes in software.amazon.awscdk.services.greengrass that implement ISubscriptionDefinitionRefModifier and TypeClassDescriptionclassTheAWS::Greengrass::SubscriptionDefinitionresource represents a subscription definition for AWS IoT Greengrass .Methods in software.amazon.awscdk.services.greengrass that return ISubscriptionDefinitionRefModifier and TypeMethodDescriptionstatic ISubscriptionDefinitionRefCfnSubscriptionDefinition.fromSubscriptionDefinitionArn(software.constructs.Construct scope, String id, String arn) Creates a new ISubscriptionDefinitionRef from an ARN.static ISubscriptionDefinitionRefCfnSubscriptionDefinition.fromSubscriptionDefinitionId(software.constructs.Construct scope, String id, String subscriptionDefinitionId) Creates a new ISubscriptionDefinitionRef from a subscriptionDefinitionId.