ec2fleets_list_only
Lists ec2fleets
in a region or regions, for all properties use ec2fleets
Overview
Name | ec2fleets_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::EC2Fleet |
Id | aws.ec2.ec2fleets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
target_capacity_specification | object | |
on_demand_options | object | |
type | string | |
excess_capacity_termination_policy | string | |
tag_specifications | array | |
spot_options | object | |
valid_from | string | |
replace_unhealthy_instances | boolean | |
launch_template_configs | array | |
fleet_id | string | |
terminate_instances_with_expiration | boolean | |
valid_until | string | |
context | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all ec2fleets
in a region.
SELECT
region,
fleet_id
FROM aws.ec2.ec2fleets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ec2fleets_list_only
resource, see ec2fleets