published on Thursday, Sep 10, 2026 by vantage-sh
published on Thursday, Sep 10, 2026 by vantage-sh
Uploads a CSV of costs for a Custom Provider integration.
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.
resource "vantage_custom_provider_costs_upload" "name" {
# resource properties
}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"),
})
resource "vantage_custom_provider_costs_upload" "customProviderCostsUploadResource" {
lifecycle {
create_before_destroy = true
}
csv_content = "string"
integration_token = "string"
auto_transform = false
filename = "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:
- Csv
Content string - CSV content to upload as costs data.
- Integration
Token string - The token of the Custom Provider integration to upload costs for.
- Auto
Transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- Filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload.
- Csv
Content string - CSV content to upload as costs data.
- Integration
Token string - The token of the Custom Provider integration to upload costs for.
- Auto
Transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- Filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload.
- csv_
content string - CSV content to upload as costs data.
- integration_
token string - The token of the Custom Provider integration to upload costs for.
- auto_
transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload.
- csv
Content String - CSV content to upload as costs data.
- integration
Token String - The token of the Custom Provider integration to upload costs for.
- auto
Transform Boolean - When true, attempts to automatically transform the CSV to match the FOCUS format.
- filename String
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload.
- csv
Content string - CSV content to upload as costs data.
- integration
Token string - The token of the Custom Provider integration to upload costs for.
- auto
Transform boolean - When true, attempts to automatically transform the CSV to match the FOCUS format.
- filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload.
- csv_
content str - CSV content to upload as costs data.
- integration_
token str - The token of the Custom Provider integration to upload costs for.
- auto_
transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- filename str
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload.
- csv
Content String - CSV content to upload as costs data.
- integration
Token String - The token of the Custom Provider integration to upload costs for.
- auto
Transform Boolean - When true, attempts to automatically transform the CSV to match the FOCUS format.
- filename String
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new 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.
- End
Date string - The end date of the costs in the upload.
- Id string
- The provider-assigned unique ID for this managed resource.
- Import
Status string - The import status of the upload (e.g. processing, complete, error).
- Start
Date string - The start date of the costs in the upload.
- Token string
- Unique token of the costs upload.
- Amount string
- The total amount of costs in the upload.
- End
Date string - The end date of the costs in the upload.
- Id string
- The provider-assigned unique ID for this managed resource.
- Import
Status string - The import status of the upload (e.g. processing, complete, error).
- Start
Date string - The start date of the costs in the upload.
- Token string
- Unique token of the costs upload.
- amount string
- The total amount of costs in the upload.
- end_
date string - The end date of the costs in the upload.
- id string
- The provider-assigned unique ID for this managed resource.
- import_
status string - The import status of the upload (e.g. processing, complete, error).
- start_
date string - The start date of the costs in the upload.
- token string
- Unique token of the costs upload.
- amount String
- The total amount of costs in the upload.
- end
Date String - The end date of the costs in the upload.
- id String
- The provider-assigned unique ID for this managed resource.
- import
Status String - The import status of the upload (e.g. processing, complete, error).
- start
Date String - The start date of the costs in the upload.
- token String
- Unique token of the costs upload.
- amount string
- The total amount of costs in the upload.
- end
Date string - The end date of the costs in the upload.
- id string
- The provider-assigned unique ID for this managed resource.
- import
Status string - The import status of the upload (e.g. processing, complete, error).
- start
Date string - The start date of the costs in 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 costs in 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 costs in the upload.
- token str
- Unique token of the costs upload.
- amount String
- The total amount of costs in the upload.
- end
Date String - The end date of the costs in the upload.
- id String
- The provider-assigned unique ID for this managed resource.
- import
Status String - The import status of the upload (e.g. processing, complete, error).
- start
Date String - The start date of the costs in 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) -> CustomProviderCostsUploadfunc 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}import {
to = vantage_custom_provider_costs_upload.example
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.
- Amount string
- The total amount of costs in the upload.
- Auto
Transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- Csv
Content string - CSV content to upload as costs data.
- End
Date string - The end date of the costs in the upload.
- Filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload. - Import
Status string - The import status of the upload (e.g. processing, complete, error).
- Integration
Token string - The token of the Custom Provider integration to upload costs for.
- Start
Date string - The start date of the costs in the upload.
- Token string
- Unique token of the costs upload.
- Amount string
- The total amount of costs in the upload.
- Auto
Transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- Csv
Content string - CSV content to upload as costs data.
- End
Date string - The end date of the costs in the upload.
- Filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload. - Import
Status string - The import status of the upload (e.g. processing, complete, error).
- Integration
Token string - The token of the Custom Provider integration to upload costs for.
- Start
Date string - The start date of the costs in the upload.
- Token string
- Unique token of the costs upload.
- amount string
- The total amount of costs in the upload.
- auto_
transform bool - When true, attempts to automatically transform the CSV to match the FOCUS format.
- csv_
content string - CSV content to upload as costs data.
- end_
date string - The end date of the costs in the upload.
- filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload. - import_
status string - The import status of the upload (e.g. processing, complete, error).
- integration_
token string - The token of the Custom Provider integration to upload costs for.
- start_
date string - The start date of the costs in the upload.
- token string
- Unique token of the costs upload.
- amount String
- The total amount of costs in the upload.
- auto
Transform Boolean - When true, attempts to automatically transform the CSV to match the FOCUS format.
- csv
Content String - CSV content to upload as costs data.
- end
Date String - The end date of the costs in the upload.
- filename String
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload. - import
Status String - The import status of the upload (e.g. processing, complete, error).
- integration
Token String - The token of the Custom Provider integration to upload costs for.
- start
Date String - The start date of the costs in the upload.
- token String
- Unique token of the costs upload.
- amount string
- The total amount of costs in the upload.
- auto
Transform boolean - When true, attempts to automatically transform the CSV to match the FOCUS format.
- csv
Content string - CSV content to upload as costs data.
- end
Date string - The end date of the costs in the upload.
- filename string
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload. - import
Status string - The import status of the upload (e.g. processing, complete, error).
- integration
Token string - The token of the Custom Provider integration to upload costs for.
- start
Date string - The start date of the costs in 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, attempts to automatically transform the CSV to match the FOCUS format.
- csv_
content str - CSV content to upload as costs data.
- end_
date str - The end date of the costs in the upload.
- filename str
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new 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 costs in the upload.
- token str
- Unique token of the costs upload.
- amount String
- The total amount of costs in the upload.
- auto
Transform Boolean - When true, attempts to automatically transform the CSV to match the FOCUS format.
- csv
Content String - CSV content to upload as costs data.
- end
Date String - The end date of the costs in the upload.
- filename String
- Filename to use when uploading the CSV. Defaults to
costs.csv. The API records this name and returns it in thefilenameattribute after upload. Changing this value forces a new upload. - import
Status String - The import status of the upload (e.g. processing, complete, error).
- integration
Token String - The token of the Custom Provider integration to upload costs for.
- start
Date String - The start date of the costs in 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
vantageTerraform Provider.
published on Thursday, Sep 10, 2026 by vantage-sh