CreateDBSnapshotMessage
public struct CreateDBSnapshotMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the DB instance that you want to create the snapshot of. Constraints: Must match the identifier of an existing DBInstance.
Declaration
Swift
public let dBInstanceIdentifier: String
-
The identifier for the DB snapshot. Constraints: Can’t be null, empty, or blank Must contain from 1 to 255 letters, numbers, or hyphens First character must be a letter Can’t end with a hyphen or contain two consecutive hyphens Example: my-snapshot-id
Declaration
Swift
public let dBSnapshotIdentifier: String
-
Undocumented
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, dBSnapshotIdentifier: String, tags: [Tag]? = nil)