Uses of Interface
software.amazon.awscdk.services.events.IArchiveRef
Packages that use IArchiveRef
-
Uses of IArchiveRef in software.amazon.awscdk.services.events
Subinterfaces of IArchiveRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIArchiveRef.Classes in software.amazon.awscdk.services.events that implement IArchiveRefModifier and TypeClassDescriptionclassCreates an archive of events with the specified settings.static final classA proxy class which represents a concrete javascript instance of this type.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.