Class: Aws::ResilienceHub::Types::CreateResiliencyPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::CreateResiliencyPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Used for an idempotency token.
-
#data_location_constraint ⇒ String
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
-
#policy ⇒ Hash<String,Types::FailurePolicy>
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
-
#policy_description ⇒ String
Description of the resiliency policy.
-
#policy_name ⇒ String
Name of the resiliency policy.
-
#tags ⇒ Hash<String,String>
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
#client_token ⇒ String
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :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.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy ⇒ Hash<String,Types::FailurePolicy>
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy_description ⇒ String
Description of the resiliency policy.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#policy_name ⇒ String
Name of the resiliency policy.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
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.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :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`).
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1732 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |