Uses of Interface
software.amazon.awscdk.interfaces.backup.IBackupPlanRef
Packages that use IBackupPlanRef
Package
Description
AWS Backup Construct Library
-
Uses of IBackupPlanRef in software.amazon.awscdk.interfaces.backup
Subinterfaces of IBackupPlanRef in software.amazon.awscdk.interfaces.backupModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBackupPlanRef.Classes in software.amazon.awscdk.interfaces.backup that implement IBackupPlanRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IBackupPlanRef in software.amazon.awscdk.services.backup
Classes in software.amazon.awscdk.services.backup that implement IBackupPlanRefModifier and TypeClassDescriptionclassContains an optional backup plan display name and an array ofBackupRuleobjects, each of which specifies a backup rule.Methods in software.amazon.awscdk.services.backup that return IBackupPlanRefModifier and TypeMethodDescriptionstatic IBackupPlanRefCfnBackupPlan.fromBackupPlanArn(software.constructs.Construct scope, String id, String arn) Creates a new IBackupPlanRef from an ARN.static IBackupPlanRefCfnBackupPlan.fromBackupPlanId(software.constructs.Construct scope, String id, String backupPlanId) Creates a new IBackupPlanRef from a backupPlanId.