aws.ec2.describe_mac_hosts
Example SQL Queries
SELECT * FROMaws.ec2.describe_mac_hosts;Description
Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filters.
| STRUCT( |
Show child fields
| |
| host_ids Input Column The IDs of the EC2 Mac Dedicated Hosts. | VARCHAR[] |
Show child fields
| |
| _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 |
| host_id The EC2 Mac Dedicated Host ID. | VARCHAR |
| mac_os_latest_supported_versions The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded. | VARCHAR[] |
Show child fields
| |