1. Packages
  2. Rollbar Provider
  3. API Docs
  4. getProject
rollbar 1.15.1 published on Tuesday, Apr 15, 2025 by rollbar

rollbar.getProject

Explore with Pulumi AI

rollbar 1.15.1 published on Tuesday, Apr 15, 2025 by rollbar

rollbar.Project Data Source

==============================

Use this data source to retrieve information about a Rollbar project.

Using getProject

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
Copy
def get_project(name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
Copy
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
Copy

> Note: This function is named LookupProject in the Go SDK.

public static class GetProject 
{
    public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
    public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: rollbar:index/getProject:getProject
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Human readable name for the project.
Name This property is required. string
Human readable name for the project.
name This property is required. String
Human readable name for the project.
name This property is required. string
Human readable name for the project.
name This property is required. str
Human readable name for the project.
name This property is required. String
Human readable name for the project.

getProject Result

The following output properties are available:

AccountId double
ID of account that owns the project
DateCreated double
Date the project was created
DateModified double
Date the project was last modified
Id double
ID of project
Name string
Status string
Status of the project
AccountId float64
ID of account that owns the project
DateCreated float64
Date the project was created
DateModified float64
Date the project was last modified
Id float64
ID of project
Name string
Status string
Status of the project
accountId Double
ID of account that owns the project
dateCreated Double
Date the project was created
dateModified Double
Date the project was last modified
id Double
ID of project
name String
status String
Status of the project
accountId number
ID of account that owns the project
dateCreated number
Date the project was created
dateModified number
Date the project was last modified
id number
ID of project
name string
status string
Status of the project
account_id float
ID of account that owns the project
date_created float
Date the project was created
date_modified float
Date the project was last modified
id float
ID of project
name str
status str
Status of the project
accountId Number
ID of account that owns the project
dateCreated Number
Date the project was created
dateModified Number
Date the project was last modified
id Number
ID of project
name String
status String
Status of the project

Package Details

Repository
rollbar rollbar/terraform-provider-rollbar
License
Notes
This Pulumi package is based on the rollbar Terraform Provider.
rollbar 1.15.1 published on Tuesday, Apr 15, 2025 by rollbar