aws.outposts.get_outpost_instance_types
Example SQL Queries
SELECT * FROMaws.outposts.get_outpost_instance_typesWHERE"outpost_id" = 'VALUE';Description
Gets the instance types for the specified Outpost.
Table Definition
| Column Name | Column Data Type |
|---|---|
| outpost_id Required Input Column The ID of the Outpost. | 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 |
| instance_types Information about the instance types. | STRUCT( |
Show child fields
| |
| outpost_arn The Amazon Resource Name (ARN) of the Outpost. | VARCHAR |