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

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.getCapacityManagerDataExport

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

    Using getCapacityManagerDataExport

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCapacityManagerDataExport(args: GetCapacityManagerDataExportArgs, opts?: InvokeOptions): Promise<GetCapacityManagerDataExportResult>
    function getCapacityManagerDataExportOutput(args: GetCapacityManagerDataExportOutputArgs, opts?: InvokeOptions): Output<GetCapacityManagerDataExportResult>
    def get_capacity_manager_data_export(capacity_manager_data_export_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetCapacityManagerDataExportResult
    def get_capacity_manager_data_export_output(capacity_manager_data_export_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetCapacityManagerDataExportResult]
    func LookupCapacityManagerDataExport(ctx *Context, args *LookupCapacityManagerDataExportArgs, opts ...InvokeOption) (*LookupCapacityManagerDataExportResult, error)
    func LookupCapacityManagerDataExportOutput(ctx *Context, args *LookupCapacityManagerDataExportOutputArgs, opts ...InvokeOption) LookupCapacityManagerDataExportResultOutput

    > Note: This function is named LookupCapacityManagerDataExport in the Go SDK.

    public static class GetCapacityManagerDataExport 
    {
        public static Task<GetCapacityManagerDataExportResult> InvokeAsync(GetCapacityManagerDataExportArgs args, InvokeOptions? opts = null)
        public static Output<GetCapacityManagerDataExportResult> Invoke(GetCapacityManagerDataExportInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCapacityManagerDataExportResult> getCapacityManagerDataExport(GetCapacityManagerDataExportArgs args, InvokeOptions options)
    public static Output<GetCapacityManagerDataExportResult> getCapacityManagerDataExport(GetCapacityManagerDataExportArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ec2:getCapacityManagerDataExport
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CapacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    CapacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    capacityManagerDataExportId String
    The unique identifier of the capacity manager data export.
    capacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    capacity_manager_data_export_id str
    The unique identifier of the capacity manager data export.
    capacityManagerDataExportId String
    The unique identifier of the capacity manager data export.

    getCapacityManagerDataExport Result

    The following output properties are available:

    CapacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to the capacity manager data export.
    CapacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    Tags Tag
    An array of key-value pairs to apply to the capacity manager data export.
    capacityManagerDataExportId String
    The unique identifier of the capacity manager data export.
    tags List<Tag>
    An array of key-value pairs to apply to the capacity manager data export.
    capacityManagerDataExportId string
    The unique identifier of the capacity manager data export.
    tags Tag[]
    An array of key-value pairs to apply to the capacity manager data export.
    capacity_manager_data_export_id str
    The unique identifier of the capacity manager data export.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to the capacity manager data export.
    capacityManagerDataExportId String
    The unique identifier of the capacity manager data export.
    tags List<Property Map>
    An array of key-value pairs to apply to the capacity manager data export.

    Supporting Types

    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 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