RdsFunctions

Functions

Link copied to clipboard

The AWS::RDS::CustomDBEngineVersion resource creates an Amazon RDS custom DB engine version.

Link copied to clipboard

The AWS::RDS::DBCluster resource creates an Amazon Aurora DB cluster.

suspend fun getDbCluster(dbClusterIdentifier: String): GetDbClusterResult
Link copied to clipboard

The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group. For more information, see Managing an Amazon Aurora DB Cluster in the Amazon Aurora User Guide.

suspend fun getDbClusterParameterGroup(dbClusterParameterGroupName: String): GetDbClusterParameterGroupResult
Link copied to clipboard

The AWS::RDS::DBInstance resource creates an Amazon RDS DB instance.

suspend fun getDbInstance(dbInstanceIdentifier: String): GetDbInstanceResult
Link copied to clipboard

The AWS::RDS::DBParameterGroup resource creates a custom parameter group for an RDS database family

suspend fun getDbParameterGroup(dbParameterGroupName: String): GetDbParameterGroupResult
Link copied to clipboard

Resource schema for AWS::RDS::DBProxy

suspend fun getDbProxy(dbProxyName: String): GetDbProxyResult
suspend fun getDbProxy(argument: suspend GetDbProxyPlainArgsBuilder.() -> Unit): GetDbProxyResult
Link copied to clipboard

Resource schema for AWS::RDS::DBProxyEndpoint.

suspend fun getDbProxyEndpoint(dbProxyEndpointName: String): GetDbProxyEndpointResult
Link copied to clipboard
Link copied to clipboard

The AWS::RDS::DBSubnetGroup resource creates a database subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same region.

suspend fun getDbSubnetGroup(dbSubnetGroupName: String): GetDbSubnetGroupResult
Link copied to clipboard

The AWS::RDS::EventSubscription resource allows you to receive notifications for Amazon Relational Database Service events through the Amazon Simple Notification Service (Amazon SNS). For more information, see Using Amazon RDS Event Notification in the Amazon RDS User Guide.

Link copied to clipboard

Resource Type definition for AWS::RDS::GlobalCluster

suspend fun getGlobalCluster(globalClusterIdentifier: String): GetGlobalClusterResult
Link copied to clipboard

The AWS::RDS::OptionGroup resource creates an option group, to enable and configure features that are specific to a particular DB engine.

suspend fun getOptionGroup(optionGroupName: String): GetOptionGroupResult