ExecuteSqlRequest
public struct ExecuteSqlRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.
Declaration
Swift
public let awsSecretStoreArn: String
-
The name of the database.
Declaration
Swift
public let database: String?
-
The ARN of the Aurora Serverless DB cluster.
Declaration
Swift
public let dbClusterOrInstanceArn: String
-
The name of the database schema.
Declaration
Swift
public let schema: String?
-
One or more SQL statements to run on the DB cluster. You can separate SQL statements from each other with a semicolon (;). Any valid SQL statement is permitted, including data definition, data manipulation, and commit statements.
Declaration
Swift
public let sqlStatements: String
-
Undocumented
Declaration
Swift
public init(awsSecretStoreArn: String, database: String? = nil, dbClusterOrInstanceArn: String, schema: String? = nil, sqlStatements: String)
-
Declaration
Swift
public func validate(name: String) throws