Uses of Interface
software.amazon.awscdk.interfaces.appintegrations.IDataIntegrationRef
Packages that use IDataIntegrationRef
Package
Description
AWS::AppIntegrations Construct Library
-
Uses of IDataIntegrationRef in software.amazon.awscdk.interfaces.appintegrations
Subinterfaces of IDataIntegrationRef in software.amazon.awscdk.interfaces.appintegrationsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDataIntegrationRef.Classes in software.amazon.awscdk.interfaces.appintegrations that implement IDataIntegrationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDataIntegrationRef in software.amazon.awscdk.services.appintegrations
Classes in software.amazon.awscdk.services.appintegrations that implement IDataIntegrationRefModifier and TypeClassDescriptionclassCreates and persists a DataIntegration resource.Methods in software.amazon.awscdk.services.appintegrations that return IDataIntegrationRefModifier and TypeMethodDescriptionstatic IDataIntegrationRefCfnDataIntegration.fromDataIntegrationArn(software.constructs.Construct scope, String id, String arn) Creates a new IDataIntegrationRef from an ARN.static IDataIntegrationRefCfnDataIntegration.fromDataIntegrationId(software.constructs.Construct scope, String id, String dataIntegrationId) Creates a new IDataIntegrationRef from a dataIntegrationId.