Related topics
- Product name
- Publisher page
-
- [Amazon|Amazon]
- Category
- Cloud
- Release
- TKU 2018-Nov-1
- Publisher link
MySQL is an open source relational database. Amazon RDS for MySQL database instances are pre-configured with parameters and settings for the server type you have selected. A DB instance is the basic building block of Amazon RDS. Within it you can create multiple databases.
Identification
Triggers
| Pattern | Trigger Node | Attribute | Condition | Argument |
|---|---|---|---|---|
| Databases | SoftwareInstance | type type type cloud __provider | = | 'MySQL Database Server' 'MariaDB Database Server' 'Aurora Database Server' 'true' 'aws' |
| Tables | Database | logical_database_type cloud __provider | matches and = and = | (MySQL | MariaDB | Aurora) Database Schema 'true' 'aws' |
Endpoints in the REST APIs
| REST APIs | Comments |
|---|---|
Attributes
Pattern models the following nodes with attributes and values:
| NodeKind | Attribute | Default value/Comments |
|---|---|---|
| Database | name | <DB Schema Type> <DB Name> |
| short_name | <DB Name> | |
| type | <DB Schema Type> | |
| instance | <DB Name> | |
| logical_database_type | <DB Schema Type> | |
| full_type | <DB Schema Type> | |
| DatabaseDetail | name | SQL Database Table <Table Name> |
| short_name | <Table Name> | |
| instance | <Table Name> | |
| type | SQL Database Table |
The following DB types are available
| DB Type | DB Schema Type |
|---|---|
| Aurora Database Server | Aurora Database Schema |
| MySQL Database Server | MySQL Database Schema |
| Percona Database Server | Percona Database Schema |
| MariaDB Database Server | MariaDB Database Schema |
| Infobright Community Edition | Infobright ICE Database Schema |
| Infobright Enterprise Edition | Infobright IEE Database Schema |
| Default | MySQL Database Schema |