Class: Aws::Lightsail::Types::RelationalDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabase
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the database.
-
#backup_retention_enabled ⇒ Boolean
A Boolean value indicating whether automated backup retention is enabled for the database.
-
#ca_certificate_identifier ⇒ String
The certificate associated with the database.
-
#created_at ⇒ Time
The timestamp when the database was created.
-
#engine ⇒ String
The database software (for example, ‘MySQL`).
-
#engine_version ⇒ String
The database engine version (for example, ‘5.7.23`).
-
#hardware ⇒ Types::RelationalDatabaseHardware
Describes the hardware of the database.
-
#latest_restorable_time ⇒ Time
The latest point in time to which the database can be restored.
-
#location ⇒ Types::ResourceLocation
The Region name and Availability Zone where the database is located.
-
#master_database_name ⇒ String
The name of the master database created when the Lightsail database resource is created.
-
#master_endpoint ⇒ Types::RelationalDatabaseEndpoint
The master endpoint for the database.
-
#master_username ⇒ String
The master user name of the database.
-
#name ⇒ String
The unique name of the database resource in Lightsail.
-
#parameter_apply_status ⇒ String
The status of parameter updates for the database.
-
#pending_maintenance_actions ⇒ Array<Types::PendingMaintenanceAction>
Describes the pending maintenance actions for the database.
-
#pending_modified_values ⇒ Types::PendingModifiedRelationalDatabaseValues
Describes pending database value modifications.
-
#preferred_backup_window ⇒ String
The daily time range during which automated backups are created for the database (for example, ‘16:00-16:30`).
-
#preferred_maintenance_window ⇒ String
The weekly time range during which system maintenance can occur on the database.
-
#publicly_accessible ⇒ Boolean
A Boolean value indicating whether the database is publicly accessible.
-
#relational_database_blueprint_id ⇒ String
The blueprint ID for the database.
-
#relational_database_bundle_id ⇒ String
The bundle ID for the database.
-
#resource_type ⇒ String
The Lightsail resource type for the database (for example, ‘RelationalDatabase`).
-
#secondary_availability_zone ⇒ String
Describes the secondary Availability Zone of a high availability database.
-
#state ⇒ String
Describes the current state of the database.
-
#support_code ⇒ String
The support code for the database.
-
#tags ⇒ Array<Types::Tag>
The tag keys and optional values for the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#backup_retention_enabled ⇒ Boolean
A Boolean value indicating whether automated backup retention is enabled for the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#ca_certificate_identifier ⇒ String
The certificate associated with the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the database was created. Formatted in Unix time.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The database software (for example, ‘MySQL`).
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The database engine version (for example, ‘5.7.23`).
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#hardware ⇒ Types::RelationalDatabaseHardware
Describes the hardware of the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#latest_restorable_time ⇒ Time
The latest point in time to which the database can be restored. Formatted in Unix time.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::ResourceLocation
The Region name and Availability Zone where the database is located.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#master_database_name ⇒ String
The name of the master database created when the Lightsail database resource is created.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#master_endpoint ⇒ Types::RelationalDatabaseEndpoint
The master endpoint for the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#master_username ⇒ String
The master user name of the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the database resource in Lightsail.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#parameter_apply_status ⇒ String
The status of parameter updates for the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#pending_maintenance_actions ⇒ Array<Types::PendingMaintenanceAction>
Describes the pending maintenance actions for the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#pending_modified_values ⇒ Types::PendingModifiedRelationalDatabaseValues
Describes pending database value modifications.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#preferred_backup_window ⇒ String
The daily time range during which automated backups are created for the database (for example, ‘16:00-16:30`).
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#preferred_maintenance_window ⇒ String
The weekly time range during which system maintenance can occur on the database.
In the format ‘ddd:hh24:mi-ddd:hh24:mi`. For example, `Tue:17:00-Tue:17:30`.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#publicly_accessible ⇒ Boolean
A Boolean value indicating whether the database is publicly accessible.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#relational_database_blueprint_id ⇒ String
The blueprint ID for the database. A blueprint describes the major engine version of a database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#relational_database_bundle_id ⇒ String
The bundle ID for the database. A bundle describes the performance specifications for your database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Lightsail resource type for the database (for example, ‘RelationalDatabase`).
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#secondary_availability_zone ⇒ String
Describes the secondary Availability Zone of a high availability database.
The secondary database is used for failover support of a high availability database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Describes the current state of the database.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#support_code ⇒ String
The support code for the database. Include this code in your email to support when you have questions about a database in Lightsail. This code enables our support team to look up your Lightsail information more easily.
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide].
[1]: lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags
12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12979 class RelationalDatabase < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :tags, :relational_database_blueprint_id, :relational_database_bundle_id, :master_database_name, :hardware, :state, :secondary_availability_zone, :backup_retention_enabled, :pending_modified_values, :engine, :engine_version, :latest_restorable_time, :master_username, :parameter_apply_status, :preferred_backup_window, :preferred_maintenance_window, :publicly_accessible, :master_endpoint, :pending_maintenance_actions, :ca_certificate_identifier) SENSITIVE = [] include Aws::Structure end |