aws-sdk-rds 1.278.0 → 1.279.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +32 -9
- data/lib/aws-sdk-rds/client_api.rb +1 -0
- data/lib/aws-sdk-rds/db_cluster.rb +8 -0
- data/lib/aws-sdk-rds/db_subnet_group.rb +4 -1
- data/lib/aws-sdk-rds/types.rb +30 -21
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/db_cluster.rbs +3 -0
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3141a35b895cf9f3ccf388fcbd0d8c9fddc597bbfa3d9572551cd82c4a1e4429
|
4
|
+
data.tar.gz: d4f52587a79113b923d50a34a7c093fd996e4418af47b74fe58e996646cb800d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c202958b85eb247c49ded075567ca4e31b868eee9fbc42146d22f629aaf91bee7e0c2532c4c5c2336338e911ed29bf4e72b190ee63997020b273653b298c680
|
7
|
+
data.tar.gz: df2d3e504e2d0ade25ecd9436175af9bd2cc21a60a6fb81c450cb9d8874fb18c9db90629df83b67c6e0de93c906a28594b938462b3bf4b43319ab75529ea24ad
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.279.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3906,6 +3906,7 @@ module Aws::RDS
|
|
3906
3906
|
# resp.db_cluster.tag_list #=> Array
|
3907
3907
|
# resp.db_cluster.tag_list[0].key #=> String
|
3908
3908
|
# resp.db_cluster.tag_list[0].value #=> String
|
3909
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
3909
3910
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
3910
3911
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
3911
3912
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -7520,17 +7521,17 @@ module Aws::RDS
|
|
7520
7521
|
# The name of the primary DB cluster for the DB shard group.
|
7521
7522
|
#
|
7522
7523
|
# @option params [Integer] :compute_redundancy
|
7523
|
-
# Specifies whether to create standby DB shard
|
7524
|
-
# group. Valid values are the following:
|
7524
|
+
# Specifies whether to create standby standby DB data access shard for
|
7525
|
+
# the DB shard group. Valid values are the following:
|
7525
7526
|
#
|
7526
|
-
# * 0 - Creates a DB shard group without a standby DB shard
|
7527
|
-
# is the default value.
|
7527
|
+
# * 0 - Creates a DB shard group without a standby DB data access shard.
|
7528
|
+
# This is the default value.
|
7528
7529
|
#
|
7529
|
-
# * 1 - Creates a DB shard group with a standby DB shard
|
7530
|
-
# different Availability Zone (AZ).
|
7530
|
+
# * 1 - Creates a DB shard group with a standby DB data access shard in
|
7531
|
+
# a different Availability Zone (AZ).
|
7531
7532
|
#
|
7532
|
-
# * 2 - Creates a DB shard group with two standby DB
|
7533
|
-
# different AZs.
|
7533
|
+
# * 2 - Creates a DB shard group with two standby DB data access shard
|
7534
|
+
# in two different AZs.
|
7534
7535
|
#
|
7535
7536
|
# @option params [required, Float] :max_acu
|
7536
7537
|
# The maximum capacity of the DB shard group in Aurora capacity units
|
@@ -9350,6 +9351,7 @@ module Aws::RDS
|
|
9350
9351
|
# resp.db_cluster.tag_list #=> Array
|
9351
9352
|
# resp.db_cluster.tag_list[0].key #=> String
|
9352
9353
|
# resp.db_cluster.tag_list[0].value #=> String
|
9354
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
9353
9355
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
9354
9356
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
9355
9357
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -12802,6 +12804,7 @@ module Aws::RDS
|
|
12802
12804
|
# resp.db_clusters[0].tag_list #=> Array
|
12803
12805
|
# resp.db_clusters[0].tag_list[0].key #=> String
|
12804
12806
|
# resp.db_clusters[0].tag_list[0].value #=> String
|
12807
|
+
# resp.db_clusters[0].global_cluster_identifier #=> String
|
12805
12808
|
# resp.db_clusters[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
12806
12809
|
# resp.db_clusters[0].global_write_forwarding_requested #=> Boolean
|
12807
12810
|
# resp.db_clusters[0].pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -17912,6 +17915,17 @@ module Aws::RDS
|
|
17912
17915
|
#
|
17913
17916
|
# This command doesn't apply to RDS Custom.
|
17914
17917
|
#
|
17918
|
+
# <note markdown="1"> This operation uses resources on database instances. Because of this,
|
17919
|
+
# we recommend publishing database logs to CloudWatch and then using the
|
17920
|
+
# GetLogEvents operation. For more information, see [GetLogEvents][1] in
|
17921
|
+
# the *Amazon CloudWatch Logs API Reference*.
|
17922
|
+
#
|
17923
|
+
# </note>
|
17924
|
+
#
|
17925
|
+
#
|
17926
|
+
#
|
17927
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogEvents.html
|
17928
|
+
#
|
17915
17929
|
# @option params [required, String] :db_instance_identifier
|
17916
17930
|
# The customer-assigned name of the DB instance that contains the log
|
17917
17931
|
# files you want to list.
|
@@ -18226,6 +18240,7 @@ module Aws::RDS
|
|
18226
18240
|
# resp.db_cluster.tag_list #=> Array
|
18227
18241
|
# resp.db_cluster.tag_list[0].key #=> String
|
18228
18242
|
# resp.db_cluster.tag_list[0].value #=> String
|
18243
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
18229
18244
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
18230
18245
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
18231
18246
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -19952,6 +19967,7 @@ module Aws::RDS
|
|
19952
19967
|
# resp.db_cluster.tag_list #=> Array
|
19953
19968
|
# resp.db_cluster.tag_list[0].key #=> String
|
19954
19969
|
# resp.db_cluster.tag_list[0].value #=> String
|
19970
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
19955
19971
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
19956
19972
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
19957
19973
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -23832,6 +23848,7 @@ module Aws::RDS
|
|
23832
23848
|
# resp.db_cluster.tag_list #=> Array
|
23833
23849
|
# resp.db_cluster.tag_list[0].key #=> String
|
23834
23850
|
# resp.db_cluster.tag_list[0].value #=> String
|
23851
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
23835
23852
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
23836
23853
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
23837
23854
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -24135,6 +24152,7 @@ module Aws::RDS
|
|
24135
24152
|
# resp.db_cluster.tag_list #=> Array
|
24136
24153
|
# resp.db_cluster.tag_list[0].key #=> String
|
24137
24154
|
# resp.db_cluster.tag_list[0].value #=> String
|
24155
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
24138
24156
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
24139
24157
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
24140
24158
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -25737,6 +25755,7 @@ module Aws::RDS
|
|
25737
25755
|
# resp.db_cluster.tag_list #=> Array
|
25738
25756
|
# resp.db_cluster.tag_list[0].key #=> String
|
25739
25757
|
# resp.db_cluster.tag_list[0].value #=> String
|
25758
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
25740
25759
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
25741
25760
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
25742
25761
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -26561,6 +26580,7 @@ module Aws::RDS
|
|
26561
26580
|
# resp.db_cluster.tag_list #=> Array
|
26562
26581
|
# resp.db_cluster.tag_list[0].key #=> String
|
26563
26582
|
# resp.db_cluster.tag_list[0].value #=> String
|
26583
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
26564
26584
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
26565
26585
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
26566
26586
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -27368,6 +27388,7 @@ module Aws::RDS
|
|
27368
27388
|
# resp.db_cluster.tag_list #=> Array
|
27369
27389
|
# resp.db_cluster.tag_list[0].key #=> String
|
27370
27390
|
# resp.db_cluster.tag_list[0].value #=> String
|
27391
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
27371
27392
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
27372
27393
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
27373
27394
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -30541,6 +30562,7 @@ module Aws::RDS
|
|
30541
30562
|
# resp.db_cluster.tag_list #=> Array
|
30542
30563
|
# resp.db_cluster.tag_list[0].key #=> String
|
30543
30564
|
# resp.db_cluster.tag_list[0].value #=> String
|
30565
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
30544
30566
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
30545
30567
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
30546
30568
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -31375,6 +31397,7 @@ module Aws::RDS
|
|
31375
31397
|
# resp.db_cluster.tag_list #=> Array
|
31376
31398
|
# resp.db_cluster.tag_list[0].key #=> String
|
31377
31399
|
# resp.db_cluster.tag_list[0].value #=> String
|
31400
|
+
# resp.db_cluster.global_cluster_identifier #=> String
|
31378
31401
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
31379
31402
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
31380
31403
|
# resp.db_cluster.pending_modified_values.pending_cloudwatch_logs_exports.log_types_to_enable #=> Array
|
@@ -32285,7 +32308,7 @@ module Aws::RDS
|
|
32285
32308
|
tracer: tracer
|
32286
32309
|
)
|
32287
32310
|
context[:gem_name] = 'aws-sdk-rds'
|
32288
|
-
context[:gem_version] = '1.
|
32311
|
+
context[:gem_version] = '1.279.0'
|
32289
32312
|
Seahorse::Client::Request.new(handlers, context)
|
32290
32313
|
end
|
32291
32314
|
|
@@ -1439,6 +1439,7 @@ module Aws::RDS
|
|
1439
1439
|
DBCluster.add_member(:cross_account_clone, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CrossAccountClone"))
|
1440
1440
|
DBCluster.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
|
1441
1441
|
DBCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1442
|
+
DBCluster.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: GlobalClusterIdentifier, location_name: "GlobalClusterIdentifier"))
|
1442
1443
|
DBCluster.add_member(:global_write_forwarding_status, Shapes::ShapeRef.new(shape: WriteForwardingStatus, location_name: "GlobalWriteForwardingStatus"))
|
1443
1444
|
DBCluster.add_member(:global_write_forwarding_requested, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlobalWriteForwardingRequested"))
|
1444
1445
|
DBCluster.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: ClusterPendingModifiedValues, location_name: "PendingModifiedValues"))
|
@@ -480,6 +480,14 @@ module Aws::RDS
|
|
480
480
|
data[:tag_list]
|
481
481
|
end
|
482
482
|
|
483
|
+
# Contains a user-supplied global database cluster identifier. This
|
484
|
+
# identifier is the unique key that identifies a global database
|
485
|
+
# cluster.
|
486
|
+
# @return [String]
|
487
|
+
def global_cluster_identifier
|
488
|
+
data[:global_cluster_identifier]
|
489
|
+
end
|
490
|
+
|
483
491
|
# The status of write forwarding for a secondary cluster in an Aurora
|
484
492
|
# global database.
|
485
493
|
# @return [String]
|
@@ -53,7 +53,10 @@ module Aws::RDS
|
|
53
53
|
data[:subnet_group_status]
|
54
54
|
end
|
55
55
|
|
56
|
-
# Contains a list of `Subnet` elements.
|
56
|
+
# Contains a list of `Subnet` elements. The list of subnets shown here
|
57
|
+
# might not reflect the current state of your VPC. For the most
|
58
|
+
# up-to-date information, we recommend checking your VPC configuration
|
59
|
+
# directly.
|
57
60
|
# @return [Array<Types::Subnet>]
|
58
61
|
def subnets
|
59
62
|
data[:subnets]
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1070,7 +1070,7 @@ module Aws::RDS
|
|
1070
1070
|
#
|
1071
1071
|
# Constraints:
|
1072
1072
|
#
|
1073
|
-
# * Must be between 0 and
|
1073
|
+
# * Must be between 0 and 300.
|
1074
1074
|
#
|
1075
1075
|
# ^
|
1076
1076
|
# @return [Integer]
|
@@ -1090,14 +1090,12 @@ module Aws::RDS
|
|
1090
1090
|
# specify one or more SQL statements for the proxy to run when opening
|
1091
1091
|
# each new database connection. The setting is typically used with
|
1092
1092
|
# `SET` statements to make sure that each connection has identical
|
1093
|
-
# settings. Make sure
|
1094
|
-
#
|
1095
|
-
#
|
1093
|
+
# settings. Make sure the query added here is valid. This is an
|
1094
|
+
# optional field, so you can choose to leave it empty. For including
|
1095
|
+
# multiple variables in a single SET statement, use a comma separator.
|
1096
1096
|
#
|
1097
1097
|
# For example: `SET variable1=value1, variable2=value2`
|
1098
1098
|
#
|
1099
|
-
# For multiple statements, use semicolons as the separator.
|
1100
|
-
#
|
1101
1099
|
# Default: no initialization query
|
1102
1100
|
# @return [String]
|
1103
1101
|
#
|
@@ -1152,12 +1150,13 @@ module Aws::RDS
|
|
1152
1150
|
#
|
1153
1151
|
# @!attribute [rw] init_query
|
1154
1152
|
# One or more SQL statements for the proxy to run when opening each
|
1155
|
-
# new database connection.
|
1156
|
-
# make sure that each connection has identical settings
|
1157
|
-
#
|
1158
|
-
#
|
1159
|
-
#
|
1160
|
-
#
|
1153
|
+
# new database connection. The setting is typically used with `SET`
|
1154
|
+
# statements to make sure that each connection has identical settings.
|
1155
|
+
# The query added here must be valid. For including multiple variables
|
1156
|
+
# in a single SET statement, use a comma separator. This is an
|
1157
|
+
# optional field.
|
1158
|
+
#
|
1159
|
+
# For example: `SET variable1=value1, variable2=value2`
|
1161
1160
|
# @return [String]
|
1162
1161
|
#
|
1163
1162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ConnectionPoolConfigurationInfo AWS API Documentation
|
@@ -6031,17 +6030,17 @@ module Aws::RDS
|
|
6031
6030
|
# @return [String]
|
6032
6031
|
#
|
6033
6032
|
# @!attribute [rw] compute_redundancy
|
6034
|
-
# Specifies whether to create standby DB shard
|
6035
|
-
# group. Valid values are the following:
|
6033
|
+
# Specifies whether to create standby standby DB data access shard for
|
6034
|
+
# the DB shard group. Valid values are the following:
|
6036
6035
|
#
|
6037
|
-
# * 0 - Creates a DB shard group without a standby DB
|
6038
|
-
# This is the default value.
|
6036
|
+
# * 0 - Creates a DB shard group without a standby DB data access
|
6037
|
+
# shard. This is the default value.
|
6039
6038
|
#
|
6040
|
-
# * 1 - Creates a DB shard group with a standby DB
|
6041
|
-
# different Availability Zone (AZ).
|
6039
|
+
# * 1 - Creates a DB shard group with a standby DB data access shard
|
6040
|
+
# in a different Availability Zone (AZ).
|
6042
6041
|
#
|
6043
|
-
# * 2 - Creates a DB shard group with two standby DB
|
6044
|
-
# two different AZs.
|
6042
|
+
# * 2 - Creates a DB shard group with two standby DB data access shard
|
6043
|
+
# in two different AZs.
|
6045
6044
|
# @return [Integer]
|
6046
6045
|
#
|
6047
6046
|
# @!attribute [rw] max_acu
|
@@ -7220,6 +7219,12 @@ module Aws::RDS
|
|
7220
7219
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
7221
7220
|
# @return [Array<Types::Tag>]
|
7222
7221
|
#
|
7222
|
+
# @!attribute [rw] global_cluster_identifier
|
7223
|
+
# Contains a user-supplied global database cluster identifier. This
|
7224
|
+
# identifier is the unique key that identifies a global database
|
7225
|
+
# cluster.
|
7226
|
+
# @return [String]
|
7227
|
+
#
|
7223
7228
|
# @!attribute [rw] global_write_forwarding_status
|
7224
7229
|
# The status of write forwarding for a secondary cluster in an Aurora
|
7225
7230
|
# global database.
|
@@ -7512,6 +7517,7 @@ module Aws::RDS
|
|
7512
7517
|
:cross_account_clone,
|
7513
7518
|
:domain_memberships,
|
7514
7519
|
:tag_list,
|
7520
|
+
:global_cluster_identifier,
|
7515
7521
|
:global_write_forwarding_status,
|
7516
7522
|
:global_write_forwarding_requested,
|
7517
7523
|
:pending_modified_values,
|
@@ -11432,7 +11438,10 @@ module Aws::RDS
|
|
11432
11438
|
# @return [String]
|
11433
11439
|
#
|
11434
11440
|
# @!attribute [rw] subnets
|
11435
|
-
# Contains a list of `Subnet` elements.
|
11441
|
+
# Contains a list of `Subnet` elements. The list of subnets shown here
|
11442
|
+
# might not reflect the current state of your VPC. For the most
|
11443
|
+
# up-to-date information, we recommend checking your VPC configuration
|
11444
|
+
# directly.
|
11436
11445
|
# @return [Array<Types::Subnet>]
|
11437
11446
|
#
|
11438
11447
|
# @!attribute [rw] db_subnet_group_arn
|
data/lib/aws-sdk-rds.rb
CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
82
82
|
|
83
|
-
GEM_VERSION = '1.
|
83
|
+
GEM_VERSION = '1.279.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
data/sig/db_cluster.rbs
CHANGED
@@ -183,6 +183,9 @@ module Aws
|
|
183
183
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#tag_list-instance_method
|
184
184
|
def tag_list: () -> ::Array[Types::Tag]
|
185
185
|
|
186
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_cluster_identifier-instance_method
|
187
|
+
def global_cluster_identifier: () -> ::String
|
188
|
+
|
186
189
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#global_write_forwarding_status-instance_method
|
187
190
|
def global_write_forwarding_status: () -> ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
|
188
191
|
|
data/sig/types.rbs
CHANGED
@@ -811,6 +811,7 @@ module Aws::RDS
|
|
811
811
|
attr_accessor cross_account_clone: bool
|
812
812
|
attr_accessor domain_memberships: ::Array[Types::DomainMembership]
|
813
813
|
attr_accessor tag_list: ::Array[Types::Tag]
|
814
|
+
attr_accessor global_cluster_identifier: ::String
|
814
815
|
attr_accessor global_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "unknown")
|
815
816
|
attr_accessor global_write_forwarding_requested: bool
|
816
817
|
attr_accessor pending_modified_values: Types::ClusterPendingModifiedValues
|