Class: Aws::ResilienceHub::Types::CreateResiliencyPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::CreateResiliencyPolicyRequest
- Defined in:
- gems/aws-sdk-resiliencehub/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>
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
#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.
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 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.
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 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.
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 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.
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 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
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 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>
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.
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 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
).
896 897 898 899 900 901 902 903 904 905 906 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 896 class CreateResiliencyPolicyRequest < Struct.new( :client_token, :data_location_constraint, :policy, :policy_description, :policy_name, :tags, :tier) SENSITIVE = [:tags] include Aws::Structure end |