Uses of Interface
software.amazon.awscdk.services.appintegrations.IEventIntegrationRef
Packages that use IEventIntegrationRef
Package
Description
AWS::AppIntegrations Construct Library
-
Uses of IEventIntegrationRef in software.amazon.awscdk.services.appintegrations
Subinterfaces of IEventIntegrationRef in software.amazon.awscdk.services.appintegrationsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEventIntegrationRef
.Classes in software.amazon.awscdk.services.appintegrations that implement IEventIntegrationRefModifier and TypeClassDescriptionclass
Creates an event integration.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appintegrations that return IEventIntegrationRefModifier and TypeMethodDescriptionstatic IEventIntegrationRef
CfnEventIntegration.fromEventIntegrationArn
(software.constructs.Construct scope, String id, String arn) Creates a new IEventIntegrationRef from an ARN.static IEventIntegrationRef
CfnEventIntegration.fromEventIntegrationName
(software.constructs.Construct scope, String id, String eventIntegrationName) Creates a new IEventIntegrationRef from a eventIntegrationName.