class Aws::ResilienceHub::Types::UpdateResiliencyPolicyRequest
@note When making an API call, you may pass UpdateResiliencyPolicyRequest
data as a hash: { data_location_constraint: "AnyLocation", # accepts AnyLocation, SameContinent, SameCountry policy: { "Software" => { rpo_in_secs: 1, # required rto_in_secs: 1, # required }, }, policy_arn: "Arn", # required policy_description: "EntityDescription", policy_name: "EntityName", tier: "MissionCritical", # accepts MissionCritical, Critical, Important, CoreServices, NonCritical }
@!attribute [rw] data_location_constraint
Specifies a high-level geographical location constraint for where your resilience policy data can be stored. @return [String]
@!attribute [rw] policy
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds. @return [Hash<String,Types::FailurePolicy>]
@!attribute [rw] policy_arn
The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:`partition`\:dcps:`region`\:`account`\:resiliency-policy/`policy-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *AWS General Reference*. [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html @return [String]
@!attribute [rw] policy_description
The description for the policy. @return [String]
@!attribute [rw] policy_name
The name of the policy @return [String]
@!attribute [rw] tier
The tier for this resiliency policy, ranging from the highest severity (`MissionCritical`) to lowest (`NonCritical`). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateResiliencyPolicyRequest AWS API Documentation
Constants
- SENSITIVE