aws-sdk-rds 1.277.0 → 1.300.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 +115 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1790 -1463
- data/lib/aws-sdk-rds/client_api.rb +244 -156
- data/lib/aws-sdk-rds/customizations.rb +0 -1
- data/lib/aws-sdk-rds/db_cluster.rb +404 -335
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +25 -25
- data/lib/aws-sdk-rds/db_engine_version.rb +55 -55
- data/lib/aws-sdk-rds/db_instance.rb +452 -353
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +91 -66
- data/lib/aws-sdk-rds/db_subnet_group.rb +4 -1
- data/lib/aws-sdk-rds/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-rds/errors.rb +11 -1
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +257 -236
- data/lib/aws-sdk-rds/types.rb +1559 -1153
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +115 -102
- data/sig/db_cluster.rbs +72 -61
- data/sig/db_cluster_snapshot.rbs +6 -6
- data/sig/db_engine_version.rbs +21 -21
- data/sig/db_instance.rbs +50 -44
- data/sig/db_snapshot.rbs +17 -12
- data/sig/errors.rbs +2 -0
- data/sig/event.rbs +1 -1
- data/sig/resource.rbs +24 -21
- data/sig/types.rbs +140 -115
- metadata +4 -4
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -50,7 +50,7 @@ module Aws::RDS
|
|
|
50
50
|
# engine_version: "String",
|
|
51
51
|
# port: 1,
|
|
52
52
|
# master_username: "String",
|
|
53
|
-
# master_user_password: "
|
|
53
|
+
# master_user_password: "SensitiveString",
|
|
54
54
|
# option_group_name: "String",
|
|
55
55
|
# preferred_backup_window: "String",
|
|
56
56
|
# preferred_maintenance_window: "String",
|
|
@@ -63,7 +63,7 @@ module Aws::RDS
|
|
|
63
63
|
# ],
|
|
64
64
|
# storage_encrypted: false,
|
|
65
65
|
# kms_key_id: "String",
|
|
66
|
-
# pre_signed_url: "
|
|
66
|
+
# pre_signed_url: "SensitiveString",
|
|
67
67
|
# enable_iam_database_authentication: false,
|
|
68
68
|
# backtrack_window: 1,
|
|
69
69
|
# enable_cloudwatch_logs_exports: ["String"],
|
|
@@ -81,19 +81,25 @@ module Aws::RDS
|
|
|
81
81
|
# transit_gateway_multicast_domain_id: "String",
|
|
82
82
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
|
83
83
|
# },
|
|
84
|
-
# deletion_protection: false,
|
|
85
|
-
# global_cluster_identifier: "String",
|
|
86
|
-
# enable_http_endpoint: false,
|
|
87
|
-
# copy_tags_to_snapshot: false,
|
|
88
|
-
# domain: "String",
|
|
89
|
-
# domain_iam_role_name: "String",
|
|
90
|
-
# enable_global_write_forwarding: false,
|
|
91
84
|
# db_cluster_instance_class: "String",
|
|
92
85
|
# allocated_storage: 1,
|
|
93
86
|
# storage_type: "String",
|
|
94
87
|
# iops: 1,
|
|
95
88
|
# publicly_accessible: false,
|
|
96
89
|
# auto_minor_version_upgrade: false,
|
|
90
|
+
# deletion_protection: false,
|
|
91
|
+
# global_cluster_identifier: "GlobalClusterIdentifier",
|
|
92
|
+
# enable_http_endpoint: false,
|
|
93
|
+
# copy_tags_to_snapshot: false,
|
|
94
|
+
# domain: "String",
|
|
95
|
+
# domain_iam_role_name: "String",
|
|
96
|
+
# enable_global_write_forwarding: false,
|
|
97
|
+
# network_type: "String",
|
|
98
|
+
# serverless_v2_scaling_configuration: {
|
|
99
|
+
# min_capacity: 1.0,
|
|
100
|
+
# max_capacity: 1.0,
|
|
101
|
+
# seconds_until_auto_pause: 1,
|
|
102
|
+
# },
|
|
97
103
|
# monitoring_interval: 1,
|
|
98
104
|
# monitoring_role_arn: "String",
|
|
99
105
|
# database_insights_mode: "standard", # accepts standard, advanced
|
|
@@ -101,19 +107,14 @@ module Aws::RDS
|
|
|
101
107
|
# performance_insights_kms_key_id: "String",
|
|
102
108
|
# performance_insights_retention_period: 1,
|
|
103
109
|
# enable_limitless_database: false,
|
|
104
|
-
# serverless_v2_scaling_configuration: {
|
|
105
|
-
# min_capacity: 1.0,
|
|
106
|
-
# max_capacity: 1.0,
|
|
107
|
-
# seconds_until_auto_pause: 1,
|
|
108
|
-
# },
|
|
109
|
-
# network_type: "String",
|
|
110
110
|
# cluster_scalability_type: "standard", # accepts standard, limitless
|
|
111
111
|
# db_system_id: "String",
|
|
112
112
|
# manage_master_user_password: false,
|
|
113
|
-
# master_user_secret_kms_key_id: "String",
|
|
114
113
|
# enable_local_write_forwarding: false,
|
|
114
|
+
# master_user_secret_kms_key_id: "String",
|
|
115
115
|
# ca_certificate_identifier: "String",
|
|
116
116
|
# engine_lifecycle_support: "String",
|
|
117
|
+
# master_user_authentication_type: "password", # accepts password, iam-db-auth
|
|
117
118
|
# source_region: "String",
|
|
118
119
|
# })
|
|
119
120
|
# @param [Hash] options ({})
|
|
@@ -121,8 +122,18 @@ module Aws::RDS
|
|
|
121
122
|
# A list of Availability Zones (AZs) where you specifically want to
|
|
122
123
|
# create DB instances in the DB cluster.
|
|
123
124
|
#
|
|
124
|
-
# For
|
|
125
|
-
#
|
|
125
|
+
# For the first three DB instances that you create, RDS distributes each
|
|
126
|
+
# DB instance to a different AZ that you specify. For additional DB
|
|
127
|
+
# instances that you create, RDS randomly distributes them to the AZs
|
|
128
|
+
# that you specified. For example, if you create a DB cluster with one
|
|
129
|
+
# writer instance and three reader instances, RDS might distribute the
|
|
130
|
+
# writer instance to AZ 1, the first reader instance to AZ 2, the second
|
|
131
|
+
# reader instance to AZ 3, and the third reader instance to either AZ 1,
|
|
132
|
+
# AZ 2, or AZ 3.
|
|
133
|
+
#
|
|
134
|
+
# For more information, see [Availability Zones][1] and [High
|
|
135
|
+
# availability for Aurora DB instances][2] in the *Amazon Aurora User
|
|
136
|
+
# Guide*.
|
|
126
137
|
#
|
|
127
138
|
# Valid for Cluster Type: Aurora DB clusters only
|
|
128
139
|
#
|
|
@@ -135,6 +146,7 @@ module Aws::RDS
|
|
|
135
146
|
#
|
|
136
147
|
#
|
|
137
148
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
|
|
149
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Concepts.AuroraHighAvailability.Instances
|
|
138
150
|
# @option options [Integer] :backup_retention_period
|
|
139
151
|
# The number of days for which automated backups are retained.
|
|
140
152
|
#
|
|
@@ -552,73 +564,6 @@ module Aws::RDS
|
|
|
552
564
|
# Valid for Cluster Type: Aurora DB clusters only
|
|
553
565
|
# @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
|
554
566
|
# Reserved for future use.
|
|
555
|
-
# @option options [Boolean] :deletion_protection
|
|
556
|
-
# Specifies whether the DB cluster has deletion protection enabled. The
|
|
557
|
-
# database can't be deleted when deletion protection is enabled. By
|
|
558
|
-
# default, deletion protection isn't enabled.
|
|
559
|
-
#
|
|
560
|
-
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
561
|
-
# @option options [String] :global_cluster_identifier
|
|
562
|
-
# The global cluster ID of an Aurora cluster that becomes the primary
|
|
563
|
-
# cluster in the new global database cluster.
|
|
564
|
-
#
|
|
565
|
-
# Valid for Cluster Type: Aurora DB clusters only
|
|
566
|
-
# @option options [Boolean] :enable_http_endpoint
|
|
567
|
-
# Specifies whether to enable the HTTP endpoint for the DB cluster. By
|
|
568
|
-
# default, the HTTP endpoint isn't enabled.
|
|
569
|
-
#
|
|
570
|
-
# When enabled, the HTTP endpoint provides a connectionless web service
|
|
571
|
-
# API (RDS Data API) for running SQL queries on the DB cluster. You can
|
|
572
|
-
# also query your database from inside the RDS console with the RDS
|
|
573
|
-
# query editor.
|
|
574
|
-
#
|
|
575
|
-
# For more information, see [Using RDS Data API][1] in the *Amazon
|
|
576
|
-
# Aurora User Guide*.
|
|
577
|
-
#
|
|
578
|
-
# Valid for Cluster Type: Aurora DB clusters only
|
|
579
|
-
#
|
|
580
|
-
#
|
|
581
|
-
#
|
|
582
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
583
|
-
# @option options [Boolean] :copy_tags_to_snapshot
|
|
584
|
-
# Specifies whether to copy all tags from the DB cluster to snapshots of
|
|
585
|
-
# the DB cluster. The default is not to copy them.
|
|
586
|
-
#
|
|
587
|
-
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
588
|
-
# @option options [String] :domain
|
|
589
|
-
# The Active Directory directory ID to create the DB cluster in.
|
|
590
|
-
#
|
|
591
|
-
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
|
592
|
-
# authentication to authenticate users that connect to the DB cluster.
|
|
593
|
-
#
|
|
594
|
-
# For more information, see [Kerberos authentication][1] in the *Amazon
|
|
595
|
-
# Aurora User Guide*.
|
|
596
|
-
#
|
|
597
|
-
# Valid for Cluster Type: Aurora DB clusters only
|
|
598
|
-
#
|
|
599
|
-
#
|
|
600
|
-
#
|
|
601
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html
|
|
602
|
-
# @option options [String] :domain_iam_role_name
|
|
603
|
-
# The name of the IAM role to use when making API calls to the Directory
|
|
604
|
-
# Service.
|
|
605
|
-
#
|
|
606
|
-
# Valid for Cluster Type: Aurora DB clusters only
|
|
607
|
-
# @option options [Boolean] :enable_global_write_forwarding
|
|
608
|
-
# Specifies whether to enable this DB cluster to forward write
|
|
609
|
-
# operations to the primary cluster of a global cluster (Aurora global
|
|
610
|
-
# database). By default, write operations are not allowed on Aurora DB
|
|
611
|
-
# clusters that are secondary clusters in an Aurora global database.
|
|
612
|
-
#
|
|
613
|
-
# You can set this value only on Aurora DB clusters that are members of
|
|
614
|
-
# an Aurora global database. With this parameter enabled, a secondary
|
|
615
|
-
# cluster can forward writes to the current primary cluster, and the
|
|
616
|
-
# resulting changes are replicated back to this cluster. For the primary
|
|
617
|
-
# DB cluster of an Aurora global database, this value is used
|
|
618
|
-
# immediately if the primary is demoted by a global cluster API
|
|
619
|
-
# operation, but it does nothing until then.
|
|
620
|
-
#
|
|
621
|
-
# Valid for Cluster Type: Aurora DB clusters only
|
|
622
567
|
# @option options [String] :db_cluster_instance_class
|
|
623
568
|
# The compute and memory capacity of each DB instance in the Multi-AZ DB
|
|
624
569
|
# cluster, for example `db.m6gd.xlarge`. Not all DB instance classes are
|
|
@@ -704,40 +649,31 @@ module Aws::RDS
|
|
|
704
649
|
# @option options [Boolean] :publicly_accessible
|
|
705
650
|
# Specifies whether the DB cluster is publicly accessible.
|
|
706
651
|
#
|
|
652
|
+
# Valid for Cluster Type: Multi-AZ DB clusters only
|
|
653
|
+
#
|
|
707
654
|
# When the DB cluster is publicly accessible and you connect from
|
|
708
|
-
# outside of the DB cluster's virtual private cloud (VPC), its
|
|
709
|
-
#
|
|
655
|
+
# outside of the DB cluster's virtual private cloud (VPC), its domain
|
|
656
|
+
# name system (DNS) endpoint resolves to the public IP address. When you
|
|
710
657
|
# connect from within the same VPC as the DB cluster, the endpoint
|
|
711
658
|
# resolves to the private IP address. Access to the DB cluster is
|
|
712
|
-
#
|
|
713
|
-
# access isn't permitted if the security group assigned to the DB
|
|
714
|
-
# cluster doesn't permit it.
|
|
659
|
+
# controlled by its security group settings.
|
|
715
660
|
#
|
|
716
661
|
# When the DB cluster isn't publicly accessible, it is an internal DB
|
|
717
662
|
# cluster with a DNS name that resolves to a private IP address.
|
|
718
663
|
#
|
|
719
|
-
#
|
|
720
|
-
#
|
|
721
|
-
# Default: The default behavior varies depending on whether
|
|
722
|
-
# `DBSubnetGroupName` is specified.
|
|
723
|
-
#
|
|
724
|
-
# If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
|
|
725
|
-
# isn't specified, the following applies:
|
|
726
|
-
#
|
|
727
|
-
# * If the default VPC in the target Region doesn’t have an internet
|
|
728
|
-
# gateway attached to it, the DB cluster is private.
|
|
664
|
+
# The default behavior when `PubliclyAccessible` is not specified
|
|
665
|
+
# depends on whether a `DBSubnetGroup` is specified.
|
|
729
666
|
#
|
|
730
|
-
#
|
|
731
|
-
#
|
|
667
|
+
# If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
|
|
668
|
+
# `true`.
|
|
732
669
|
#
|
|
733
|
-
# If `
|
|
734
|
-
#
|
|
670
|
+
# If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
|
|
671
|
+
# `false` unless the value of `DBSubnetGroup` is `default`, in which
|
|
672
|
+
# case `PubliclyAccessible` defaults to `true`.
|
|
735
673
|
#
|
|
736
|
-
#
|
|
737
|
-
#
|
|
738
|
-
#
|
|
739
|
-
# * If the subnets are part of a VPC that has an internet gateway
|
|
740
|
-
# attached to it, the DB cluster is public.
|
|
674
|
+
# If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
|
|
675
|
+
# is in doesn't have an internet gateway attached to it, Amazon RDS
|
|
676
|
+
# returns an error.
|
|
741
677
|
# @option options [Boolean] :auto_minor_version_upgrade
|
|
742
678
|
# Specifies whether minor engine upgrades are applied automatically to
|
|
743
679
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
@@ -751,6 +687,100 @@ module Aws::RDS
|
|
|
751
687
|
#
|
|
752
688
|
#
|
|
753
689
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
|
690
|
+
# @option options [Boolean] :deletion_protection
|
|
691
|
+
# Specifies whether the DB cluster has deletion protection enabled. The
|
|
692
|
+
# database can't be deleted when deletion protection is enabled. By
|
|
693
|
+
# default, deletion protection isn't enabled.
|
|
694
|
+
#
|
|
695
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
696
|
+
# @option options [String] :global_cluster_identifier
|
|
697
|
+
# The global cluster ID of an Aurora cluster that becomes the primary
|
|
698
|
+
# cluster in the new global database cluster.
|
|
699
|
+
#
|
|
700
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
701
|
+
# @option options [Boolean] :enable_http_endpoint
|
|
702
|
+
# Specifies whether to enable the HTTP endpoint for the DB cluster. By
|
|
703
|
+
# default, the HTTP endpoint isn't enabled.
|
|
704
|
+
#
|
|
705
|
+
# When enabled, the HTTP endpoint provides a connectionless web service
|
|
706
|
+
# API (RDS Data API) for running SQL queries on the DB cluster. You can
|
|
707
|
+
# also query your database from inside the RDS console with the RDS
|
|
708
|
+
# query editor.
|
|
709
|
+
#
|
|
710
|
+
# For more information, see [Using RDS Data API][1] in the *Amazon
|
|
711
|
+
# Aurora User Guide*.
|
|
712
|
+
#
|
|
713
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
714
|
+
#
|
|
715
|
+
#
|
|
716
|
+
#
|
|
717
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
718
|
+
# @option options [Boolean] :copy_tags_to_snapshot
|
|
719
|
+
# Specifies whether to copy all tags from the DB cluster to snapshots of
|
|
720
|
+
# the DB cluster. The default is not to copy them.
|
|
721
|
+
#
|
|
722
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
723
|
+
# @option options [String] :domain
|
|
724
|
+
# The Active Directory directory ID to create the DB cluster in.
|
|
725
|
+
#
|
|
726
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
|
727
|
+
# authentication to authenticate users that connect to the DB cluster.
|
|
728
|
+
#
|
|
729
|
+
# For more information, see [Kerberos authentication][1] in the *Amazon
|
|
730
|
+
# Aurora User Guide*.
|
|
731
|
+
#
|
|
732
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
733
|
+
#
|
|
734
|
+
#
|
|
735
|
+
#
|
|
736
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html
|
|
737
|
+
# @option options [String] :domain_iam_role_name
|
|
738
|
+
# The name of the IAM role to use when making API calls to the Directory
|
|
739
|
+
# Service.
|
|
740
|
+
#
|
|
741
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
742
|
+
# @option options [Boolean] :enable_global_write_forwarding
|
|
743
|
+
# Specifies whether to enable this DB cluster to forward write
|
|
744
|
+
# operations to the primary cluster of a global cluster (Aurora global
|
|
745
|
+
# database). By default, write operations are not allowed on Aurora DB
|
|
746
|
+
# clusters that are secondary clusters in an Aurora global database.
|
|
747
|
+
#
|
|
748
|
+
# You can set this value only on Aurora DB clusters that are members of
|
|
749
|
+
# an Aurora global database. With this parameter enabled, a secondary
|
|
750
|
+
# cluster can forward writes to the current primary cluster, and the
|
|
751
|
+
# resulting changes are replicated back to this cluster. For the primary
|
|
752
|
+
# DB cluster of an Aurora global database, this value is used
|
|
753
|
+
# immediately if the primary is demoted by a global cluster API
|
|
754
|
+
# operation, but it does nothing until then.
|
|
755
|
+
#
|
|
756
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
757
|
+
# @option options [String] :network_type
|
|
758
|
+
# The network type of the DB cluster.
|
|
759
|
+
#
|
|
760
|
+
# The network type is determined by the `DBSubnetGroup` specified for
|
|
761
|
+
# the DB cluster. A `DBSubnetGroup` can support only the IPv4 protocol
|
|
762
|
+
# or the IPv4 and the IPv6 protocols (`DUAL`).
|
|
763
|
+
#
|
|
764
|
+
# For more information, see [ Working with a DB instance in a VPC][1] in
|
|
765
|
+
# the *Amazon Aurora User Guide.*
|
|
766
|
+
#
|
|
767
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
768
|
+
#
|
|
769
|
+
# Valid Values: `IPV4 | DUAL`
|
|
770
|
+
#
|
|
771
|
+
#
|
|
772
|
+
#
|
|
773
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
|
774
|
+
# @option options [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
|
775
|
+
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
|
776
|
+
# cluster.
|
|
777
|
+
#
|
|
778
|
+
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
|
779
|
+
# the *Amazon Aurora User Guide*.
|
|
780
|
+
#
|
|
781
|
+
#
|
|
782
|
+
#
|
|
783
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
|
754
784
|
# @option options [Integer] :monitoring_interval
|
|
755
785
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
756
786
|
# metrics are collected for the DB cluster. To turn off collecting
|
|
@@ -840,33 +870,6 @@ module Aws::RDS
|
|
|
840
870
|
# `ClusterScalabilityType` setting.
|
|
841
871
|
#
|
|
842
872
|
# </note>
|
|
843
|
-
# @option options [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
|
844
|
-
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
|
845
|
-
# cluster.
|
|
846
|
-
#
|
|
847
|
-
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
|
848
|
-
# the *Amazon Aurora User Guide*.
|
|
849
|
-
#
|
|
850
|
-
#
|
|
851
|
-
#
|
|
852
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
|
853
|
-
# @option options [String] :network_type
|
|
854
|
-
# The network type of the DB cluster.
|
|
855
|
-
#
|
|
856
|
-
# The network type is determined by the `DBSubnetGroup` specified for
|
|
857
|
-
# the DB cluster. A `DBSubnetGroup` can support only the IPv4 protocol
|
|
858
|
-
# or the IPv4 and the IPv6 protocols (`DUAL`).
|
|
859
|
-
#
|
|
860
|
-
# For more information, see [ Working with a DB instance in a VPC][1] in
|
|
861
|
-
# the *Amazon Aurora User Guide.*
|
|
862
|
-
#
|
|
863
|
-
# Valid for Cluster Type: Aurora DB clusters only
|
|
864
|
-
#
|
|
865
|
-
# Valid Values: `IPV4 | DUAL`
|
|
866
|
-
#
|
|
867
|
-
#
|
|
868
|
-
#
|
|
869
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
|
870
873
|
# @option options [String] :cluster_scalability_type
|
|
871
874
|
# Specifies the scalability mode of the Aurora DB cluster. When set to
|
|
872
875
|
# `limitless`, the cluster operates as an Aurora Limitless Database.
|
|
@@ -902,6 +905,12 @@ module Aws::RDS
|
|
|
902
905
|
#
|
|
903
906
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
|
|
904
907
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html
|
|
908
|
+
# @option options [Boolean] :enable_local_write_forwarding
|
|
909
|
+
# Specifies whether read replicas can forward write operations to the
|
|
910
|
+
# writer DB instance in the DB cluster. By default, write operations
|
|
911
|
+
# aren't allowed on reader DB instances.
|
|
912
|
+
#
|
|
913
|
+
# Valid for: Aurora DB clusters only
|
|
905
914
|
# @option options [String] :master_user_secret_kms_key_id
|
|
906
915
|
# The Amazon Web Services KMS key identifier to encrypt a secret that is
|
|
907
916
|
# automatically generated and managed in Amazon Web Services Secrets
|
|
@@ -926,12 +935,6 @@ module Aws::RDS
|
|
|
926
935
|
# Amazon Web Services Region.
|
|
927
936
|
#
|
|
928
937
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
929
|
-
# @option options [Boolean] :enable_local_write_forwarding
|
|
930
|
-
# Specifies whether read replicas can forward write operations to the
|
|
931
|
-
# writer DB instance in the DB cluster. By default, write operations
|
|
932
|
-
# aren't allowed on reader DB instances.
|
|
933
|
-
#
|
|
934
|
-
# Valid for: Aurora DB clusters only
|
|
935
938
|
# @option options [String] :ca_certificate_identifier
|
|
936
939
|
# The CA certificate identifier to use for the DB cluster's server
|
|
937
940
|
# certificate.
|
|
@@ -979,6 +982,21 @@ module Aws::RDS
|
|
|
979
982
|
#
|
|
980
983
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
|
981
984
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
985
|
+
# @option options [String] :master_user_authentication_type
|
|
986
|
+
# Specifies the authentication type for the master user. With IAM master
|
|
987
|
+
# user authentication, you can configure the master DB user with IAM
|
|
988
|
+
# database authentication when you create a DB cluster.
|
|
989
|
+
#
|
|
990
|
+
# You can specify one of the following values:
|
|
991
|
+
#
|
|
992
|
+
# * `password` - Use standard database authentication with a password.
|
|
993
|
+
#
|
|
994
|
+
# * `iam-db-auth` - Use IAM database authentication for the master user.
|
|
995
|
+
#
|
|
996
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
997
|
+
#
|
|
998
|
+
# This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
|
|
999
|
+
# engines.
|
|
982
1000
|
# @option options [String] :source_region
|
|
983
1001
|
# The source region of the snapshot. This is only needed when the
|
|
984
1002
|
# shapshot is encrypted and in a different region.
|
|
@@ -1094,7 +1112,7 @@ module Aws::RDS
|
|
|
1094
1112
|
# db_instance_class: "String", # required
|
|
1095
1113
|
# engine: "String", # required
|
|
1096
1114
|
# master_username: "String",
|
|
1097
|
-
# master_user_password: "
|
|
1115
|
+
# master_user_password: "SensitiveString",
|
|
1098
1116
|
# db_security_groups: ["String"],
|
|
1099
1117
|
# vpc_security_group_ids: ["String"],
|
|
1100
1118
|
# availability_zone: "String",
|
|
@@ -1109,6 +1127,7 @@ module Aws::RDS
|
|
|
1109
1127
|
# auto_minor_version_upgrade: false,
|
|
1110
1128
|
# license_model: "String",
|
|
1111
1129
|
# iops: 1,
|
|
1130
|
+
# storage_throughput: 1,
|
|
1112
1131
|
# option_group_name: "String",
|
|
1113
1132
|
# character_set_name: "String",
|
|
1114
1133
|
# nchar_character_set_name: "String",
|
|
@@ -1122,7 +1141,7 @@ module Aws::RDS
|
|
|
1122
1141
|
# db_cluster_identifier: "String",
|
|
1123
1142
|
# storage_type: "String",
|
|
1124
1143
|
# tde_credential_arn: "String",
|
|
1125
|
-
# tde_credential_password: "
|
|
1144
|
+
# tde_credential_password: "SensitiveString",
|
|
1126
1145
|
# storage_encrypted: false,
|
|
1127
1146
|
# kms_key_id: "String",
|
|
1128
1147
|
# domain: "String",
|
|
@@ -1151,17 +1170,17 @@ module Aws::RDS
|
|
|
1151
1170
|
# deletion_protection: false,
|
|
1152
1171
|
# max_allocated_storage: 1,
|
|
1153
1172
|
# enable_customer_owned_ip: false,
|
|
1154
|
-
# custom_iam_instance_profile: "String",
|
|
1155
|
-
# backup_target: "String",
|
|
1156
1173
|
# network_type: "String",
|
|
1157
|
-
#
|
|
1174
|
+
# backup_target: "String",
|
|
1175
|
+
# custom_iam_instance_profile: "String",
|
|
1176
|
+
# db_system_id: "String",
|
|
1177
|
+
# ca_certificate_identifier: "String",
|
|
1158
1178
|
# manage_master_user_password: false,
|
|
1159
1179
|
# master_user_secret_kms_key_id: "String",
|
|
1160
|
-
# ca_certificate_identifier: "String",
|
|
1161
|
-
# db_system_id: "String",
|
|
1162
|
-
# dedicated_log_volume: false,
|
|
1163
1180
|
# multi_tenant: false,
|
|
1181
|
+
# dedicated_log_volume: false,
|
|
1164
1182
|
# engine_lifecycle_support: "String",
|
|
1183
|
+
# master_user_authentication_type: "password", # accepts password, iam-db-auth
|
|
1165
1184
|
# })
|
|
1166
1185
|
# @param [Hash] options ({})
|
|
1167
1186
|
# @option options [String] :db_name
|
|
@@ -1696,12 +1715,8 @@ module Aws::RDS
|
|
|
1696
1715
|
# set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
|
|
1697
1716
|
# deployment.
|
|
1698
1717
|
#
|
|
1699
|
-
# This setting doesn't apply to the
|
|
1700
|
-
#
|
|
1701
|
-
# * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
|
|
1702
|
-
# the DB cluster.)
|
|
1703
|
-
#
|
|
1704
|
-
# * RDS Custom
|
|
1718
|
+
# This setting doesn't apply to Amazon Aurora because the DB instance
|
|
1719
|
+
# Availability Zones (AZs) are managed by the DB cluster.
|
|
1705
1720
|
# @option options [String] :engine_version
|
|
1706
1721
|
# The version number of the database engine to use.
|
|
1707
1722
|
#
|
|
@@ -1788,7 +1803,7 @@ module Aws::RDS
|
|
|
1788
1803
|
# The license model information for this DB instance.
|
|
1789
1804
|
#
|
|
1790
1805
|
# <note markdown="1"> License models for RDS for Db2 require additional configuration. The
|
|
1791
|
-
#
|
|
1806
|
+
# bring your own license (BYOL) model requires a custom parameter group
|
|
1792
1807
|
# and an Amazon Web Services License Manager self-managed license. The
|
|
1793
1808
|
# Db2 license through Amazon Web Services Marketplace model requires an
|
|
1794
1809
|
# Amazon Web Services Marketplace subscription. For more information,
|
|
@@ -1840,6 +1855,14 @@ module Aws::RDS
|
|
|
1840
1855
|
#
|
|
1841
1856
|
#
|
|
1842
1857
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html
|
|
1858
|
+
# @option options [Integer] :storage_throughput
|
|
1859
|
+
# The storage throughput value, in mebibyte per second (MiBps), for the
|
|
1860
|
+
# DB instance.
|
|
1861
|
+
#
|
|
1862
|
+
# This setting applies only to the `gp3` storage type.
|
|
1863
|
+
#
|
|
1864
|
+
# This setting doesn't apply to Amazon Aurora or RDS Custom DB
|
|
1865
|
+
# instances.
|
|
1843
1866
|
# @option options [String] :option_group_name
|
|
1844
1867
|
# The option group to associate the DB instance with.
|
|
1845
1868
|
#
|
|
@@ -1869,37 +1892,28 @@ module Aws::RDS
|
|
|
1869
1892
|
# Specifies whether the DB instance is publicly accessible.
|
|
1870
1893
|
#
|
|
1871
1894
|
# When the DB instance is publicly accessible and you connect from
|
|
1872
|
-
# outside of the DB instance's virtual private cloud (VPC), its
|
|
1873
|
-
#
|
|
1895
|
+
# outside of the DB instance's virtual private cloud (VPC), its domain
|
|
1896
|
+
# name system (DNS) endpoint resolves to the public IP address. When you
|
|
1874
1897
|
# connect from within the same VPC as the DB instance, the endpoint
|
|
1875
1898
|
# resolves to the private IP address. Access to the DB instance is
|
|
1876
|
-
#
|
|
1877
|
-
# access is not permitted if the security group assigned to the DB
|
|
1878
|
-
# instance doesn't permit it.
|
|
1899
|
+
# controlled by its security group settings.
|
|
1879
1900
|
#
|
|
1880
1901
|
# When the DB instance isn't publicly accessible, it is an internal DB
|
|
1881
1902
|
# instance with a DNS name that resolves to a private IP address.
|
|
1882
1903
|
#
|
|
1883
|
-
#
|
|
1884
|
-
# `
|
|
1885
|
-
#
|
|
1886
|
-
# If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
|
|
1887
|
-
# isn't specified, the following applies:
|
|
1888
|
-
#
|
|
1889
|
-
# * If the default VPC in the target Region doesn’t have an internet
|
|
1890
|
-
# gateway attached to it, the DB instance is private.
|
|
1904
|
+
# The default behavior when `PubliclyAccessible` is not specified
|
|
1905
|
+
# depends on whether a `DBSubnetGroup` is specified.
|
|
1891
1906
|
#
|
|
1892
|
-
#
|
|
1893
|
-
#
|
|
1907
|
+
# If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
|
|
1908
|
+
# `false` for Aurora instances and `true` for non-Aurora instances.
|
|
1894
1909
|
#
|
|
1895
|
-
# If `
|
|
1896
|
-
#
|
|
1910
|
+
# If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
|
|
1911
|
+
# `false` unless the value of `DBSubnetGroup` is `default`, in which
|
|
1912
|
+
# case `PubliclyAccessible` defaults to `true`.
|
|
1897
1913
|
#
|
|
1898
|
-
#
|
|
1899
|
-
#
|
|
1900
|
-
#
|
|
1901
|
-
# * If the subnets are part of a VPC that has an internet gateway
|
|
1902
|
-
# attached to it, the DB instance is public.
|
|
1914
|
+
# If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
|
|
1915
|
+
# is in doesn't have an internet gateway attached to it, Amazon RDS
|
|
1916
|
+
# returns an error.
|
|
1903
1917
|
# @option options [Array<Types::Tag>] :tags
|
|
1904
1918
|
# Tags to assign to the DB instance.
|
|
1905
1919
|
# @option options [String] :db_cluster_identifier
|
|
@@ -2243,33 +2257,28 @@ module Aws::RDS
|
|
|
2243
2257
|
#
|
|
2244
2258
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
2245
2259
|
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing
|
|
2246
|
-
# @option options [String] :
|
|
2247
|
-
# The
|
|
2248
|
-
# instance of an RDS Custom DB instance.
|
|
2249
|
-
#
|
|
2250
|
-
# This setting is required for RDS Custom.
|
|
2251
|
-
#
|
|
2252
|
-
# Constraints:
|
|
2253
|
-
#
|
|
2254
|
-
# * The profile must exist in your account.
|
|
2260
|
+
# @option options [String] :network_type
|
|
2261
|
+
# The network type of the DB instance.
|
|
2255
2262
|
#
|
|
2256
|
-
#
|
|
2257
|
-
#
|
|
2263
|
+
# The network type is determined by the `DBSubnetGroup` specified for
|
|
2264
|
+
# the DB instance. A `DBSubnetGroup` can support only the IPv4 protocol
|
|
2265
|
+
# or the IPv4 and the IPv6 protocols (`DUAL`).
|
|
2258
2266
|
#
|
|
2259
|
-
#
|
|
2260
|
-
#
|
|
2267
|
+
# For more information, see [ Working with a DB instance in a VPC][1] in
|
|
2268
|
+
# the *Amazon RDS User Guide.*
|
|
2261
2269
|
#
|
|
2262
|
-
#
|
|
2263
|
-
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
|
2270
|
+
# Valid Values: `IPV4 | DUAL`
|
|
2264
2271
|
#
|
|
2265
2272
|
#
|
|
2266
2273
|
#
|
|
2267
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
|
2274
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
|
2268
2275
|
# @option options [String] :backup_target
|
|
2269
2276
|
# The location for storing automated backups and manual snapshots.
|
|
2270
2277
|
#
|
|
2271
2278
|
# Valid Values:
|
|
2272
2279
|
#
|
|
2280
|
+
# * `local` (Dedicated Local Zone)
|
|
2281
|
+
#
|
|
2273
2282
|
# * `outposts` (Amazon Web Services Outposts)
|
|
2274
2283
|
#
|
|
2275
2284
|
# * `region` (Amazon Web Services Region)
|
|
@@ -2282,29 +2291,50 @@ module Aws::RDS
|
|
|
2282
2291
|
#
|
|
2283
2292
|
#
|
|
2284
2293
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
2285
|
-
# @option options [String] :
|
|
2286
|
-
# The
|
|
2294
|
+
# @option options [String] :custom_iam_instance_profile
|
|
2295
|
+
# The instance profile associated with the underlying Amazon EC2
|
|
2296
|
+
# instance of an RDS Custom DB instance.
|
|
2287
2297
|
#
|
|
2288
|
-
#
|
|
2289
|
-
# the DB instance. A `DBSubnetGroup` can support only the IPv4 protocol
|
|
2290
|
-
# or the IPv4 and the IPv6 protocols (`DUAL`).
|
|
2298
|
+
# This setting is required for RDS Custom.
|
|
2291
2299
|
#
|
|
2292
|
-
#
|
|
2293
|
-
# the *Amazon RDS User Guide.*
|
|
2300
|
+
# Constraints:
|
|
2294
2301
|
#
|
|
2295
|
-
#
|
|
2302
|
+
# * The profile must exist in your account.
|
|
2296
2303
|
#
|
|
2304
|
+
# * The profile must have an IAM role that Amazon EC2 has permissions to
|
|
2305
|
+
# assume.
|
|
2297
2306
|
#
|
|
2307
|
+
# * The instance profile name and the associated IAM role name must
|
|
2308
|
+
# start with the prefix `AWSRDSCustom`.
|
|
2298
2309
|
#
|
|
2299
|
-
# [
|
|
2300
|
-
#
|
|
2301
|
-
# The storage throughput value, in mebibyte per second (MiBps), for the
|
|
2302
|
-
# DB instance.
|
|
2310
|
+
# For the list of permissions required for the IAM role, see [ Configure
|
|
2311
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
|
2303
2312
|
#
|
|
2304
|
-
# This setting applies only to the `gp3` storage type.
|
|
2305
2313
|
#
|
|
2306
|
-
#
|
|
2307
|
-
#
|
|
2314
|
+
#
|
|
2315
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc
|
|
2316
|
+
# @option options [String] :db_system_id
|
|
2317
|
+
# The Oracle system identifier (SID), which is the name of the Oracle
|
|
2318
|
+
# database instance that manages your database files. In this context,
|
|
2319
|
+
# the term "Oracle database instance" refers exclusively to the system
|
|
2320
|
+
# global area (SGA) and Oracle background processes. If you don't
|
|
2321
|
+
# specify a SID, the value defaults to `RDSCDB`. The Oracle SID is also
|
|
2322
|
+
# the name of your CDB.
|
|
2323
|
+
# @option options [String] :ca_certificate_identifier
|
|
2324
|
+
# The CA certificate identifier to use for the DB instance's server
|
|
2325
|
+
# certificate.
|
|
2326
|
+
#
|
|
2327
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
|
2328
|
+
#
|
|
2329
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
|
2330
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
|
2331
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
|
2332
|
+
# Guide*.
|
|
2333
|
+
#
|
|
2334
|
+
#
|
|
2335
|
+
#
|
|
2336
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
|
2337
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
|
2308
2338
|
# @option options [Boolean] :manage_master_user_password
|
|
2309
2339
|
# Specifies whether to manage the master user password with Amazon Web
|
|
2310
2340
|
# Services Secrets Manager.
|
|
@@ -2344,31 +2374,6 @@ module Aws::RDS
|
|
|
2344
2374
|
# There is a default KMS key for your Amazon Web Services account. Your
|
|
2345
2375
|
# Amazon Web Services account has a different default KMS key for each
|
|
2346
2376
|
# Amazon Web Services Region.
|
|
2347
|
-
# @option options [String] :ca_certificate_identifier
|
|
2348
|
-
# The CA certificate identifier to use for the DB instance's server
|
|
2349
|
-
# certificate.
|
|
2350
|
-
#
|
|
2351
|
-
# This setting doesn't apply to RDS Custom DB instances.
|
|
2352
|
-
#
|
|
2353
|
-
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
|
2354
|
-
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
|
2355
|
-
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
|
2356
|
-
# Guide*.
|
|
2357
|
-
#
|
|
2358
|
-
#
|
|
2359
|
-
#
|
|
2360
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
|
2361
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
|
2362
|
-
# @option options [String] :db_system_id
|
|
2363
|
-
# The Oracle system identifier (SID), which is the name of the Oracle
|
|
2364
|
-
# database instance that manages your database files. In this context,
|
|
2365
|
-
# the term "Oracle database instance" refers exclusively to the system
|
|
2366
|
-
# global area (SGA) and Oracle background processes. If you don't
|
|
2367
|
-
# specify a SID, the value defaults to `RDSCDB`. The Oracle SID is also
|
|
2368
|
-
# the name of your CDB.
|
|
2369
|
-
# @option options [Boolean] :dedicated_log_volume
|
|
2370
|
-
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
|
2371
|
-
# enabled.
|
|
2372
2377
|
# @option options [Boolean] :multi_tenant
|
|
2373
2378
|
# Specifies whether to use the multi-tenant configuration or the
|
|
2374
2379
|
# single-tenant configuration (default). This parameter only applies to
|
|
@@ -2384,6 +2389,9 @@ module Aws::RDS
|
|
|
2384
2389
|
# * If you specify the multi-tenant configuration when you create your
|
|
2385
2390
|
# DB instance, you can't later modify this DB instance to use the
|
|
2386
2391
|
# single-tenant configuration.
|
|
2392
|
+
# @option options [Boolean] :dedicated_log_volume
|
|
2393
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
|
2394
|
+
# enabled.
|
|
2387
2395
|
# @option options [String] :engine_lifecycle_support
|
|
2388
2396
|
# The life cycle type for this DB instance.
|
|
2389
2397
|
#
|
|
@@ -2415,6 +2423,19 @@ module Aws::RDS
|
|
|
2415
2423
|
#
|
|
2416
2424
|
#
|
|
2417
2425
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
2426
|
+
# @option options [String] :master_user_authentication_type
|
|
2427
|
+
# Specifies the authentication type for the master user. With IAM master
|
|
2428
|
+
# user authentication, you can configure the master DB user with IAM
|
|
2429
|
+
# database authentication when you create a DB instance.
|
|
2430
|
+
#
|
|
2431
|
+
# You can specify one of the following values:
|
|
2432
|
+
#
|
|
2433
|
+
# * `password` - Use standard database authentication with a password.
|
|
2434
|
+
#
|
|
2435
|
+
# * `iam-db-auth` - Use IAM database authentication for the master user.
|
|
2436
|
+
#
|
|
2437
|
+
# This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
|
|
2438
|
+
# engines.
|
|
2418
2439
|
# @return [DBInstance]
|
|
2419
2440
|
def create_db_instance(options = {})
|
|
2420
2441
|
resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
|
|
@@ -3657,7 +3678,7 @@ module Aws::RDS
|
|
|
3657
3678
|
#
|
|
3658
3679
|
# events = rds.events({
|
|
3659
3680
|
# source_identifier: "String",
|
|
3660
|
-
# source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy, blue-green-deployment
|
|
3681
|
+
# source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy, blue-green-deployment, db-shard-group, zero-etl
|
|
3661
3682
|
# start_time: Time.now,
|
|
3662
3683
|
# end_time: Time.now,
|
|
3663
3684
|
# duration: 1,
|