Official
aws-lite
plugin for RDS Data Service
Maintained by: @andybee
npm i @aws-lite/rds-data
Optionally install types:
npm i -D @aws-lite/rds-data-types
Reference documentation with examples at aws-lite.org
Properties:
-
database
(string)- Name of the database
-
parameterSets
(array)- Parameter set for the batch operation
-
resourceArn
(string) [required]- Amazon Resource Name (ARN) of the Aurora Serverless DB cluster
-
schema
(string)- Name of the database schema
-
secretArn
(string) [required]- ARN of the secret that enables access to the DB cluster
-
sql
(string) [required]- SQL statement to run
-
transactionId
(string)- Transaction ID of the transaction that you want to include the SQL statement in
Properties:
-
database
(string)- Name of the database
-
resourceArn
(string) [required]- Amazon Resource Name (ARN) of the Aurora Serverless DB cluster
-
schema
(string)- Name of the database schema
-
secretArn
(string) [required]- ARN of the secret that enables access to the DB cluster
Properties:
-
resourceArn
(string) [required]- Amazon Resource Name (ARN) of the Aurora Serverless DB cluster
-
secretArn
(string) [required]- ARN of the secret that enables access to the DB cluster
-
transactionId
(string) [required]- Identifier of the transaction to end and commit
Properties:
-
continueAfterTimeout
(boolean)- Value that indicates whether to continue running the statement after the call times out
-
database
(string)- Name of the database
-
formatRecordsAs
(string)- Indicates whether to format the result set as a single JSON string: 'NONE', or 'JSON'
-
includeResultMetadata
(boolean)- Value that indicates whether to include metadata in the results
-
parameters
(array)- Parameters for the SQL statement
-
resourceArn
(string) [required]- Amazon Resource Name (ARN) of the Aurora Serverless DB cluster
-
resultSetOptions
(object)- Options that control how the result set is returned
-
schema
(string)- Name of the database schema
-
secretArn
(string) [required]- ARN of the secret that enables access to the DB cluster
-
sql
(string) [required]- SQL statement to run
-
transactionId
(string)- Transaction ID of the transaction that you want to include the SQL statement in
Properties:
-
resourceArn
(string) [required]- Amazon Resource Name (ARN) of the Aurora Serverless DB cluster
-
secretArn
(string) [required]- ARN of the secret that enables access to the DB cluster
-
transactionId
(string) [required]- Identifier of the transaction to roll back