Class: Aws::Lightsail::Types::CreateRelationalDatabaseSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relational_database_nameString

The name of the database on which to base your new snapshot.

Returns:

  • (String)


4678
4679
4680
4681
4682
4683
4684
# File 'lib/aws-sdk-lightsail/types.rb', line 4678

class CreateRelationalDatabaseSnapshotRequest < Struct.new(
  :relational_database_name,
  :relational_database_snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#relational_database_snapshot_nameString

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.

Returns:

  • (String)


4678
4679
4680
4681
4682
4683
4684
# File 'lib/aws-sdk-lightsail/types.rb', line 4678

class CreateRelationalDatabaseSnapshotRequest < Struct.new(
  :relational_database_name,
  :relational_database_snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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.

Returns:



4678
4679
4680
4681
4682
4683
4684
# File 'lib/aws-sdk-lightsail/types.rb', line 4678

class CreateRelationalDatabaseSnapshotRequest < Struct.new(
  :relational_database_name,
  :relational_database_snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end