This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ResilienceHubV2::Service EffectivePolicyValues
Contains the effective resilience policy values for a service.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AvailabilitySlo" :SloSource, "MultiAzDrApproach" :DisasterRecoverySource, "MultiAzRpo" :TargetSource, "MultiAzRto" :TargetSource, "MultiRegionDrApproach" :DisasterRecoverySource, "MultiRegionRpo" :TargetSource, "MultiRegionRto" :TargetSource}
YAML
AvailabilitySlo:SloSourceMultiAzDrApproach:DisasterRecoverySourceMultiAzRpo:TargetSourceMultiAzRto:TargetSourceMultiRegionDrApproach:DisasterRecoverySourceMultiRegionRpo:TargetSourceMultiRegionRto:TargetSource
Properties
AvailabilitySlo-
The effective availability SLO value for the service.
Required: No
Type: SloSource
Update requires: No interruption
MultiAzDrApproach-
The effective multi-AZ disaster recovery approach for the service.
Required: No
Type: DisasterRecoverySource
Update requires: No interruption
MultiAzRpo-
The effective multi-AZ RPO value for the service, in minutes.
Required: No
Type: TargetSource
Update requires: No interruption
MultiAzRto-
The effective multi-AZ RTO value for the service, in minutes.
Required: No
Type: TargetSource
Update requires: No interruption
MultiRegionDrApproach-
The effective multi-Region disaster recovery approach for the service.
Required: No
Type: DisasterRecoverySource
Update requires: No interruption
MultiRegionRpo-
The effective multi-Region RPO value for the service, in minutes.
Required: No
Type: TargetSource
Update requires: No interruption
MultiRegionRto-
The effective multi-Region RTO value for the service, in minutes.
Required: No
Type: TargetSource
Update requires: No interruption