Uses of Interface
software.amazon.awscdk.interfaces.events.IArchiveRef
Packages that use IArchiveRef
Package
Description
Amazon EventBridge Construct Library
-
Uses of IArchiveRef in software.amazon.awscdk.interfaces.events
Subinterfaces of IArchiveRef in software.amazon.awscdk.interfaces.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIArchiveRef.Classes in software.amazon.awscdk.interfaces.events that implement IArchiveRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IArchiveRef in software.amazon.awscdk.services.events
Classes in software.amazon.awscdk.services.events that implement IArchiveRefModifier and TypeClassDescriptionclassCreates an archive of events with the specified settings.Methods in software.amazon.awscdk.services.events that return IArchiveRefModifier and TypeMethodDescriptionstatic IArchiveRefCfnArchive.fromArchiveArn(software.constructs.Construct scope, String id, String arn) Creates a new IArchiveRef from an ARN.static IArchiveRefCfnArchive.fromArchiveName(software.constructs.Construct scope, String id, String archiveName) Creates a new IArchiveRef from a archiveName.