vantage.ResourceReport
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as vantage from "@pulumi/vantage";
const demoResourceReport = new vantage.ResourceReport("demoResourceReport", {
filter: "resources.provider = 'aws' AND resources.type = 'aws_cloudtrail'",
title: "Demo Resource Report",
workspaceToken: "wrkspc_47c3254c790e9351",
});
import pulumi
import pulumi_vantage as vantage
demo_resource_report = vantage.ResourceReport("demoResourceReport",
filter="resources.provider = 'aws' AND resources.type = 'aws_cloudtrail'",
title="Demo Resource Report",
workspace_token="wrkspc_47c3254c790e9351")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/vantage/vantage"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vantage.NewResourceReport(ctx, "demoResourceReport", &vantage.ResourceReportArgs{
Filter: pulumi.String("resources.provider = 'aws' AND resources.type = 'aws_cloudtrail'"),
Title: pulumi.String("Demo Resource Report"),
WorkspaceToken: pulumi.String("wrkspc_47c3254c790e9351"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Vantage = Pulumi.Vantage;
return await Deployment.RunAsync(() =>
{
var demoResourceReport = new Vantage.ResourceReport("demoResourceReport", new()
{
Filter = "resources.provider = 'aws' AND resources.type = 'aws_cloudtrail'",
Title = "Demo Resource Report",
WorkspaceToken = "wrkspc_47c3254c790e9351",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.vantage.ResourceReport;
import com.pulumi.vantage.ResourceReportArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var demoResourceReport = new ResourceReport("demoResourceReport", ResourceReportArgs.builder()
.filter("resources.provider = 'aws' AND resources.type = 'aws_cloudtrail'")
.title("Demo Resource Report")
.workspaceToken("wrkspc_47c3254c790e9351")
.build());
}
}
resources:
demoResourceReport:
type: vantage:ResourceReport
properties:
filter: resources.provider = 'aws' AND resources.type = 'aws_cloudtrail'
title: Demo Resource Report
workspaceToken: wrkspc_47c3254c790e9351
Create ResourceReport Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ResourceReport(name: string, args: ResourceReportArgs, opts?: CustomResourceOptions);
@overload
def ResourceReport(resource_name: str,
args: ResourceReportArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ResourceReport(resource_name: str,
opts: Optional[ResourceOptions] = None,
workspace_token: Optional[str] = None,
filter: Optional[str] = None,
title: Optional[str] = None)
func NewResourceReport(ctx *Context, name string, args ResourceReportArgs, opts ...ResourceOption) (*ResourceReport, error)
public ResourceReport(string name, ResourceReportArgs args, CustomResourceOptions? opts = null)
public ResourceReport(String name, ResourceReportArgs args)
public ResourceReport(String name, ResourceReportArgs args, CustomResourceOptions options)
type: vantage:ResourceReport
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 ResourceReportArgs
- 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 ResourceReportArgs
- 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 ResourceReportArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResourceReportArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ResourceReportArgs
- 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 resourceReportResource = new Vantage.ResourceReport("resourceReportResource", new()
{
WorkspaceToken = "string",
Filter = "string",
Title = "string",
});
example, err := vantage.NewResourceReport(ctx, "resourceReportResource", &vantage.ResourceReportArgs{
WorkspaceToken: pulumi.String("string"),
Filter: pulumi.String("string"),
Title: pulumi.String("string"),
})
var resourceReportResource = new ResourceReport("resourceReportResource", ResourceReportArgs.builder()
.workspaceToken("string")
.filter("string")
.title("string")
.build());
resource_report_resource = vantage.ResourceReport("resourceReportResource",
workspace_token="string",
filter="string",
title="string")
const resourceReportResource = new vantage.ResourceReport("resourceReportResource", {
workspaceToken: "string",
filter: "string",
title: "string",
});
type: vantage:ResourceReport
properties:
filter: string
title: string
workspaceToken: string
ResourceReport 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 ResourceReport resource accepts the following input properties:
- Workspace
Token string - The token of the Workspace to add the ResourceReport to.
- Filter string
- The VQL filter for the ResourceReport.
- Title string
- The title of the ResourceReport.
- Workspace
Token string - The token of the Workspace to add the ResourceReport to.
- Filter string
- The VQL filter for the ResourceReport.
- Title string
- The title of the ResourceReport.
- workspace
Token String - The token of the Workspace to add the ResourceReport to.
- filter String
- The VQL filter for the ResourceReport.
- title String
- The title of the ResourceReport.
- workspace
Token string - The token of the Workspace to add the ResourceReport to.
- filter string
- The VQL filter for the ResourceReport.
- title string
- The title of the ResourceReport.
- workspace_
token str - The token of the Workspace to add the ResourceReport to.
- filter str
- The VQL filter for the ResourceReport.
- title str
- The title of the ResourceReport.
- workspace
Token String - The token of the Workspace to add the ResourceReport to.
- filter String
- The VQL filter for the ResourceReport.
- title String
- The title of the ResourceReport.
Outputs
All input properties are implicitly available as output properties. Additionally, the ResourceReport resource produces the following output properties:
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - The token for the User or Team who created this ResourceReport.
- 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 ResourceReport.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - The token for the User or Team who created this ResourceReport.
- 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 ResourceReport.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - The token for the User or Team who created this ResourceReport.
- 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 ResourceReport.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By stringToken - The token for the User or Team who created this ResourceReport.
- 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 ResourceReport.
- created_
at str - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created_
by_ strtoken - The token for the User or Team who created this ResourceReport.
- 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 ResourceReport.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - The token for the User or Team who created this ResourceReport.
- 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 ResourceReport.
Look up Existing ResourceReport Resource
Get an existing ResourceReport 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?: ResourceReportState, opts?: CustomResourceOptions): ResourceReport
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_at: Optional[str] = None,
created_by_token: Optional[str] = None,
filter: Optional[str] = None,
title: Optional[str] = None,
token: Optional[str] = None,
user_token: Optional[str] = None,
workspace_token: Optional[str] = None) -> ResourceReport
func GetResourceReport(ctx *Context, name string, id IDInput, state *ResourceReportState, opts ...ResourceOption) (*ResourceReport, error)
public static ResourceReport Get(string name, Input<string> id, ResourceReportState? state, CustomResourceOptions? opts = null)
public static ResourceReport get(String name, Output<String> id, ResourceReportState state, CustomResourceOptions options)
resources: _: type: vantage:ResourceReport 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.
- Created
By stringToken - The token for the User or Team who created this ResourceReport.
- Filter string
- The VQL filter for the ResourceReport.
- Title string
- The title of the ResourceReport.
- Token string
- The token of the report
- User
Token string - The token for the User who created this ResourceReport.
- Workspace
Token string - The token of the Workspace to add the ResourceReport to.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - The token for the User or Team who created this ResourceReport.
- Filter string
- The VQL filter for the ResourceReport.
- Title string
- The title of the ResourceReport.
- Token string
- The token of the report
- User
Token string - The token for the User who created this ResourceReport.
- Workspace
Token string - The token of the Workspace to add the ResourceReport to.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - The token for the User or Team who created this ResourceReport.
- filter String
- The VQL filter for the ResourceReport.
- title String
- The title of the ResourceReport.
- token String
- The token of the report
- user
Token String - The token for the User who created this ResourceReport.
- workspace
Token String - The token of the Workspace to add the ResourceReport to.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By stringToken - The token for the User or Team who created this ResourceReport.
- filter string
- The VQL filter for the ResourceReport.
- title string
- The title of the ResourceReport.
- token string
- The token of the report
- user
Token string - The token for the User who created this ResourceReport.
- workspace
Token string - The token of the Workspace to add the ResourceReport to.
- created_
at str - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created_
by_ strtoken - The token for the User or Team who created this ResourceReport.
- filter str
- The VQL filter for the ResourceReport.
- title str
- The title of the ResourceReport.
- token str
- The token of the report
- user_
token str - The token for the User who created this ResourceReport.
- workspace_
token str - The token of the Workspace to add the ResourceReport to.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - The token for the User or Team who created this ResourceReport.
- filter String
- The VQL filter for the ResourceReport.
- title String
- The title of the ResourceReport.
- token String
- The token of the report
- user
Token String - The token for the User who created this ResourceReport.
- workspace
Token String - The token of the Workspace to add the ResourceReport to.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.