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
The description for the policy.
-
#policy_name ⇒ String
The name of the 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 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
The description for the policy.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 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
The name of the policy
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 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`).
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1638 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |