published on Monday, May 4, 2026 by vantage-sh
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:
- Csv
Content string - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - Integration
Token string - 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 string
- The filename recorded by the API after upload.
- Csv
Content string - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - Integration
Token string - 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 string
- The filename recorded by the API after upload.
- csv
Content String - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - integration
Token String - The token of the Custom Provider integration to upload costs for.
- auto
Transform 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 string - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - integration
Token string - The token of the Custom Provider integration to upload costs for.
- auto
Transform 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_transformis 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.
- csv
Content String - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - integration
Token String - The token of the Custom Provider integration to upload costs for.
- auto
Transform 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.
- End
Date string - The end date of the billing period covered by 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 billing period covered by 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 billing period covered by 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 billing period covered by 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 billing period covered by 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 billing period covered by 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 billing period covered by 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 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.
- end
Date String - The end date of the billing period covered by 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 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) -> 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}- 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, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
- Csv
Content string - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - End
Date string - The end date of the billing period covered by the upload.
- Filename string
- The filename recorded by the API after 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 billing period covered by 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, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
- Csv
Content string - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - End
Date string - The end date of the billing period covered by the upload.
- Filename string
- The filename recorded by the API after 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 billing period covered by 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, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
- csv
Content String - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - end
Date String - The end date of the billing period covered by the upload.
- filename String
- The filename recorded by the API after 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 billing period covered by 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, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
- csv
Content string - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - end
Date string - The end date of the billing period covered by the upload.
- filename string
- The filename recorded by the API after 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 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_transformis 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.
- auto
Transform Boolean - When true, Vantage attempts to automatically transform the CSV to match the FOCUS format. Defaults to false.
- csv
Content String - CSV content to upload as costs data. Must conform to the FOCUS format unless
auto_transformis enabled. This value is write-only and is never returned by the API; it is stored in state solely to detect changes. - end
Date String - The end date of the billing period covered by the upload.
- filename String
- The filename recorded by the API after 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 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
vantageTerraform Provider.
published on Monday, May 4, 2026 by vantage-sh
