# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetCertificate gets an existing Certificate resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetCluster gets an existing Cluster resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetClusterActivityStream gets an existing ClusterActivityStream resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetClusterEndpoint gets an existing ClusterEndpoint resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetClusterInstance gets an existing ClusterInstance resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetClusterParameterGroup gets an existing ClusterParameterGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetClusterRoleAssociation gets an existing ClusterRoleAssociation resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Data source for managing an AWS RDS (Relational Database) Clusters.
GetClusterSnapshot gets an existing ClusterSnapshot resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetClusterSnapshotCopy gets an existing ClusterSnapshotCopy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
GetCustomDbEngineVersion gets an existing CustomDbEngineVersion resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Information about an RDS engine version.
No description provided by the author
## Example Usage
List the event categories of all the RDS resources.
No description provided by the author
GetEventSubscription gets an existing EventSubscription resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetExportTask gets an existing ExportTask resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetGlobalCluster gets an existing GlobalCluster resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInstance gets an existing Instance resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInstanceAutomatedBackupsReplication gets an existing InstanceAutomatedBackupsReplication resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInstanceDesiredState gets an existing InstanceDesiredState resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Data source for listing RDS Database Instances.
No description provided by the author
GetIntegration gets an existing Integration resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetOptionGroup gets an existing OptionGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Information about RDS orderable DB instances and valid parameter combinations.
No description provided by the author
GetParameterGroup gets an existing ParameterGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetProxy gets an existing Proxy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetProxyDefaultTargetGroup gets an existing ProxyDefaultTargetGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetProxyEndpoint gets an existing ProxyEndpoint resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetProxyTarget gets an existing ProxyTarget resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetReservedInstance gets an existing ReservedInstance resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Information about a single RDS Reserved Instance Offering.
No description provided by the author
GetRoleAssociation gets an existing RoleAssociation resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetShardGroup gets an existing ShardGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetSnapshot gets an existing Snapshot resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetSnapshotCopy gets an existing SnapshotCopy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetSubnetGroup gets an existing SubnetGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Information about an RDS Certificate.
No description provided by the author
Provides information about an RDS cluster.
No description provided by the author
Information about an RDS cluster parameter group.
No description provided by the author
Use this data source to get information about a DB Cluster Snapshot for use when provisioning DB clusters.
No description provided by the author
Use this data source to get information about an RDS instance
## Example Usage
```go package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := rds.LookupInstance(ctx, &rds.LookupInstanceArgs{ DbInstanceIdentifier: pulumi.StringRef("my-test-database"), }, nil) if err != nil { return err } return nil }) }
```.
No description provided by the author
Information about a database parameter group.
No description provided by the author
Use this data source to get information about a DB Proxy.
No description provided by the author
Use this data source to get information about a DB Snapshot for use when provisioning DB instances
> **NOTE:** This data source does not apply to snapshots created on Aurora DB clusters.
No description provided by the author
Use this data source to get information about an RDS subnet group.
No description provided by the author
NewCertificate registers a new resource with the given unique name, arguments, and options.
NewCluster registers a new resource with the given unique name, arguments, and options.
NewClusterActivityStream registers a new resource with the given unique name, arguments, and options.
NewClusterEndpoint registers a new resource with the given unique name, arguments, and options.
NewClusterInstance registers a new resource with the given unique name, arguments, and options.
NewClusterParameterGroup registers a new resource with the given unique name, arguments, and options.
NewClusterRoleAssociation registers a new resource with the given unique name, arguments, and options.
NewClusterSnapshot registers a new resource with the given unique name, arguments, and options.
NewClusterSnapshotCopy registers a new resource with the given unique name, arguments, and options.
NewCustomDbEngineVersion registers a new resource with the given unique name, arguments, and options.
NewEventSubscription registers a new resource with the given unique name, arguments, and options.
NewExportTask registers a new resource with the given unique name, arguments, and options.
NewGlobalCluster registers a new resource with the given unique name, arguments, and options.
NewInstance registers a new resource with the given unique name, arguments, and options.
NewInstanceAutomatedBackupsReplication registers a new resource with the given unique name, arguments, and options.
NewInstanceDesiredState registers a new resource with the given unique name, arguments, and options.
NewIntegration registers a new resource with the given unique name, arguments, and options.
NewOptionGroup registers a new resource with the given unique name, arguments, and options.
NewParameterGroup registers a new resource with the given unique name, arguments, and options.
NewProxy registers a new resource with the given unique name, arguments, and options.
NewProxyDefaultTargetGroup registers a new resource with the given unique name, arguments, and options.
NewProxyEndpoint registers a new resource with the given unique name, arguments, and options.
NewProxyTarget registers a new resource with the given unique name, arguments, and options.
NewReservedInstance registers a new resource with the given unique name, arguments, and options.
NewRoleAssociation registers a new resource with the given unique name, arguments, and options.
NewShardGroup registers a new resource with the given unique name, arguments, and options.
NewSnapshot registers a new resource with the given unique name, arguments, and options.
NewSnapshotCopy registers a new resource with the given unique name, arguments, and options.
NewSubnetGroup registers a new resource with the given unique name, arguments, and options.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
## Example Usage
```go package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := rds.NewCertificate(ctx, "example", &rds.CertificateArgs{ CertificateIdentifier: pulumi.String("rds-ca-rsa4096-g1"), }) if err != nil { return err } return nil }) }
```
## Import
Using `pulumi import`, import the default EBS encryption state.
The set of arguments for constructing a Certificate resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages a [RDS Aurora Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Aurora.html) or a [RDS Multi-AZ DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html).
Manages RDS Aurora Cluster Database Activity Streams.
The set of arguments for constructing a ClusterActivityStream resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a Cluster resource.
No description provided by the author
Manages an RDS Aurora Cluster Custom Endpoint.
The set of arguments for constructing a ClusterEndpoint resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an RDS Cluster Instance Resource.
The set of arguments for constructing a ClusterInstance resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an RDS DB cluster parameter group resource.
The set of arguments for constructing a ClusterParameterGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages a RDS DB Cluster association with an IAM Role.
The set of arguments for constructing a ClusterRoleAssociation resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages an RDS database cluster snapshot for Aurora clusters.
The set of arguments for constructing a ClusterSnapshot resource.
No description provided by the author
Manages an RDS database cluster snapshot copy.
The set of arguments for constructing a ClusterSnapshotCopy resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an custom engine version (CEV) resource for Amazon RDS Custom.
The set of arguments for constructing a CustomDbEngineVersion resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a DB event subscription resource.
The set of arguments for constructing a EventSubscription resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Resource for managing an AWS RDS (Relational Database) Export Task.
The set of arguments for constructing a ExportTask resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getClusters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getClusters.
A collection of values returned by getClusters.
A collection of values returned by getClusters.
A collection of arguments for invoking getEngineVersion.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getEngineVersion.
A collection of values returned by getEngineVersion.
A collection of values returned by getEngineVersion.
A collection of arguments for invoking getEventCategories.
A collection of arguments for invoking getEventCategories.
A collection of values returned by getEventCategories.
A collection of values returned by getEventCategories.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getInstances.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getInstances.
A collection of values returned by getInstances.
A collection of values returned by getInstances.
A collection of arguments for invoking getOrderableDbInstance.
A collection of arguments for invoking getOrderableDbInstance.
A collection of values returned by getOrderableDbInstance.
A collection of values returned by getOrderableDbInstance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getReservedInstanceOffering.
A collection of arguments for invoking getReservedInstanceOffering.
A collection of values returned by getReservedInstanceOffering.
A collection of values returned by getReservedInstanceOffering.
Manages an RDS Global Cluster, which is an Aurora global database spread across multiple regions.
The set of arguments for constructing a GlobalCluster resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an RDS instance resource.
The set of arguments for constructing a Instance resource.
No description provided by the author
Manage cross-region replication of automated backups to a different AWS Region.
The set of arguments for constructing a InstanceAutomatedBackupsReplication resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Resource for managing an AWS RDS (Relational Database) RDS Instance State.
The set of arguments for constructing a InstanceDesiredState resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Resource for managing an AWS RDS (Relational Database) zero-ETL integration.
The set of arguments for constructing a Integration resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getCertificate.
A collection of arguments for invoking getCertificate.
A collection of values returned by getCertificate.
A collection of values returned by getCertificate.
A collection of arguments for invoking getCluster.
A collection of arguments for invoking getCluster.
A collection of arguments for invoking getClusterParameterGroup.
A collection of arguments for invoking getClusterParameterGroup.
A collection of values returned by getClusterParameterGroup.
A collection of values returned by getClusterParameterGroup.
A collection of values returned by getCluster.
A collection of values returned by getCluster.
A collection of arguments for invoking getClusterSnapshot.
A collection of arguments for invoking getClusterSnapshot.
A collection of values returned by getClusterSnapshot.
A collection of values returned by getClusterSnapshot.
A collection of arguments for invoking getInstance.
A collection of arguments for invoking getInstance.
A collection of values returned by getInstance.
A collection of values returned by getInstance.
A collection of arguments for invoking getParameterGroup.
A collection of arguments for invoking getParameterGroup.
A collection of values returned by getParameterGroup.
A collection of values returned by getParameterGroup.
A collection of arguments for invoking getProxy.
A collection of arguments for invoking getProxy.
A collection of values returned by getProxy.
A collection of values returned by getProxy.
A collection of arguments for invoking getSnapshot.
A collection of arguments for invoking getSnapshot.
A collection of values returned by getSnapshot.
A collection of values returned by getSnapshot.
A collection of arguments for invoking getSubnetGroup.
A collection of arguments for invoking getSubnetGroup.
A collection of values returned by getSubnetGroup.
A collection of values returned by getSubnetGroup.
Provides an RDS DB option group resource.
The set of arguments for constructing a OptionGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## Import
Using `pulumi import`, import DB Parameter groups using the `name`.
The set of arguments for constructing a ParameterGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## Import
Using `pulumi import`, import DB proxies using the `name`.
The set of arguments for constructing a Proxy resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a resource to manage an RDS DB proxy default target group resource.
The set of arguments for constructing a ProxyDefaultTargetGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an RDS DB proxy endpoint resource.
The set of arguments for constructing a ProxyEndpoint resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an RDS DB proxy target resource.
The set of arguments for constructing a ProxyTarget resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages an RDS DB Reserved Instance.
The set of arguments for constructing a ReservedInstance resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages an RDS DB Instance association with an IAM Role.
The set of arguments for constructing a RoleAssociation resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Resource for managing an Amazon Aurora Limitless Database DB shard group
## Example Usage
### Basic Usage
```go package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { example, err := rds.NewCluster(ctx, "example", &rds.ClusterArgs{ ClusterIdentifier: pulumi.String("example-limitless-cluster"), Engine: pulumi.String(rds.EngineTypeAuroraPostgresql), EngineVersion: pulumi.String("16.6-limitless"), EngineMode: pulumi.String(""), StorageType: pulumi.String("aurora-iopt1"), ClusterScalabilityType: pulumi.String("limitless"), MasterUsername: pulumi.String("foo"), MasterPassword: pulumi.String("must_be_eight_characters"), PerformanceInsightsEnabled: pulumi.Bool(true), PerformanceInsightsRetentionPeriod: pulumi.Int(31), EnabledCloudwatchLogsExports: pulumi.StringArray{ pulumi.String("postgresql"), }, MonitoringInterval: pulumi.Int(5), MonitoringRoleArn: pulumi.Any(exampleAwsIamRole.Arn), }) if err != nil { return err } _, err = rds.NewShardGroup(ctx, "example", &rds.ShardGroupArgs{ DbShardGroupIdentifier: pulumi.String("example-shard-group"), DbClusterIdentifier: example.ID(), MaxAcu: pulumi.Float64(1200), }) if err != nil { return err } return nil }) }
```
## Import
Using `pulumi import`, import shard group using the `db_shard_group_identifier`.
The set of arguments for constructing a ShardGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages an RDS database instance snapshot.
The set of arguments for constructing a Snapshot resource.
No description provided by the author
Manages an RDS database instance snapshot copy.
The set of arguments for constructing a SnapshotCopy resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides an RDS DB subnet group resource.
The set of arguments for constructing a SubnetGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
CertificateArrayInput is an input type that accepts CertificateArray and CertificateArrayOutput values.
No description provided by the author
CertificateMapInput is an input type that accepts CertificateMap and CertificateMapOutput values.
ClusterActivityStreamArrayInput is an input type that accepts ClusterActivityStreamArray and ClusterActivityStreamArrayOutput values.
No description provided by the author
ClusterActivityStreamMapInput is an input type that accepts ClusterActivityStreamMap and ClusterActivityStreamMapOutput values.
ClusterArrayInput is an input type that accepts ClusterArray and ClusterArrayOutput values.
ClusterEndpointArrayInput is an input type that accepts ClusterEndpointArray and ClusterEndpointArrayOutput values.
No description provided by the author
ClusterEndpointMapInput is an input type that accepts ClusterEndpointMap and ClusterEndpointMapOutput values.
No description provided by the author
ClusterInstanceArrayInput is an input type that accepts ClusterInstanceArray and ClusterInstanceArrayOutput values.
No description provided by the author
ClusterInstanceMapInput is an input type that accepts ClusterInstanceMap and ClusterInstanceMapOutput values.
ClusterMapInput is an input type that accepts ClusterMap and ClusterMapOutput values.
ClusterMasterUserSecretArrayInput is an input type that accepts ClusterMasterUserSecretArray and ClusterMasterUserSecretArrayOutput values.
ClusterMasterUserSecretInput is an input type that accepts ClusterMasterUserSecretArgs and ClusterMasterUserSecretOutput values.
ClusterParameterGroupArrayInput is an input type that accepts ClusterParameterGroupArray and ClusterParameterGroupArrayOutput values.
No description provided by the author
ClusterParameterGroupMapInput is an input type that accepts ClusterParameterGroupMap and ClusterParameterGroupMapOutput values.
ClusterParameterGroupParameterArrayInput is an input type that accepts ClusterParameterGroupParameterArray and ClusterParameterGroupParameterArrayOutput values.
ClusterParameterGroupParameterInput is an input type that accepts ClusterParameterGroupParameterArgs and ClusterParameterGroupParameterOutput values.
ClusterRestoreToPointInTimeInput is an input type that accepts ClusterRestoreToPointInTimeArgs and ClusterRestoreToPointInTimeOutput values.
ClusterRestoreToPointInTimePtrInput is an input type that accepts ClusterRestoreToPointInTimeArgs, ClusterRestoreToPointInTimePtr and ClusterRestoreToPointInTimePtrOutput values.
ClusterRoleAssociationArrayInput is an input type that accepts ClusterRoleAssociationArray and ClusterRoleAssociationArrayOutput values.
No description provided by the author
ClusterRoleAssociationMapInput is an input type that accepts ClusterRoleAssociationMap and ClusterRoleAssociationMapOutput values.
ClusterS3ImportInput is an input type that accepts ClusterS3ImportArgs and ClusterS3ImportOutput values.
ClusterS3ImportPtrInput is an input type that accepts ClusterS3ImportArgs, ClusterS3ImportPtr and ClusterS3ImportPtrOutput values.
ClusterScalingConfigurationInput is an input type that accepts ClusterScalingConfigurationArgs and ClusterScalingConfigurationOutput values.
ClusterScalingConfigurationPtrInput is an input type that accepts ClusterScalingConfigurationArgs, ClusterScalingConfigurationPtr and ClusterScalingConfigurationPtrOutput values.
ClusterServerlessv2ScalingConfigurationInput is an input type that accepts ClusterServerlessv2ScalingConfigurationArgs and ClusterServerlessv2ScalingConfigurationOutput values.
ClusterServerlessv2ScalingConfigurationPtrInput is an input type that accepts ClusterServerlessv2ScalingConfigurationArgs, ClusterServerlessv2ScalingConfigurationPtr and ClusterServerlessv2ScalingConfigurationPtrOutput values.
ClusterSnapshotArrayInput is an input type that accepts ClusterSnapshotArray and ClusterSnapshotArrayOutput values.
ClusterSnapshotCopyArrayInput is an input type that accepts ClusterSnapshotCopyArray and ClusterSnapshotCopyArrayOutput values.
No description provided by the author
ClusterSnapshotCopyMapInput is an input type that accepts ClusterSnapshotCopyMap and ClusterSnapshotCopyMapOutput values.
ClusterSnapshotCopyTimeoutsInput is an input type that accepts ClusterSnapshotCopyTimeoutsArgs and ClusterSnapshotCopyTimeoutsOutput values.
ClusterSnapshotCopyTimeoutsPtrInput is an input type that accepts ClusterSnapshotCopyTimeoutsArgs, ClusterSnapshotCopyTimeoutsPtr and ClusterSnapshotCopyTimeoutsPtrOutput values.
No description provided by the author
ClusterSnapshotMapInput is an input type that accepts ClusterSnapshotMap and ClusterSnapshotMapOutput values.
CustomDbEngineVersionArrayInput is an input type that accepts CustomDbEngineVersionArray and CustomDbEngineVersionArrayOutput values.
No description provided by the author
CustomDbEngineVersionMapInput is an input type that accepts CustomDbEngineVersionMap and CustomDbEngineVersionMapOutput values.
EngineModeInput is an input type that accepts values of the EngineMode enum A concrete instance of `EngineModeInput` can be one of the following:
EngineModeProvisioned EngineModeServerless EngineModeParallelQuery EngineModeGlobal.
No description provided by the author
EngineTypeInput is an input type that accepts values of the EngineType enum A concrete instance of `EngineTypeInput` can be one of the following:
EngineTypeAurora EngineTypeAuroraMysql EngineTypeAuroraPostgresql.
No description provided by the author
EventSubscriptionArrayInput is an input type that accepts EventSubscriptionArray and EventSubscriptionArrayOutput values.
No description provided by the author
EventSubscriptionMapInput is an input type that accepts EventSubscriptionMap and EventSubscriptionMapOutput values.
ExportTaskArrayInput is an input type that accepts ExportTaskArray and ExportTaskArrayOutput values.
No description provided by the author
ExportTaskMapInput is an input type that accepts ExportTaskMap and ExportTaskMapOutput values.
ExportTaskTimeoutsInput is an input type that accepts ExportTaskTimeoutsArgs and ExportTaskTimeoutsOutput values.
ExportTaskTimeoutsPtrInput is an input type that accepts ExportTaskTimeoutsArgs, ExportTaskTimeoutsPtr and ExportTaskTimeoutsPtrOutput values.
GetClusterMasterUserSecretArrayInput is an input type that accepts GetClusterMasterUserSecretArray and GetClusterMasterUserSecretArrayOutput values.
GetClusterMasterUserSecretInput is an input type that accepts GetClusterMasterUserSecretArgs and GetClusterMasterUserSecretOutput values.
GetClustersFilterArrayInput is an input type that accepts GetClustersFilterArray and GetClustersFilterArrayOutput values.
GetClustersFilterInput is an input type that accepts GetClustersFilterArgs and GetClustersFilterOutput values.
GetEngineVersionFilterArrayInput is an input type that accepts GetEngineVersionFilterArray and GetEngineVersionFilterArrayOutput values.
GetEngineVersionFilterInput is an input type that accepts GetEngineVersionFilterArgs and GetEngineVersionFilterOutput values.
GetInstanceMasterUserSecretArrayInput is an input type that accepts GetInstanceMasterUserSecretArray and GetInstanceMasterUserSecretArrayOutput values.
GetInstanceMasterUserSecretInput is an input type that accepts GetInstanceMasterUserSecretArgs and GetInstanceMasterUserSecretOutput values.
GetInstancesFilterArrayInput is an input type that accepts GetInstancesFilterArray and GetInstancesFilterArrayOutput values.
GetInstancesFilterInput is an input type that accepts GetInstancesFilterArgs and GetInstancesFilterOutput values.
GetProxyAuthArrayInput is an input type that accepts GetProxyAuthArray and GetProxyAuthArrayOutput values.
GetProxyAuthInput is an input type that accepts GetProxyAuthArgs and GetProxyAuthOutput values.
GlobalClusterArrayInput is an input type that accepts GlobalClusterArray and GlobalClusterArrayOutput values.
GlobalClusterGlobalClusterMemberArrayInput is an input type that accepts GlobalClusterGlobalClusterMemberArray and GlobalClusterGlobalClusterMemberArrayOutput values.
GlobalClusterGlobalClusterMemberInput is an input type that accepts GlobalClusterGlobalClusterMemberArgs and GlobalClusterGlobalClusterMemberOutput values.
No description provided by the author
GlobalClusterMapInput is an input type that accepts GlobalClusterMap and GlobalClusterMapOutput values.
InstanceArrayInput is an input type that accepts InstanceArray and InstanceArrayOutput values.
InstanceAutomatedBackupsReplicationArrayInput is an input type that accepts InstanceAutomatedBackupsReplicationArray and InstanceAutomatedBackupsReplicationArrayOutput values.
No description provided by the author
InstanceAutomatedBackupsReplicationMapInput is an input type that accepts InstanceAutomatedBackupsReplicationMap and InstanceAutomatedBackupsReplicationMapOutput values.
InstanceBlueGreenUpdateInput is an input type that accepts InstanceBlueGreenUpdateArgs and InstanceBlueGreenUpdateOutput values.
InstanceBlueGreenUpdatePtrInput is an input type that accepts InstanceBlueGreenUpdateArgs, InstanceBlueGreenUpdatePtr and InstanceBlueGreenUpdatePtrOutput values.
InstanceDesiredStateArrayInput is an input type that accepts InstanceDesiredStateArray and InstanceDesiredStateArrayOutput values.
No description provided by the author
InstanceDesiredStateMapInput is an input type that accepts InstanceDesiredStateMap and InstanceDesiredStateMapOutput values.
InstanceDesiredStateTimeoutsInput is an input type that accepts InstanceDesiredStateTimeoutsArgs and InstanceDesiredStateTimeoutsOutput values.
InstanceDesiredStateTimeoutsPtrInput is an input type that accepts InstanceDesiredStateTimeoutsArgs, InstanceDesiredStateTimeoutsPtr and InstanceDesiredStateTimeoutsPtrOutput values.
No description provided by the author
InstanceListenerEndpointArrayInput is an input type that accepts InstanceListenerEndpointArray and InstanceListenerEndpointArrayOutput values.
InstanceListenerEndpointInput is an input type that accepts InstanceListenerEndpointArgs and InstanceListenerEndpointOutput values.
InstanceMapInput is an input type that accepts InstanceMap and InstanceMapOutput values.
InstanceMasterUserSecretArrayInput is an input type that accepts InstanceMasterUserSecretArray and InstanceMasterUserSecretArrayOutput values.
InstanceMasterUserSecretInput is an input type that accepts InstanceMasterUserSecretArgs and InstanceMasterUserSecretOutput values.
InstanceRestoreToPointInTimeInput is an input type that accepts InstanceRestoreToPointInTimeArgs and InstanceRestoreToPointInTimeOutput values.
InstanceRestoreToPointInTimePtrInput is an input type that accepts InstanceRestoreToPointInTimeArgs, InstanceRestoreToPointInTimePtr and InstanceRestoreToPointInTimePtrOutput values.
InstanceS3ImportInput is an input type that accepts InstanceS3ImportArgs and InstanceS3ImportOutput values.
InstanceS3ImportPtrInput is an input type that accepts InstanceS3ImportArgs, InstanceS3ImportPtr and InstanceS3ImportPtrOutput values.
InstanceTypeInput is an input type that accepts values of the InstanceType enum A concrete instance of `InstanceTypeInput` can be one of the following:
InstanceType_T4G_Micro InstanceType_T4G_Small InstanceType_T4G_Medium InstanceType_T4G_Large InstanceType_T4G_XLarge InstanceType_T4G_2XLarge InstanceType_T3_Micro InstanceType_T3_Small InstanceType_T3_Medium InstanceType_T3_Large InstanceType_T3_XLarge InstanceType_T3_2XLarge InstanceType_T2_Micro InstanceType_T2_Small InstanceType_T2_Medium InstanceType_T2_Large InstanceType_T2_XLarge InstanceType_T2_2XLarge InstanceType_M1_Small InstanceType_M1_Medium InstanceType_M1_Large InstanceType_M1_XLarge InstanceType_M2_XLarge InstanceType_M2_2XLarge InstanceType_M2_4XLarge InstanceType_M3_Medium InstanceType_M3_Large InstanceType_M3_XLarge InstanceType_M3_2XLarge InstanceType_M4_Large InstanceType_M4_XLarge InstanceType_M4_2XLarge InstanceType_M4_4XLarge InstanceType_M4_10XLarge InstanceType_M4_16XLarge InstanceType_M5_Large InstanceType_M5_XLarge InstanceType_M5_2XLarge InstanceType_M5_4XLarge InstanceType_M5_12XLarge InstanceType_M5_24XLarge InstanceType_M6G_Large InstanceType_M6G_XLarge InstanceType_M6G_2XLarge InstanceType_M6G_4XLarge InstanceType_M6G_8XLarge InstanceType_M6G_12XLarge InstanceType_M6G_16XLarge InstanceType_R3_Large InstanceType_R3_XLarge InstanceType_R3_2XLarge InstanceType_R3_4XLarge InstanceType_R3_8XLarge InstanceType_R4_Large InstanceType_R4_XLarge InstanceType_R4_2XLarge InstanceType_R4_4XLarge InstanceType_R4_8XLarge InstanceType_R4_16XLarge InstanceType_R5_Large InstanceType_R5_XLarge InstanceType_R5_2XLarge InstanceType_R5_4XLarge InstanceType_R5_12XLarge InstanceType_R5_24XLarge InstanceType_R6G_Large InstanceType_R6G_XLarge InstanceType_R6G_2XLarge InstanceType_R6G_4XLarge InstanceType_R6G_8XLarge InstanceType_R6G_12XLarge InstanceType_R6G_16XLarge InstanceType_X1_16XLarge InstanceType_X1_32XLarge InstanceType_X1E_XLarge InstanceType_X1E_2XLarge InstanceType_X1E_4XLarge InstanceType_X1E_8XLarge InstanceType_X1E_32XLarge.
No description provided by the author
IntegrationArrayInput is an input type that accepts IntegrationArray and IntegrationArrayOutput values.
No description provided by the author
IntegrationMapInput is an input type that accepts IntegrationMap and IntegrationMapOutput values.
IntegrationTimeoutsInput is an input type that accepts IntegrationTimeoutsArgs and IntegrationTimeoutsOutput values.
IntegrationTimeoutsPtrInput is an input type that accepts IntegrationTimeoutsArgs, IntegrationTimeoutsPtr and IntegrationTimeoutsPtrOutput values.
OptionGroupArrayInput is an input type that accepts OptionGroupArray and OptionGroupArrayOutput values.
No description provided by the author
OptionGroupMapInput is an input type that accepts OptionGroupMap and OptionGroupMapOutput values.
OptionGroupOptionArrayInput is an input type that accepts OptionGroupOptionArray and OptionGroupOptionArrayOutput values.
OptionGroupOptionInput is an input type that accepts OptionGroupOptionArgs and OptionGroupOptionOutput values.
OptionGroupOptionOptionSettingArrayInput is an input type that accepts OptionGroupOptionOptionSettingArray and OptionGroupOptionOptionSettingArrayOutput values.
OptionGroupOptionOptionSettingInput is an input type that accepts OptionGroupOptionOptionSettingArgs and OptionGroupOptionOptionSettingOutput values.
ParameterGroupArrayInput is an input type that accepts ParameterGroupArray and ParameterGroupArrayOutput values.
No description provided by the author
ParameterGroupMapInput is an input type that accepts ParameterGroupMap and ParameterGroupMapOutput values.
ParameterGroupParameterArrayInput is an input type that accepts ParameterGroupParameterArray and ParameterGroupParameterArrayOutput values.
ParameterGroupParameterInput is an input type that accepts ParameterGroupParameterArgs and ParameterGroupParameterOutput values.
ProxyArrayInput is an input type that accepts ProxyArray and ProxyArrayOutput values.
ProxyAuthArrayInput is an input type that accepts ProxyAuthArray and ProxyAuthArrayOutput values.
ProxyAuthInput is an input type that accepts ProxyAuthArgs and ProxyAuthOutput values.
ProxyDefaultTargetGroupArrayInput is an input type that accepts ProxyDefaultTargetGroupArray and ProxyDefaultTargetGroupArrayOutput values.
ProxyDefaultTargetGroupConnectionPoolConfigInput is an input type that accepts ProxyDefaultTargetGroupConnectionPoolConfigArgs and ProxyDefaultTargetGroupConnectionPoolConfigOutput values.
ProxyDefaultTargetGroupConnectionPoolConfigPtrInput is an input type that accepts ProxyDefaultTargetGroupConnectionPoolConfigArgs, ProxyDefaultTargetGroupConnectionPoolConfigPtr and ProxyDefaultTargetGroupConnectionPoolConfigPtrOutput values.
No description provided by the author
ProxyDefaultTargetGroupMapInput is an input type that accepts ProxyDefaultTargetGroupMap and ProxyDefaultTargetGroupMapOutput values.
ProxyEndpointArrayInput is an input type that accepts ProxyEndpointArray and ProxyEndpointArrayOutput values.
No description provided by the author
ProxyEndpointMapInput is an input type that accepts ProxyEndpointMap and ProxyEndpointMapOutput values.
No description provided by the author
ProxyMapInput is an input type that accepts ProxyMap and ProxyMapOutput values.
ProxyTargetArrayInput is an input type that accepts ProxyTargetArray and ProxyTargetArrayOutput values.
No description provided by the author
ProxyTargetMapInput is an input type that accepts ProxyTargetMap and ProxyTargetMapOutput values.
ReservedInstanceArrayInput is an input type that accepts ReservedInstanceArray and ReservedInstanceArrayOutput values.
No description provided by the author
ReservedInstanceMapInput is an input type that accepts ReservedInstanceMap and ReservedInstanceMapOutput values.
ReservedInstanceRecurringChargeArrayInput is an input type that accepts ReservedInstanceRecurringChargeArray and ReservedInstanceRecurringChargeArrayOutput values.
ReservedInstanceRecurringChargeInput is an input type that accepts ReservedInstanceRecurringChargeArgs and ReservedInstanceRecurringChargeOutput values.
RoleAssociationArrayInput is an input type that accepts RoleAssociationArray and RoleAssociationArrayOutput values.
No description provided by the author
RoleAssociationMapInput is an input type that accepts RoleAssociationMap and RoleAssociationMapOutput values.
ShardGroupArrayInput is an input type that accepts ShardGroupArray and ShardGroupArrayOutput values.
No description provided by the author
ShardGroupMapInput is an input type that accepts ShardGroupMap and ShardGroupMapOutput values.
ShardGroupTimeoutsInput is an input type that accepts ShardGroupTimeoutsArgs and ShardGroupTimeoutsOutput values.
ShardGroupTimeoutsPtrInput is an input type that accepts ShardGroupTimeoutsArgs, ShardGroupTimeoutsPtr and ShardGroupTimeoutsPtrOutput values.
SnapshotArrayInput is an input type that accepts SnapshotArray and SnapshotArrayOutput values.
SnapshotCopyArrayInput is an input type that accepts SnapshotCopyArray and SnapshotCopyArrayOutput values.
No description provided by the author
SnapshotCopyMapInput is an input type that accepts SnapshotCopyMap and SnapshotCopyMapOutput values.
No description provided by the author
SnapshotMapInput is an input type that accepts SnapshotMap and SnapshotMapOutput values.
StorageTypeInput is an input type that accepts values of the StorageType enum A concrete instance of `StorageTypeInput` can be one of the following:
StorageTypeStandard StorageTypeGP2 StorageTypeGP3 StorageTypeIO1.
No description provided by the author
SubnetGroupArrayInput is an input type that accepts SubnetGroupArray and SubnetGroupArrayOutput values.
No description provided by the author
SubnetGroupMapInput is an input type that accepts SubnetGroupMap and SubnetGroupMapOutput values.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author