---
type: resource-type
title: CapacityManagerDataExport
description: aws resource type AWS::EC2::CapacityManagerDataExport
name: CapacityManagerDataExport
lexicon: aws
resource_type: AWS::EC2::CapacityManagerDataExport
---
`AWS::EC2::CapacityManagerDataExport`, a resource type of the aws lexicon.

## Properties

- `OutputFormat` (`"csv" | "parquet"`, required): The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
- `S3BucketName` (`string`, required): The name of the Amazon S3 bucket where the capacity manager data export will be stored. The bucket must exist and be accessible by EC2 Capacity Manager service.
- `Schedule` (`"hourly"`, required): The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
- `CapacityManagerDataExportId` (`string`, optional): The unique identifier of the capacity manager data export.
- `S3BucketPrefix` (`string`, optional): The prefix for the S3 bucket location where exported files will be placed. If not specified, files will be placed in the root of the bucket.
- `Tags` (`CapacityManagerDataExport_Tag[]`, optional): An array of key-value pairs to apply to the capacity manager data export.

## Attributes

- `CapacityManagerDataExportId`
