Skip to content

aws.dms.describe_fleet_advisor_databases

Example SQL Queries

SELECT * FROM
aws.dms.describe_fleet_advisor_databases;

Description

Returns a list of Fleet Advisor databases in your account.

Table Definition

Column NameColumn Data Type
filters Input Column

If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:

  • database-id – The ID of the database.

  • database-name – The name of the database.

  • database-engine – The name of the database engine.

  • server-ip-address – The IP address of the database server.

  • database-ip-address – The IP address of the database.

  • collector-name – The name of the associated Fleet Advisor collector.

An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"

STRUCT(
"name" VARCHAR,
"values" VARCHAR[]
)[]
Show child fields
filters[]
Show child fields
filters[].name

The name of the filter as specified for a Describe* or similar operation.

filters[].values[]
max_records Input Column

Sets the maximum number of records returned in the response.

BIGINT
next_token Input Column

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
databases

Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.

STRUCT(
"database_id" VARCHAR,
"database_name" VARCHAR,
"ip_address" VARCHAR,
"number_of_schemas" BIGINT,
"server" STRUCT(
"server_id" VARCHAR,
"ip_address" VARCHAR,
"server_name" VARCHAR
),
"software_details" STRUCT(
"engine" VARCHAR,
"engine_version" VARCHAR,
"engine_edition" VARCHAR,
"service_pack" VARCHAR,
"support_level" VARCHAR,
"os_architecture" BIGINT,
"tooltip" VARCHAR
),
"collectors" STRUCT(
"collector_referenced_id" VARCHAR,
"collector_name" VARCHAR
)[]
)[]
Show child fields
databases[]
Show child fields
databases[].collectors[]
Show child fields
databases[].collectors[].collector_name

The name of the Fleet Advisor collector.

databases[].collectors[].collector_referenced_id

The reference ID of the Fleet Advisor collector.

databases[].database_id

The ID of a database in a Fleet Advisor collector inventory.

databases[].database_name

The name of a database in a Fleet Advisor collector inventory.

databases[].ip_address

The IP address of a database in a Fleet Advisor collector inventory.

databases[].number_of_schemas

The number of schemas in a Fleet Advisor collector inventory database.

databases[].server

The server name of a database in a Fleet Advisor collector inventory.

Show child fields
databases[].server.ip_address

The IP address of a server in a Fleet Advisor collector inventory.

databases[].server.server_id

The ID of a server in a Fleet Advisor collector inventory.

databases[].server.server_name

The name address of a server in a Fleet Advisor collector inventory.

databases[].software_details

The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.

Show child fields
databases[].software_details.engine

The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.

databases[].software_details.engine_edition

The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.

databases[].software_details.engine_version

The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.

databases[].software_details.os_architecture

The operating system architecture of the database.

databases[].software_details.service_pack

The service pack level of the database.

databases[].software_details.support_level

The support level of the database, for example Mainstream support.

databases[].software_details.tooltip

Information about the database engine software, for example Mainstream support ends on November 14th, 2024.