Class: Aws::ResilienceHub::Types::UpdateResiliencyPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_location_constraintString

Specifies a high-level geographical location constraint for where your resilience policy data can be stored.

Returns:

  • (String)


6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6903

class UpdateResiliencyPolicyRequest < Struct.new(
  :data_location_constraint,
  :policy,
  :policy_arn,
  :policy_description,
  :policy_name,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end

#policyHash<String,Types::FailurePolicy>

Resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

Returns:



6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6903

class UpdateResiliencyPolicyRequest < Struct.new(
  :data_location_constraint,
  :policy,
  :policy_arn,
  :policy_description,
  :policy_name,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6903

class UpdateResiliencyPolicyRequest < Struct.new(
  :data_location_constraint,
  :policy,
  :policy_arn,
  :policy_description,
  :policy_name,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end

#policy_descriptionString

Description of the resiliency policy.

Returns:

  • (String)


6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6903

class UpdateResiliencyPolicyRequest < Struct.new(
  :data_location_constraint,
  :policy,
  :policy_arn,
  :policy_description,
  :policy_name,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

Name of the resiliency policy.

Returns:

  • (String)


6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6903

class UpdateResiliencyPolicyRequest < Struct.new(
  :data_location_constraint,
  :policy,
  :policy_arn,
  :policy_description,
  :policy_name,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The tier for this resiliency policy, ranging from the highest severity (‘MissionCritical`) to lowest (`NonCritical`).

Returns:

  • (String)


6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6903

class UpdateResiliencyPolicyRequest < Struct.new(
  :data_location_constraint,
  :policy,
  :policy_arn,
  :policy_description,
  :policy_name,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end