aws.dms.describe_fleet_advisor_lsa_analysis
Example SQL Queries
SELECT * FROMaws.dms.describe_fleet_advisor_lsa_analysis;Description
Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| analysis A list of FleetAdvisorLsaAnalysisResponse objects. | STRUCT( |
Show child fields
| |