Class: Aws::ResilienceHub::Types::ResiliencyPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ResiliencyPolicy
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Defines a resiliency policy.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The timestamp for when the resiliency policy was created.
-
#data_location_constraint ⇒ String
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
-
#estimated_cost_tier ⇒ String
Specifies the estimated cost tier of the resiliency policy.
-
#policy ⇒ Hash<String,Types::FailurePolicy>
The resiliency policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resiliency policy.
-
#policy_description ⇒ String
The description for the policy.
-
#policy_name ⇒ String
The name of the policy.
-
#tags ⇒ Hash<String,String>
The tags assigned to the resource.
-
#tier ⇒ String
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical
) to lowest (NonCritical
).
Instance Attribute Details
#creation_time ⇒ Time
The timestamp for when the resiliency policy was created.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#data_location_constraint ⇒ String
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#estimated_cost_tier ⇒ String
Specifies the estimated cost tier of the resiliency policy.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy ⇒ Hash<String,Types::FailurePolicy>
The resiliency policy.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy_arn ⇒ String
The 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 AWS General Reference.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy_description ⇒ String
The description for the policy.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#tier ⇒ String
The tier for this resiliency policy, ranging from the highest
severity (MissionCritical
) to lowest (NonCritical
).
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3277 class ResiliencyPolicy < Struct.new( :creation_time, :data_location_constraint, :estimated_cost_tier, :policy, :policy_arn, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |