1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. CapacityManagerDataExport

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.ec2.CapacityManagerDataExport

Get Started
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource Type definition for AWS::EC2::CapacityManagerDataExport

    Create CapacityManagerDataExport Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CapacityManagerDataExport(name: string, args: CapacityManagerDataExportArgs, opts?: CustomResourceOptions);
    @overload
    def CapacityManagerDataExport(resource_name: str,
                                  args: CapacityManagerDataExportArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def CapacityManagerDataExport(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  output_format: Optional[CapacityManagerDataExportOutputFormat] = None,
                                  s3_bucket_name: Optional[str] = None,
                                  schedule: Optional[CapacityManagerDataExportSchedule] = None,
                                  s3_bucket_prefix: Optional[str] = None,
                                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewCapacityManagerDataExport(ctx *Context, name string, args CapacityManagerDataExportArgs, opts ...ResourceOption) (*CapacityManagerDataExport, error)
    public CapacityManagerDataExport(string name, CapacityManagerDataExportArgs args, CustomResourceOptions? opts = null)
    public CapacityManagerDataExport(String name, CapacityManagerDataExportArgs args)
    public CapacityManagerDataExport(String name, CapacityManagerDataExportArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:CapacityManagerDataExport
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CapacityManagerDataExportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CapacityManagerDataExportArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CapacityManagerDataExportArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CapacityManagerDataExportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CapacityManagerDataExportArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CapacityManagerDataExport Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CapacityManagerDataExport resource accepts the following input properties:

    OutputFormat Pulumi.AwsNative.Ec2.CapacityManagerDataExportOutputFormat
    The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
    S3BucketName string
    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 Pulumi.AwsNative.Ec2.CapacityManagerDataExportSchedule
    The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
    S3BucketPrefix string
    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 List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to the capacity manager data export.
    OutputFormat CapacityManagerDataExportOutputFormat
    The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
    S3BucketName string
    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 CapacityManagerDataExportSchedule
    The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
    S3BucketPrefix string
    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 TagArgs
    An array of key-value pairs to apply to the capacity manager data export.
    outputFormat CapacityManagerDataExportOutputFormat
    The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
    s3BucketName String
    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 CapacityManagerDataExportSchedule
    The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
    s3BucketPrefix String
    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 List<Tag>
    An array of key-value pairs to apply to the capacity manager data export.
    outputFormat CapacityManagerDataExportOutputFormat
    The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
    s3BucketName string
    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 CapacityManagerDataExportSchedule
    The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
    s3BucketPrefix string
    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 Tag[]
    An array of key-value pairs to apply to the capacity manager data export.
    output_format CapacityManagerDataExportOutputFormat
    The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
    s3_bucket_name str
    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 CapacityManagerDataExportSchedule
    The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
    s3_bucket_prefix str
    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 Sequence[TagArgs]
    An array of key-value pairs to apply to the capacity manager data export.
    outputFormat "csv" | "parquet"
    The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
    s3BucketName String
    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"
    The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
    s3BucketPrefix String
    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 List<Property Map>
    An array of key-value pairs to apply to the capacity manager data export.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CapacityManagerDataExport resource produces the following output properties:

    CapacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    Id string
    The provider-assigned unique ID for this managed resource.
    CapacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    Id string
    The provider-assigned unique ID for this managed resource.
    capacityManagerDataExportId String
    The unique identifier of the capacity manager data export.
    id String
    The provider-assigned unique ID for this managed resource.
    capacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    id string
    The provider-assigned unique ID for this managed resource.
    capacity_manager_data_export_id str
    The unique identifier of the capacity manager data export.
    id str
    The provider-assigned unique ID for this managed resource.
    capacityManagerDataExportId String
    The unique identifier of the capacity manager data export.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CapacityManagerDataExportOutputFormat, CapacityManagerDataExportOutputFormatArgs

    Csv
    csv
    Parquet
    parquet
    CapacityManagerDataExportOutputFormatCsv
    csv
    CapacityManagerDataExportOutputFormatParquet
    parquet
    Csv
    csv
    Parquet
    parquet
    Csv
    csv
    Parquet
    parquet
    CSV
    csv
    PARQUET
    parquet
    "csv"
    csv
    "parquet"
    parquet

    CapacityManagerDataExportSchedule, CapacityManagerDataExportScheduleArgs

    Hourly
    hourly
    CapacityManagerDataExportScheduleHourly
    hourly
    Hourly
    hourly
    Hourly
    hourly
    HOURLY
    hourly
    "hourly"
    hourly

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate