Class: Aws::DocDBElastic::Types::RestoreClusterFromSnapshotInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::RestoreClusterFromSnapshotInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the elastic cluster.
-
#kms_key_id ⇒ String
The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster.
-
#shard_capacity ⇒ Integer
The capacity of each shard in the new restored elastic cluster.
-
#shard_instance_count ⇒ Integer
The number of replica instances applying to all shards in the elastic cluster.
-
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot.
-
#subnet_ids ⇒ Array<String>
The Amazon EC2 subnet IDs for the elastic cluster.
-
#tags ⇒ Hash<String,String>
A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value pairs in which the key is the tag name and the value is the key value.
-
#vpc_security_group_ids ⇒ Array<String>
A list of EC2 VPC security groups to associate with the elastic cluster.
Instance Attribute Details
#cluster_name ⇒ String
The name of the elastic cluster.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key.
If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#shard_capacity ⇒ Integer
The capacity of each shard in the new restored elastic cluster.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#shard_instance_count ⇒ Integer
The number of replica instances applying to all shards in the elastic cluster. A ‘shardInstanceCount` value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The Amazon EC2 subnet IDs for the elastic cluster.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value pairs in which the key is the tag name and the value is the key value.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_ids ⇒ Array<String>
A list of EC2 VPC security groups to associate with the elastic cluster.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1075 class RestoreClusterFromSnapshotInput < Struct.new( :cluster_name, :kms_key_id, :shard_capacity, :shard_instance_count, :snapshot_arn, :subnet_ids, :tags, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |