--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_capacity_reservation_fleet Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::EC2::CapacityReservationFleet --- # awscc_ec2_capacity_reservation_fleet (Resource) Resource Type definition for AWS::EC2::CapacityReservationFleet ## Schema ### Optional - `allocation_strategy` (String) - `end_date` (String) - `instance_match_criteria` (String) - `instance_type_specifications` (Attributes Set) (see [below for nested schema](#nestedatt--instance_type_specifications)) - `no_remove_end_date` (Boolean) - `remove_end_date` (Boolean) - `tag_specifications` (Attributes List) (see [below for nested schema](#nestedatt--tag_specifications)) - `tenancy` (String) - `total_target_capacity` (Number) ### Read-Only - `capacity_reservation_fleet_id` (String) - `id` (String) Uniquely identifies the resource. ### Nested Schema for `instance_type_specifications` Optional: - `availability_zone` (String) - `availability_zone_id` (String) - `ebs_optimized` (Boolean) - `instance_platform` (String) - `instance_type` (String) - `priority` (Number) - `weight` (Number) ### Nested Schema for `tag_specifications` Optional: - `resource_type` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tag_specifications--tags)) ### Nested Schema for `tag_specifications.tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_capacity_reservation_fleet.example ```