pub struct BackupPlanResourceType {
pub advanced_backup_settings: Option<ValueList<AdvancedBackupSettingResourceType>>,
pub backup_plan_name: Value<String>,
pub backup_plan_rule: ValueList<BackupRuleResourceType>,
}Expand description
The AWS::Backup::BackupPlan.BackupPlanResourceType property type.
Fields§
§advanced_backup_settings: Option<ValueList<AdvancedBackupSettingResourceType>>Property AdvancedBackupSettings.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
backup_plan_name: Value<String>Property BackupPlanName.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
backup_plan_rule: ValueList<BackupRuleResourceType>Property BackupPlanRule.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for BackupPlanResourceType
impl Debug for BackupPlanResourceType
Source§impl Default for BackupPlanResourceType
impl Default for BackupPlanResourceType
Source§fn default() -> BackupPlanResourceType
fn default() -> BackupPlanResourceType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackupPlanResourceType
impl RefUnwindSafe for BackupPlanResourceType
impl Send for BackupPlanResourceType
impl Sync for BackupPlanResourceType
impl Unpin for BackupPlanResourceType
impl UnwindSafe for BackupPlanResourceType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more