1. Packages
  2. Packages
  3. Vantage Provider
  4. API Docs
  5. CustomProviderCostsUpload
Viewing docs for vantage 0.3.6
published on Monday, May 4, 2026 by vantage-sh
Viewing docs for vantage 0.3.6
published on Monday, May 4, 2026 by vantage-sh

    Example Usage

    Create CustomProviderCostsUpload Resource

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

    Constructor syntax

    new CustomProviderCostsUpload(name: string, args: CustomProviderCostsUploadArgs, opts?: CustomResourceOptions);
    @overload
    def CustomProviderCostsUpload(resource_name: str,
                                  args: CustomProviderCostsUploadArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def CustomProviderCostsUpload(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  csv_content: Optional[str] = None,
                                  integration_token: Optional[str] = None,
                                  auto_transform: Optional[bool] = None,
                                  filename: Optional[str] = None)
    func NewCustomProviderCostsUpload(ctx *Context, name string, args CustomProviderCostsUploadArgs, opts ...ResourceOption) (*CustomProviderCostsUpload, error)
    public CustomProviderCostsUpload(string name, CustomProviderCostsUploadArgs args, CustomResourceOptions? opts = null)
    public CustomProviderCostsUpload(String name, CustomProviderCostsUploadArgs args)
    public CustomProviderCostsUpload(String name, CustomProviderCostsUploadArgs args, CustomResourceOptions options)
    
    type: vantage:CustomProviderCostsUpload
    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 CustomProviderCostsUploadArgs
    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 CustomProviderCostsUploadArgs
    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 CustomProviderCostsUploadArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CustomProviderCostsUploadArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CustomProviderCostsUploadArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var customProviderCostsUploadResource = new Vantage.CustomProviderCostsUpload("customProviderCostsUploadResource", new()
    {
        CsvContent = "string",
        IntegrationToken = "string",
        AutoTransform = false,
        Filename = "string",
    });
    
    example, err := vantage.NewCustomProviderCostsUpload(ctx, "customProviderCostsUploadResource", &vantage.CustomProviderCostsUploadArgs{
    	CsvContent:       pulumi.String("string"),
    	IntegrationToken: pulumi.String("string"),
    	AutoTransform:    pulumi.Bool(false),
    	Filename:         pulumi.String("string"),
    })
    
    var customProviderCostsUploadResource = new CustomProviderCostsUpload("customProviderCostsUploadResource", CustomProviderCostsUploadArgs.builder()
        .csvContent("string")
        .integrationToken("string")
        .autoTransform(false)
        .filename("string")
        .build());
    
    custom_provider_costs_upload_resource = vantage.CustomProviderCostsUpload("customProviderCostsUploadResource",
        csv_content="string",
        integration_token="string",
        auto_transform=False,
        filename="string")
    
    const customProviderCostsUploadResource = new vantage.CustomProviderCostsUpload("customProviderCostsUploadResource", {
        csvContent: "string",
        integrationToken: "string",
        autoTransform: false,
        filename: "string",
    });
    
    type: vantage:CustomProviderCostsUpload
    properties:
        autoTransform: false
        csvContent: string
        filename: string
        integrationToken: string
    

    CustomProviderCostsUpload 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 CustomProviderCostsUpload resource accepts the following input properties:

    CsvContent string
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    IntegrationToken string
    The token of the Custom Provider integration to upload costs for.
    AutoTransform bool
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    Filename string
    The filename recorded by the API after upload.
    CsvContent string
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    IntegrationToken string
    The token of the Custom Provider integration to upload costs for.
    AutoTransform bool
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    Filename string
    The filename recorded by the API after upload.
    csvContent String
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    integrationToken String
    The token of the Custom Provider integration to upload costs for.
    autoTransform Boolean
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    filename String
    The filename recorded by the API after upload.
    csvContent string
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    integrationToken string
    The token of the Custom Provider integration to upload costs for.
    autoTransform boolean
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    filename string
    The filename recorded by the API after upload.
    csv_content str
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    integration_token str
    The token of the Custom Provider integration to upload costs for.
    auto_transform bool
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    filename str
    The filename recorded by the API after upload.
    csvContent String
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    integrationToken String
    The token of the Custom Provider integration to upload costs for.
    autoTransform Boolean
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    filename String
    The filename recorded by the API after upload.

    Outputs

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

    Amount string
    The total amount of costs in the upload.
    EndDate string
    The end date of the billing period covered by the upload.
    Id string
    The provider-assigned unique ID for this managed resource.
    ImportStatus string
    The import status of the upload (e.g. processing, complete, error).
    StartDate string
    The start date of the billing period covered by the upload.
    Token string
    Unique token of the costs upload.
    Amount string
    The total amount of costs in the upload.
    EndDate string
    The end date of the billing period covered by the upload.
    Id string
    The provider-assigned unique ID for this managed resource.
    ImportStatus string
    The import status of the upload (e.g. processing, complete, error).
    StartDate string
    The start date of the billing period covered by the upload.
    Token string
    Unique token of the costs upload.
    amount String
    The total amount of costs in the upload.
    endDate String
    The end date of the billing period covered by the upload.
    id String
    The provider-assigned unique ID for this managed resource.
    importStatus String
    The import status of the upload (e.g. processing, complete, error).
    startDate String
    The start date of the billing period covered by the upload.
    token String
    Unique token of the costs upload.
    amount string
    The total amount of costs in the upload.
    endDate string
    The end date of the billing period covered by the upload.
    id string
    The provider-assigned unique ID for this managed resource.
    importStatus string
    The import status of the upload (e.g. processing, complete, error).
    startDate string
    The start date of the billing period covered by the upload.
    token string
    Unique token of the costs upload.
    amount str
    The total amount of costs in the upload.
    end_date str
    The end date of the billing period covered by the upload.
    id str
    The provider-assigned unique ID for this managed resource.
    import_status str
    The import status of the upload (e.g. processing, complete, error).
    start_date str
    The start date of the billing period covered by the upload.
    token str
    Unique token of the costs upload.
    amount String
    The total amount of costs in the upload.
    endDate String
    The end date of the billing period covered by the upload.
    id String
    The provider-assigned unique ID for this managed resource.
    importStatus String
    The import status of the upload (e.g. processing, complete, error).
    startDate String
    The start date of the billing period covered by the upload.
    token String
    Unique token of the costs upload.

    Look up Existing CustomProviderCostsUpload Resource

    Get an existing CustomProviderCostsUpload resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CustomProviderCostsUploadState, opts?: CustomResourceOptions): CustomProviderCostsUpload
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            amount: Optional[str] = None,
            auto_transform: Optional[bool] = None,
            csv_content: Optional[str] = None,
            end_date: Optional[str] = None,
            filename: Optional[str] = None,
            import_status: Optional[str] = None,
            integration_token: Optional[str] = None,
            start_date: Optional[str] = None,
            token: Optional[str] = None) -> CustomProviderCostsUpload
    func GetCustomProviderCostsUpload(ctx *Context, name string, id IDInput, state *CustomProviderCostsUploadState, opts ...ResourceOption) (*CustomProviderCostsUpload, error)
    public static CustomProviderCostsUpload Get(string name, Input<string> id, CustomProviderCostsUploadState? state, CustomResourceOptions? opts = null)
    public static CustomProviderCostsUpload get(String name, Output<String> id, CustomProviderCostsUploadState state, CustomResourceOptions options)
    resources:  _:    type: vantage:CustomProviderCostsUpload    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Amount string
    The total amount of costs in the upload.
    AutoTransform bool
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    CsvContent string
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    EndDate string
    The end date of the billing period covered by the upload.
    Filename string
    The filename recorded by the API after upload.
    ImportStatus string
    The import status of the upload (e.g. processing, complete, error).
    IntegrationToken string
    The token of the Custom Provider integration to upload costs for.
    StartDate string
    The start date of the billing period covered by the upload.
    Token string
    Unique token of the costs upload.
    Amount string
    The total amount of costs in the upload.
    AutoTransform bool
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    CsvContent string
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    EndDate string
    The end date of the billing period covered by the upload.
    Filename string
    The filename recorded by the API after upload.
    ImportStatus string
    The import status of the upload (e.g. processing, complete, error).
    IntegrationToken string
    The token of the Custom Provider integration to upload costs for.
    StartDate string
    The start date of the billing period covered by the upload.
    Token string
    Unique token of the costs upload.
    amount String
    The total amount of costs in the upload.
    autoTransform Boolean
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    csvContent String
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    endDate String
    The end date of the billing period covered by the upload.
    filename String
    The filename recorded by the API after upload.
    importStatus String
    The import status of the upload (e.g. processing, complete, error).
    integrationToken String
    The token of the Custom Provider integration to upload costs for.
    startDate String
    The start date of the billing period covered by the upload.
    token String
    Unique token of the costs upload.
    amount string
    The total amount of costs in the upload.
    autoTransform boolean
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    csvContent string
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    endDate string
    The end date of the billing period covered by the upload.
    filename string
    The filename recorded by the API after upload.
    importStatus string
    The import status of the upload (e.g. processing, complete, error).
    integrationToken string
    The token of the Custom Provider integration to upload costs for.
    startDate string
    The start date of the billing period covered by the upload.
    token string
    Unique token of the costs upload.
    amount str
    The total amount of costs in the upload.
    auto_transform bool
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    csv_content str
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    end_date str
    The end date of the billing period covered by the upload.
    filename str
    The filename recorded by the API after upload.
    import_status str
    The import status of the upload (e.g. processing, complete, error).
    integration_token str
    The token of the Custom Provider integration to upload costs for.
    start_date str
    The start date of the billing period covered by the upload.
    token str
    Unique token of the costs upload.
    amount String
    The total amount of costs in the upload.
    autoTransform Boolean
    When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
    csvContent String
    CSV content to upload as costs data. Must conform to the FOCUS format unless auto_transform is enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes.
    endDate String
    The end date of the billing period covered by the upload.
    filename String
    The filename recorded by the API after upload.
    importStatus String
    The import status of the upload (e.g. processing, complete, error).
    integrationToken String
    The token of the Custom Provider integration to upload costs for.
    startDate String
    The start date of the billing period covered by the upload.
    token String
    Unique token of the costs upload.

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    Viewing docs for vantage 0.3.6
    published on Monday, May 4, 2026 by vantage-sh
      Try Pulumi Cloud free. Your team will thank you.