class Aws::Lightsail::Types::DeleteRelationalDatabaseRequest
@note When making an API call, you may pass DeleteRelationalDatabaseRequest
data as a hash: { relational_database_name: "ResourceName", # required skip_final_snapshot: false, final_relational_database_snapshot_name: "ResourceName", }
@!attribute [rw] relational_database_name
The name of the database that you are deleting. @return [String]
@!attribute [rw] skip_final_snapshot
Determines whether a final database snapshot is created before your database is deleted. If `true` is specified, no database snapshot is created. If `false` is specified, a database snapshot is created before your database is deleted. You must specify the `final relational database snapshot name` parameter if the `skip final snapshot` parameter is `false`. Default: `false` @return [Boolean]
@!attribute [rw] final_relational_database_snapshot_name
The name of the database snapshot created if `skip final snapshot` is `false`, which is the default value for that parameter. <note markdown="1"> Specifying this parameter and also specifying the `skip final snapshot` parameter to `true` results in an error. </note> Constraints: * Must contain from 2 to 255 alphanumeric characters, or hyphens. * The first and last character must be a letter or number. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteRelationalDatabaseRequest AWS API Documentation
Constants
- SENSITIVE