vantage.KubernetesEfficiencyReport
Explore with Pulumi AI
Create KubernetesEfficiencyReport Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KubernetesEfficiencyReport(name: string, args: KubernetesEfficiencyReportArgs, opts?: CustomResourceOptions);
@overload
def KubernetesEfficiencyReport(resource_name: str,
args: KubernetesEfficiencyReportArgs,
opts: Optional[ResourceOptions] = None)
@overload
def KubernetesEfficiencyReport(resource_name: str,
opts: Optional[ResourceOptions] = None,
title: Optional[str] = None,
workspace_token: Optional[str] = None,
aggregated_by: 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,
start_date: Optional[str] = None)
func NewKubernetesEfficiencyReport(ctx *Context, name string, args KubernetesEfficiencyReportArgs, opts ...ResourceOption) (*KubernetesEfficiencyReport, error)
public KubernetesEfficiencyReport(string name, KubernetesEfficiencyReportArgs args, CustomResourceOptions? opts = null)
public KubernetesEfficiencyReport(String name, KubernetesEfficiencyReportArgs args)
public KubernetesEfficiencyReport(String name, KubernetesEfficiencyReportArgs args, CustomResourceOptions options)
type: vantage:KubernetesEfficiencyReport
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 KubernetesEfficiencyReportArgs
- 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 KubernetesEfficiencyReportArgs
- 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 KubernetesEfficiencyReportArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KubernetesEfficiencyReportArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KubernetesEfficiencyReportArgs
- 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 kubernetesEfficiencyReportResource = new Vantage.KubernetesEfficiencyReport("kubernetesEfficiencyReportResource", new()
{
Title = "string",
WorkspaceToken = "string",
AggregatedBy = "string",
DateBucket = "string",
DateInterval = "string",
EndDate = "string",
Filter = "string",
Groupings = new[]
{
"string",
},
StartDate = "string",
});
example, err := vantage.NewKubernetesEfficiencyReport(ctx, "kubernetesEfficiencyReportResource", &vantage.KubernetesEfficiencyReportArgs{
Title: pulumi.String("string"),
WorkspaceToken: pulumi.String("string"),
AggregatedBy: 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"),
},
StartDate: pulumi.String("string"),
})
var kubernetesEfficiencyReportResource = new KubernetesEfficiencyReport("kubernetesEfficiencyReportResource", KubernetesEfficiencyReportArgs.builder()
.title("string")
.workspaceToken("string")
.aggregatedBy("string")
.dateBucket("string")
.dateInterval("string")
.endDate("string")
.filter("string")
.groupings("string")
.startDate("string")
.build());
kubernetes_efficiency_report_resource = vantage.KubernetesEfficiencyReport("kubernetesEfficiencyReportResource",
title="string",
workspace_token="string",
aggregated_by="string",
date_bucket="string",
date_interval="string",
end_date="string",
filter="string",
groupings=["string"],
start_date="string")
const kubernetesEfficiencyReportResource = new vantage.KubernetesEfficiencyReport("kubernetesEfficiencyReportResource", {
title: "string",
workspaceToken: "string",
aggregatedBy: "string",
dateBucket: "string",
dateInterval: "string",
endDate: "string",
filter: "string",
groupings: ["string"],
startDate: "string",
});
type: vantage:KubernetesEfficiencyReport
properties:
aggregatedBy: string
dateBucket: string
dateInterval: string
endDate: string
filter: string
groupings:
- string
startDate: string
title: string
workspaceToken: string
KubernetesEfficiencyReport 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 KubernetesEfficiencyReport resource accepts the following input properties:
- Title string
- The title of the KubernetesEfficiencyReport.
- Workspace
Token string - The Workspace in which the KubernetesEfficiencyReport will be created.
- Aggregated
By string - The column by which the costs are aggregated.
- Date
Bucket string - The date bucket of the KubernetesEfficiencyReport.
- Date
Interval string - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- End
Date string - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings List<string>
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- Start
Date string - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the KubernetesEfficiencyReport.
- Workspace
Token string - The Workspace in which the KubernetesEfficiencyReport will be created.
- Aggregated
By string - The column by which the costs are aggregated.
- Date
Bucket string - The date bucket of the KubernetesEfficiencyReport.
- Date
Interval string - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- End
Date string - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings []string
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- Start
Date string - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the KubernetesEfficiencyReport.
- workspace
Token String - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated
By String - The column by which the costs are aggregated.
- date
Bucket String - The date bucket of the KubernetesEfficiencyReport.
- date
Interval String - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- end
Date String - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start
Date String - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title string
- The title of the KubernetesEfficiencyReport.
- workspace
Token string - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated
By string - The column by which the costs are aggregated.
- date
Bucket string - The date bucket of the KubernetesEfficiencyReport.
- date
Interval string - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- end
Date string - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter string
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings string[]
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start
Date string - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title str
- The title of the KubernetesEfficiencyReport.
- workspace_
token str - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated_
by str - The column by which the costs are aggregated.
- date_
bucket str - The date bucket of the KubernetesEfficiencyReport.
- date_
interval str - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- end_
date str - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter str
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings Sequence[str]
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start_
date str - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the KubernetesEfficiencyReport.
- workspace
Token String - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated
By String - The column by which the costs are aggregated.
- date
Bucket String - The date bucket of the KubernetesEfficiencyReport.
- date
Interval String - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- end
Date String - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start
Date String - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the KubernetesEfficiencyReport 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 KubernetesEfficiencyReport 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 KubernetesEfficiencyReport.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Default bool
- Indicates whether the KubernetesEfficiencyReport 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 KubernetesEfficiencyReport.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default_ Boolean
- Indicates whether the KubernetesEfficiencyReport 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 KubernetesEfficiencyReport.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default boolean
- Indicates whether the KubernetesEfficiencyReport 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 KubernetesEfficiencyReport.
- created_
at str - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default bool
- Indicates whether the KubernetesEfficiencyReport 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 KubernetesEfficiencyReport.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- default Boolean
- Indicates whether the KubernetesEfficiencyReport 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 KubernetesEfficiencyReport.
Look up Existing KubernetesEfficiencyReport Resource
Get an existing KubernetesEfficiencyReport 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?: KubernetesEfficiencyReportState, opts?: CustomResourceOptions): KubernetesEfficiencyReport
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aggregated_by: Optional[str] = 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,
start_date: Optional[str] = None,
title: Optional[str] = None,
token: Optional[str] = None,
user_token: Optional[str] = None,
workspace_token: Optional[str] = None) -> KubernetesEfficiencyReport
func GetKubernetesEfficiencyReport(ctx *Context, name string, id IDInput, state *KubernetesEfficiencyReportState, opts ...ResourceOption) (*KubernetesEfficiencyReport, error)
public static KubernetesEfficiencyReport Get(string name, Input<string> id, KubernetesEfficiencyReportState? state, CustomResourceOptions? opts = null)
public static KubernetesEfficiencyReport get(String name, Output<String> id, KubernetesEfficiencyReportState state, CustomResourceOptions options)
resources: _: type: vantage:KubernetesEfficiencyReport 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.
- Aggregated
By string - The column by which the costs are aggregated.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Date
Bucket string - The date bucket of the KubernetesEfficiencyReport.
- Date
Interval string - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- Default bool
- Indicates whether the KubernetesEfficiencyReport is the default report.
- End
Date string - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings List<string>
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- Start
Date string - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the KubernetesEfficiencyReport.
- Token string
- The token of the report
- User
Token string - The token for the User who created this KubernetesEfficiencyReport.
- Workspace
Token string - The Workspace in which the KubernetesEfficiencyReport will be created.
- Aggregated
By string - The column by which the costs are aggregated.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Date
Bucket string - The date bucket of the KubernetesEfficiencyReport.
- Date
Interval string - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- Default bool
- Indicates whether the KubernetesEfficiencyReport is the default report.
- End
Date string - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Filter string
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- Groupings []string
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- Start
Date string - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the KubernetesEfficiencyReport.
- Token string
- The token of the report
- User
Token string - The token for the User who created this KubernetesEfficiencyReport.
- Workspace
Token string - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated
By String - The column by which the costs are aggregated.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date
Bucket String - The date bucket of the KubernetesEfficiencyReport.
- date
Interval String - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- default_ Boolean
- Indicates whether the KubernetesEfficiencyReport is the default report.
- end
Date String - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start
Date String - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the KubernetesEfficiencyReport.
- token String
- The token of the report
- user
Token String - The token for the User who created this KubernetesEfficiencyReport.
- workspace
Token String - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated
By string - The column by which the costs are aggregated.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date
Bucket string - The date bucket of the KubernetesEfficiencyReport.
- date
Interval string - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- default boolean
- Indicates whether the KubernetesEfficiencyReport is the default report.
- end
Date string - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter string
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings string[]
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start
Date string - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title string
- The title of the KubernetesEfficiencyReport.
- token string
- The token of the report
- user
Token string - The token for the User who created this KubernetesEfficiencyReport.
- workspace
Token string - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated_
by str - The column by which the costs are aggregated.
- created_
at str - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date_
bucket str - The date bucket of the KubernetesEfficiencyReport.
- date_
interval str - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- default bool
- Indicates whether the KubernetesEfficiencyReport is the default report.
- end_
date str - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter str
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings Sequence[str]
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start_
date str - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title str
- The title of the KubernetesEfficiencyReport.
- token str
- The token of the report
- user_
token str - The token for the User who created this KubernetesEfficiencyReport.
- workspace_
token str - The Workspace in which the KubernetesEfficiencyReport will be created.
- aggregated
By String - The column by which the costs are aggregated.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- date
Bucket String - The date bucket of the KubernetesEfficiencyReport.
- date
Interval String - The date interval of the KubernetesEfficiencyReport. Incompatible with 'startdate' and 'enddate' parameters. Defaults to 'thismonth' if startdate and end_date are not provided.
- default Boolean
- Indicates whether the KubernetesEfficiencyReport is the default report.
- end
Date String - The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- filter String
- The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
- groupings List<String>
- Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: clusterid, namespace, labeled, category, label, label:\n\nname>.
- start
Date String - The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the KubernetesEfficiencyReport.
- token String
- The token of the report
- user
Token String - The token for the User who created this KubernetesEfficiencyReport.
- workspace
Token String - The Workspace in which the KubernetesEfficiencyReport will be created.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.