1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bcmdataexports
  6. getExport

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Definition of AWS::BCMDataExports::Export Resource Type

    Using getExport

    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 getExport(args: GetExportArgs, opts?: InvokeOptions): Promise<GetExportResult>
    function getExportOutput(args: GetExportOutputArgs, opts?: InvokeOptions): Output<GetExportResult>
    def get_export(export_arn: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetExportResult
    def get_export_output(export_arn: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetExportResult]
    func LookupExport(ctx *Context, args *LookupExportArgs, opts ...InvokeOption) (*LookupExportResult, error)
    func LookupExportOutput(ctx *Context, args *LookupExportOutputArgs, opts ...InvokeOption) LookupExportResultOutput

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

    public static class GetExport 
    {
        public static Task<GetExportResult> InvokeAsync(GetExportArgs args, InvokeOptions? opts = null)
        public static Output<GetExportResult> Invoke(GetExportInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExportResult> getExport(GetExportArgs args, InvokeOptions options)
    public static Output<GetExportResult> getExport(GetExportArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bcmdataexports:getExport
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExportArn string
    The Amazon Resource Name (ARN) for this export.
    ExportArn string
    The Amazon Resource Name (ARN) for this export.
    exportArn String
    The Amazon Resource Name (ARN) for this export.
    exportArn string
    The Amazon Resource Name (ARN) for this export.
    export_arn str
    The Amazon Resource Name (ARN) for this export.
    exportArn String
    The Amazon Resource Name (ARN) for this export.

    getExport Result

    The following output properties are available:

    ExportArn string
    The Amazon Resource Name (ARN) for this export.
    ExportValue Pulumi.AwsNative.BcmDataExports.Outputs.Export
    The details that are available for an export.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Export ExportType
    The details that are available for an export.
    ExportArn string
    The Amazon Resource Name (ARN) for this export.
    Tags Tag
    export Export
    The details that are available for an export.
    exportArn String
    The Amazon Resource Name (ARN) for this export.
    tags List<Tag>
    export Export
    The details that are available for an export.
    exportArn string
    The Amazon Resource Name (ARN) for this export.
    tags Tag[]
    export Export
    The details that are available for an export.
    export_arn str
    The Amazon Resource Name (ARN) for this export.
    tags Sequence[root_Tag]
    export Property Map
    The details that are available for an export.
    exportArn String
    The Amazon Resource Name (ARN) for this export.
    tags List<Property Map>

    Supporting Types

    Export

    DataQuery Pulumi.AwsNative.BcmDataExports.Inputs.ExportDataQuery
    The data query for this specific data export.
    DestinationConfigurations Pulumi.AwsNative.BcmDataExports.Inputs.ExportDestinationConfigurations
    The destination configuration for this specific data export.
    Name string
    The name of this specific data export.
    RefreshCadence Pulumi.AwsNative.BcmDataExports.Inputs.ExportRefreshCadence
    The cadence for AWS to update the export in your S3 bucket.
    Description string
    The description for this specific data export.
    ExportArn string
    The Amazon Resource Name (ARN) for this export.
    DataQuery ExportDataQuery
    The data query for this specific data export.
    DestinationConfigurations ExportDestinationConfigurations
    The destination configuration for this specific data export.
    Name string
    The name of this specific data export.
    RefreshCadence ExportRefreshCadence
    The cadence for AWS to update the export in your S3 bucket.
    Description string
    The description for this specific data export.
    ExportArn string
    The Amazon Resource Name (ARN) for this export.
    dataQuery ExportDataQuery
    The data query for this specific data export.
    destinationConfigurations ExportDestinationConfigurations
    The destination configuration for this specific data export.
    name String
    The name of this specific data export.
    refreshCadence ExportRefreshCadence
    The cadence for AWS to update the export in your S3 bucket.
    description String
    The description for this specific data export.
    exportArn String
    The Amazon Resource Name (ARN) for this export.
    dataQuery ExportDataQuery
    The data query for this specific data export.
    destinationConfigurations ExportDestinationConfigurations
    The destination configuration for this specific data export.
    name string
    The name of this specific data export.
    refreshCadence ExportRefreshCadence
    The cadence for AWS to update the export in your S3 bucket.
    description string
    The description for this specific data export.
    exportArn string
    The Amazon Resource Name (ARN) for this export.
    data_query ExportDataQuery
    The data query for this specific data export.
    destination_configurations ExportDestinationConfigurations
    The destination configuration for this specific data export.
    name str
    The name of this specific data export.
    refresh_cadence ExportRefreshCadence
    The cadence for AWS to update the export in your S3 bucket.
    description str
    The description for this specific data export.
    export_arn str
    The Amazon Resource Name (ARN) for this export.
    dataQuery Property Map
    The data query for this specific data export.
    destinationConfigurations Property Map
    The destination configuration for this specific data export.
    name String
    The name of this specific data export.
    refreshCadence Property Map
    The cadence for AWS to update the export in your S3 bucket.
    description String
    The description for this specific data export.
    exportArn String
    The Amazon Resource Name (ARN) for this export.

    ExportCompressionOption

    ExportDataQuery

    QueryStatement string
    The query statement.
    TableConfigurations Dictionary<string, object>
    The table configuration.
    QueryStatement string
    The query statement.
    TableConfigurations map[string]interface{}
    The table configuration.
    queryStatement String
    The query statement.
    tableConfigurations Map<String,Object>
    The table configuration.
    queryStatement string
    The query statement.
    tableConfigurations {[key: string]: any}
    The table configuration.
    query_statement str
    The query statement.
    table_configurations Mapping[str, Any]
    The table configuration.
    queryStatement String
    The query statement.
    tableConfigurations Map<Any>
    The table configuration.

    ExportDestinationConfigurations

    S3Destination Pulumi.AwsNative.BcmDataExports.Inputs.ExportS3Destination
    An object that describes the destination of the data exports file.
    S3Destination ExportS3Destination
    An object that describes the destination of the data exports file.
    s3Destination ExportS3Destination
    An object that describes the destination of the data exports file.
    s3Destination ExportS3Destination
    An object that describes the destination of the data exports file.
    s3_destination ExportS3Destination
    An object that describes the destination of the data exports file.
    s3Destination Property Map
    An object that describes the destination of the data exports file.

    ExportFormatOption

    ExportFrequencyOption

    ExportOverwriteOption

    ExportRefreshCadence

    Frequency Pulumi.AwsNative.BcmDataExports.ExportFrequencyOption
    The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
    Frequency ExportFrequencyOption
    The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
    frequency ExportFrequencyOption
    The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
    frequency ExportFrequencyOption
    The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
    frequency ExportFrequencyOption
    The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
    frequency "SYNCHRONOUS"
    The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.

    ExportS3Destination

    S3Bucket string
    The name of the Amazon S3 bucket used as the destination of a data export file.
    S3OutputConfigurations Pulumi.AwsNative.BcmDataExports.Inputs.ExportS3OutputConfigurations
    The output configuration for the data export.
    S3Prefix string
    The S3 path prefix you want prepended to the name of your data export.
    S3Region string
    The S3 bucket Region.
    S3BucketOwner string
    S3Bucket string
    The name of the Amazon S3 bucket used as the destination of a data export file.
    S3OutputConfigurations ExportS3OutputConfigurations
    The output configuration for the data export.
    S3Prefix string
    The S3 path prefix you want prepended to the name of your data export.
    S3Region string
    The S3 bucket Region.
    S3BucketOwner string
    s3Bucket String
    The name of the Amazon S3 bucket used as the destination of a data export file.
    s3OutputConfigurations ExportS3OutputConfigurations
    The output configuration for the data export.
    s3Prefix String
    The S3 path prefix you want prepended to the name of your data export.
    s3Region String
    The S3 bucket Region.
    s3BucketOwner String
    s3Bucket string
    The name of the Amazon S3 bucket used as the destination of a data export file.
    s3OutputConfigurations ExportS3OutputConfigurations
    The output configuration for the data export.
    s3Prefix string
    The S3 path prefix you want prepended to the name of your data export.
    s3Region string
    The S3 bucket Region.
    s3BucketOwner string
    s3_bucket str
    The name of the Amazon S3 bucket used as the destination of a data export file.
    s3_output_configurations ExportS3OutputConfigurations
    The output configuration for the data export.
    s3_prefix str
    The S3 path prefix you want prepended to the name of your data export.
    s3_region str
    The S3 bucket Region.
    s3_bucket_owner str
    s3Bucket String
    The name of the Amazon S3 bucket used as the destination of a data export file.
    s3OutputConfigurations Property Map
    The output configuration for the data export.
    s3Prefix String
    The S3 path prefix you want prepended to the name of your data export.
    s3Region String
    The S3 bucket Region.
    s3BucketOwner String

    ExportS3OutputConfigurations

    Compression Pulumi.AwsNative.BcmDataExports.ExportCompressionOption
    The compression type for the data export.
    Format Pulumi.AwsNative.BcmDataExports.ExportFormatOption
    The file format for the data export.
    OutputType Pulumi.AwsNative.BcmDataExports.ExportS3OutputType
    The output type for the data export.
    Overwrite Pulumi.AwsNative.BcmDataExports.ExportOverwriteOption
    The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
    Compression ExportCompressionOption
    The compression type for the data export.
    Format ExportFormatOption
    The file format for the data export.
    OutputType ExportS3OutputType
    The output type for the data export.
    Overwrite ExportOverwriteOption
    The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
    compression ExportCompressionOption
    The compression type for the data export.
    format ExportFormatOption
    The file format for the data export.
    outputType ExportS3OutputType
    The output type for the data export.
    overwrite ExportOverwriteOption
    The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
    compression ExportCompressionOption
    The compression type for the data export.
    format ExportFormatOption
    The file format for the data export.
    outputType ExportS3OutputType
    The output type for the data export.
    overwrite ExportOverwriteOption
    The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
    compression ExportCompressionOption
    The compression type for the data export.
    format ExportFormatOption
    The file format for the data export.
    output_type ExportS3OutputType
    The output type for the data export.
    overwrite ExportOverwriteOption
    The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
    compression "GZIP" | "PARQUET"
    The compression type for the data export.
    format "TEXT_OR_CSV" | "PARQUET"
    The file format for the data export.
    outputType "CUSTOM"
    The output type for the data export.
    overwrite "CREATE_NEW_REPORT" | "OVERWRITE_REPORT"
    The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.

    ExportS3OutputType

    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.

    Viewing docs for AWS Cloud Control v1.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.