A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Lightsail/Types/CreateRelationalDatabaseRequest.html below:

CreateRelationalDatabaseRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::CreateRelationalDatabaseRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateRelationalDatabaseRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  relational_database_name: "ResourceName",   availability_zone: "string",
  relational_database_blueprint_id: "string",   relational_database_bundle_id: "string",   master_database_name: "string",   master_username: "string",   master_user_password: "SensitiveString",
  preferred_backup_window: "string",
  preferred_maintenance_window: "string",
  publicly_accessible: false,
  tags: [
    {
      key: "TagKey",
      value: "TagValue",
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #availability_zone ⇒ String

The Availability Zone in which to create your new database. Use the us-east-2a case-sensitive format.

You can get a list of Availability Zones by using the get regions operation. Be sure to add the include relational database Availability Zones parameter to your request.

#master_database_name ⇒ String

The name of the master database created when the Lightsail database resource is created.

Constraints:

#master_user_password ⇒ String

The password for the master user of your new database. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain 8 to 41 characters.

#master_username ⇒ String

The master user name for your new database.

Constraints:

#preferred_backup_window ⇒ String

The daily time range during which automated backups are created for your new database if automated backups are enabled.

The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. For more information about the preferred backup window time blocks for each region, see the Working With Backups guide in the Amazon Relational Database Service (Amazon RDS) documentation.

Constraints:

#preferred_maintenance_window ⇒ String

The weekly time range during which system maintenance can occur on your new database.

The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week.

Constraints:

#publicly_accessible ⇒ Boolean

Specifies the accessibility options for your new database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.

#relational_database_blueprint_id ⇒ String

The blueprint ID for your new database. A blueprint describes the major engine version of a database.

You can get a list of database blueprints IDs by using the get relational database blueprints operation.

#relational_database_bundle_id ⇒ String

The bundle ID for your new database. A bundle describes the performance specifications for your database.

You can get a list of database bundle IDs by using the get relational database bundles operation.

#relational_database_name ⇒ String

The name to use for your new database.

Constraints:

#tags ⇒ Array<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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4