aws.groundstation.list_mission_profiles
Example SQL Queries
SELECT * FROMaws.groundstation.list_mission_profiles;Description
Returns a list of mission profiles.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| mission_profile_arn ARN of a mission profile. | VARCHAR |
| mission_profile_id UUID of a mission profile. | VARCHAR |
| name Name of a mission profile. | VARCHAR |
| region Region of a mission profile. | VARCHAR |