Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.Builder
Packages that use CfnPlanPropsMixin.Builder
-
Uses of CfnPlanPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch
Methods in software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch that return CfnPlanPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPlanPropsMixin.Builder.associatedAlarms(Map<String, ? extends Object> associatedAlarms) The associated application health alarms for a plan.CfnPlanPropsMixin.Builder.associatedAlarms(IResolvable associatedAlarms) The associated application health alarms for a plan.static CfnPlanPropsMixin.BuilderCfnPlanPropsMixin.Builder.create()static CfnPlanPropsMixin.BuilderCfnPlanPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPlanPropsMixin.Builder.description(String description) The description for a plan.CfnPlanPropsMixin.Builder.executionRole(String executionRole) The execution role for a plan.The name for a plan.CfnPlanPropsMixin.Builder.primaryRegion(String primaryRegion) The primary Region for a plan.CfnPlanPropsMixin.Builder.recoveryApproach(String recoveryApproach) The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).CfnPlanPropsMixin.Builder.recoveryTimeObjectiveMinutes(Number recoveryTimeObjectiveMinutes) The recovery time objective for a plan.The AWS Regions for a plan.CfnPlanPropsMixin.Builder.reportConfiguration(CfnPlanPropsMixin.ReportConfigurationProperty reportConfiguration) The report configuration for a plan.CfnPlanPropsMixin.Builder.reportConfiguration(IResolvable reportConfiguration) The report configuration for a plan.The triggers for a plan.CfnPlanPropsMixin.Builder.triggers(IResolvable triggers) The triggers for a plan.The workflows for a plan.CfnPlanPropsMixin.Builder.workflows(IResolvable workflows) The workflows for a plan.