Package-level declarations
Types
Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.
The `Endpoint`
return value specifies the connection endpoint for the primary instance of the DB cluster.
The `MasterUserSecret`
return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password. For more information, see Password management with Secrets Manager in the Amazon RDS User Guide and Password management with Secrets Manager in the Amazon Aurora User Guide.
The `ReadEndpoint`
return value specifies the reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Aurora Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Aurora distributes the connection requests among the Aurora Replicas in the DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster. If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can then reconnect to the reader endpoint. For more information about Aurora endpoints, see Amazon Aurora connection management in the Amazon Aurora User Guide.
The `ScalingConfiguration`
property type specifies the scaling configuration of an Aurora Serverless v1 DB cluster. For more information, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide. This property is only supported for Aurora Serverless v1. For Aurora Serverless v2, Use the `ServerlessV2ScalingConfiguration`
property. Valid for: Aurora Serverless v1 DB clusters only
The `ServerlessV2ScalingConfiguration`
property type specifies the scaling configuration of an Aurora Serverless V2 DB cluster. For more information, see Using Amazon Aurora Serverless v2 in the Amazon Aurora User Guide. If you have an Aurora cluster, you must set this attribute before you add a DB instance that uses the `db.serverless`
DB instance class. For more information, see Clusters that use Aurora Serverless v2 must have a capacity range specified in the Amazon Aurora User Guide. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, use the `ScalingConfiguration`
property. Valid for: Aurora Serverless v2 DB clusters
The details of the DB instance’s server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
Information about an AWS Identity and Access Management (IAM) role that is associated with a DB instance.
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
The `MasterUserSecret`
return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password. For more information, see Password management with Secrets Manager in the Amazon RDS User Guide and Password management with Secrets Manager in the Amazon Aurora User Guide.
The `ProcessorFeature`
property type specifies the processor features of a DB instance class.
The `OptionConfiguration`
property type specifies an individual option, and its settings, within an `AWS::RDS::OptionGroup`
resource.
The `OptionSetting`
property type specifies the value for an option within an `OptionSetting`
property.