CreateRelationalDatabaseSnapshotRequest
public struct CreateRelationalDatabaseSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the database on which to base your new snapshot.
Declaration
Swift
public let relationalDatabaseName: String
-
The name for your new database snapshot. Constraints: Must contain from 2 to 255 alphanumeric characters, or hyphens. The first and last character must be a letter or number.
Declaration
Swift
public let relationalDatabaseSnapshotName: String
-
The tag keys and optional values to add to the resource during create. Use the TagResource action to tag a resource after it’s created.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(relationalDatabaseName: String, relationalDatabaseSnapshotName: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws