vantage.FinancialCommitmentReport
Explore with Pulumi AI
Create FinancialCommitmentReport Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FinancialCommitmentReport(name: string, args: FinancialCommitmentReportArgs, opts?: CustomResourceOptions);
@overload
def FinancialCommitmentReport(resource_name: str,
args: FinancialCommitmentReportArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FinancialCommitmentReport(resource_name: str,
opts: Optional[ResourceOptions] = None,
title: Optional[str] = None,
workspace_token: Optional[str] = None,
date_bucket: Optional[str] = None,
date_interval: Optional[str] = None,
end_date: Optional[str] = None,
filter: Optional[str] = None,
groupings: Optional[Sequence[str]] = None,
on_demand_costs_scope: Optional[str] = None,
start_date: Optional[str] = None)
func NewFinancialCommitmentReport(ctx *Context, name string, args FinancialCommitmentReportArgs, opts ...ResourceOption) (*FinancialCommitmentReport, error)
public FinancialCommitmentReport(string name, FinancialCommitmentReportArgs args, CustomResourceOptions? opts = null)
public FinancialCommitmentReport(String name, FinancialCommitmentReportArgs args)
public FinancialCommitmentReport(String name, FinancialCommitmentReportArgs args, CustomResourceOptions options)
type: vantage:FinancialCommitmentReport
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 FinancialCommitmentReportArgs
- 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 FinancialCommitmentReportArgs
- 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 FinancialCommitmentReportArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FinancialCommitmentReportArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FinancialCommitmentReportArgs
- 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 financialCommitmentReportResource = new Vantage.FinancialCommitmentReport("financialCommitmentReportResource", new()
{
Title = "string",
WorkspaceToken = "string",
DateBucket = "string",
DateInterval = "string",
EndDate = "string",
Filter = "string",
Groupings = new[]
{
"string",
},
OnDemandCostsScope = "string",
StartDate = "string",
});
example, err := vantage.NewFinancialCommitmentReport(ctx, "financialCommitmentReportResource", &vantage.FinancialCommitmentReportArgs{
Title: pulumi.String("string"),
WorkspaceToken: pulumi.String("string"),
DateBucket: pulumi.String("string"),
DateInterval: pulumi.String("string"),
EndDate: pulumi.String("string"),
Filter: pulumi.String("string"),
Groupings: pulumi.StringArray{
pulumi.String("string"),
},
OnDemandCostsScope: pulumi.String("string"),
StartDate: pulumi.String("string"),
})
var financialCommitmentReportResource = new FinancialCommitmentReport("financialCommitmentReportResource", FinancialCommitmentReportArgs.builder()
.title("string")
.workspaceToken("string")
.dateBucket("string")
.dateInterval("string")
.endDate("string")
.filter("string")
.groupings("string")
.onDemandCostsScope("string")
.startDate("string")
.build());
financial_commitment_report_resource = vantage.FinancialCommitmentReport("financialCommitmentReportResource",
title="string",
workspace_token="string",
date_bucket="string",
date_interval="string",
end_date="string",
filter="string",
groupings=["string"],
on_demand_costs_scope="string",
start_date="string")
const financialCommitmentReportResource = new vantage.FinancialCommitmentReport("financialCommitmentReportResource", {
title: "string",
workspaceToken: "string",
dateBucket: "string",
dateInterval: "string",
endDate: "string",
filter: "string",
groupings: ["string"],
onDemandCostsScope: "string",
startDate: "string",
});
type: vantage:FinancialCommitmentReport
properties:
dateBucket: string
dateInterval: string
endDate: string
filter: string
groupings:
- string
onDemandCostsScope: string
startDate: string
title: string
workspaceToken: string
FinancialCommitmentReport 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 FinancialCommitmentReport resource accepts the following input properties:
- Title string
- The title of the FinancialCommitmentReport.
- Workspace
Token string - The Workspace in which the FinancialCommitmentReport will be created.
- Date
Bucket string - The date bucket of the FinancialCommitmentReport.
- Date
Interval string - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- End
Date string - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings List<string>
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- On
Demand stringCosts Scope - The scope for the costs. Possible values: discountable, all.
- Start
Date string - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the FinancialCommitmentReport.
- Workspace
Token string - The Workspace in which the FinancialCommitmentReport will be created.
- Date
Bucket string - The date bucket of the FinancialCommitmentReport.
- Date
Interval string - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- End
Date string - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings []string
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- On
Demand stringCosts Scope - The scope for the costs. Possible values: discountable, all.
- Start
Date string - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the FinancialCommitmentReport.
- workspace
Token String - The Workspace in which the FinancialCommitmentReport will be created.
- date
Bucket String - The date bucket of the FinancialCommitmentReport.
- date
Interval String - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- end
Date String - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on
Demand StringCosts Scope - The scope for the costs. Possible values: discountable, all.
- start
Date String - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title string
- The title of the FinancialCommitmentReport.
- workspace
Token string - The Workspace in which the FinancialCommitmentReport will be created.
- date
Bucket string - The date bucket of the FinancialCommitmentReport.
- date
Interval string - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- end
Date string - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter string
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings string[]
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on
Demand stringCosts Scope - The scope for the costs. Possible values: discountable, all.
- start
Date string - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title str
- The title of the FinancialCommitmentReport.
- workspace_
token str - The Workspace in which the FinancialCommitmentReport will be created.
- date_
bucket str - The date bucket of the FinancialCommitmentReport.
- date_
interval str - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- end_
date str - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter str
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings Sequence[str]
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on_
demand_ strcosts_ scope - The scope for the costs. Possible values: discountable, all.
- start_
date str - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the FinancialCommitmentReport.
- workspace
Token String - The Workspace in which the FinancialCommitmentReport will be created.
- date
Bucket String - The date bucket of the FinancialCommitmentReport.
- date
Interval String - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- end
Date String - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on
Demand StringCosts Scope - The scope for the costs. Possible values: discountable, all.
- start
Date String - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the FinancialCommitmentReport resource produces the following output properties:
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Default bool
- Indicates whether the FinancialCommitmentReport is the default report.
- Id string
- The provider-assigned unique ID for this managed resource.
- Token string
- The token of the report
- User
Token string - The token for the User who created this FinancialCommitmentReport.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Default bool
- Indicates whether the FinancialCommitmentReport is the default report.
- Id string
- The provider-assigned unique ID for this managed resource.
- Token string
- The token of the report
- User
Token string - The token for the User who created this FinancialCommitmentReport.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default_ Boolean
- Indicates whether the FinancialCommitmentReport is the default report.
- id String
- The provider-assigned unique ID for this managed resource.
- token String
- The token of the report
- user
Token String - The token for the User who created this FinancialCommitmentReport.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default boolean
- Indicates whether the FinancialCommitmentReport is the default report.
- id string
- The provider-assigned unique ID for this managed resource.
- token string
- The token of the report
- user
Token string - The token for the User who created this FinancialCommitmentReport.
- created_
at str - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default bool
- Indicates whether the FinancialCommitmentReport is the default report.
- id str
- The provider-assigned unique ID for this managed resource.
- token str
- The token of the report
- user_
token str - The token for the User who created this FinancialCommitmentReport.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default Boolean
- Indicates whether the FinancialCommitmentReport is the default report.
- id String
- The provider-assigned unique ID for this managed resource.
- token String
- The token of the report
- user
Token String - The token for the User who created this FinancialCommitmentReport.
Look up Existing FinancialCommitmentReport Resource
Get an existing FinancialCommitmentReport 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?: FinancialCommitmentReportState, opts?: CustomResourceOptions): FinancialCommitmentReport
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_at: Optional[str] = None,
date_bucket: Optional[str] = None,
date_interval: Optional[str] = None,
default: Optional[bool] = None,
end_date: Optional[str] = None,
filter: Optional[str] = None,
groupings: Optional[Sequence[str]] = None,
on_demand_costs_scope: Optional[str] = None,
start_date: Optional[str] = None,
title: Optional[str] = None,
token: Optional[str] = None,
user_token: Optional[str] = None,
workspace_token: Optional[str] = None) -> FinancialCommitmentReport
func GetFinancialCommitmentReport(ctx *Context, name string, id IDInput, state *FinancialCommitmentReportState, opts ...ResourceOption) (*FinancialCommitmentReport, error)
public static FinancialCommitmentReport Get(string name, Input<string> id, FinancialCommitmentReportState? state, CustomResourceOptions? opts = null)
public static FinancialCommitmentReport get(String name, Output<String> id, FinancialCommitmentReportState state, CustomResourceOptions options)
resources: _: type: vantage:FinancialCommitmentReport 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.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Date
Bucket string - The date bucket of the FinancialCommitmentReport.
- Date
Interval string - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- Default bool
- Indicates whether the FinancialCommitmentReport is the default report.
- End
Date string - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings List<string>
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- On
Demand stringCosts Scope - The scope for the costs. Possible values: discountable, all.
- Start
Date string - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the FinancialCommitmentReport.
- Token string
- The token of the report
- User
Token string - The token for the User who created this FinancialCommitmentReport.
- Workspace
Token string - The Workspace in which the FinancialCommitmentReport will be created.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Date
Bucket string - The date bucket of the FinancialCommitmentReport.
- Date
Interval string - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- Default bool
- Indicates whether the FinancialCommitmentReport is the default report.
- End
Date string - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings []string
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- On
Demand stringCosts Scope - The scope for the costs. Possible values: discountable, all.
- Start
Date string - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the FinancialCommitmentReport.
- Token string
- The token of the report
- User
Token string - The token for the User who created this FinancialCommitmentReport.
- Workspace
Token string - The Workspace in which the FinancialCommitmentReport will be created.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date
Bucket String - The date bucket of the FinancialCommitmentReport.
- date
Interval String - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- default_ Boolean
- Indicates whether the FinancialCommitmentReport is the default report.
- end
Date String - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on
Demand StringCosts Scope - The scope for the costs. Possible values: discountable, all.
- start
Date String - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the FinancialCommitmentReport.
- token String
- The token of the report
- user
Token String - The token for the User who created this FinancialCommitmentReport.
- workspace
Token String - The Workspace in which the FinancialCommitmentReport will be created.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date
Bucket string - The date bucket of the FinancialCommitmentReport.
- date
Interval string - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- default boolean
- Indicates whether the FinancialCommitmentReport is the default report.
- end
Date string - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter string
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings string[]
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on
Demand stringCosts Scope - The scope for the costs. Possible values: discountable, all.
- start
Date string - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title string
- The title of the FinancialCommitmentReport.
- token string
- The token of the report
- user
Token string - The token for the User who created this FinancialCommitmentReport.
- workspace
Token string - The Workspace in which the FinancialCommitmentReport will be created.
- created_
at str - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date_
bucket str - The date bucket of the FinancialCommitmentReport.
- date_
interval str - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- default bool
- Indicates whether the FinancialCommitmentReport is the default report.
- end_
date str - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter str
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings Sequence[str]
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on_
demand_ strcosts_ scope - The scope for the costs. Possible values: discountable, all.
- start_
date str - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title str
- The title of the FinancialCommitmentReport.
- token str
- The token of the report
- user_
token str - The token for the User who created this FinancialCommitmentReport.
- workspace_
token str - The Workspace in which the FinancialCommitmentReport will be created.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date
Bucket String - The date bucket of the FinancialCommitmentReport.
- date
Interval String - The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last3months'.
- default Boolean
- Indicates whether the FinancialCommitmentReport is the default report.
- end
Date String - The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: costtype, commitmenttype, service, resourceaccountid, provideraccountid, region, costcategory, costsubcategory, instancetype, tag, tag:\n\n.
- on
Demand StringCosts Scope - The scope for the costs. Possible values: discountable, all.
- start
Date String - The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the FinancialCommitmentReport.
- token String
- The token of the report
- user
Token String - The token for the User who created this FinancialCommitmentReport.
- workspace
Token String - The Workspace in which the FinancialCommitmentReport will be created.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.