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
Subinterfaces of IBackupPlanRef in software.amazon.awscdk.services.backupModifier and TypeInterfaceDescriptioninterfaceA backup plan.static interfaceInternal default implementation forIBackupPlan.Classes in software.amazon.awscdk.services.backup that implement IBackupPlanRefModifier and TypeClassDescriptionclassA backup plan.classContains an optional backup plan display name and an array ofBackupRuleobjects, each of which specifies a backup rule.static final classA proxy class which represents a concrete javascript instance of this type.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.BackupSelectionProps.getBackupPlan()The backup plan for this selection.final IBackupPlanRefBackupSelectionProps.Jsii$Proxy.getBackupPlan()Methods in software.amazon.awscdk.services.backup with parameters of type IBackupPlanRefModifier and TypeMethodDescriptionstatic StringCfnBackupPlan.arnForBackupPlan(IBackupPlanRef resource) BackupSelection.Builder.backupPlan(IBackupPlanRef backupPlan) The backup plan for this selection.BackupSelectionProps.Builder.backupPlan(IBackupPlanRef backupPlan) Sets the value ofBackupSelectionProps.getBackupPlan()CfnBackupSelection.Builder.backupPlanId(IBackupPlanRef backupPlanId) Uniquely identifies a backup plan.CfnBackupSelectionProps.Builder.backupPlanId(IBackupPlanRef backupPlanId) Sets the value ofCfnBackupSelectionProps.getBackupPlanId()