rollbar 1.16.0 published on Wednesday, Apr 30, 2025 by rollbar
rollbar.getProject
Explore with Pulumi AI
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>
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]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> 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)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
fn::invoke:
function: rollbar:index/getProject:getProject
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Human readable name for the project.
- Name string
- Human readable name for the project.
- name String
- Human readable name for the project.
- name string
- Human readable name for the project.
- name str
- Human readable name for the project.
- name String
- Human readable name for the project.
getProject Result
The following output properties are available:
- Account
Id double - ID of account that owns the project
- Date
Created double - Date the project was created
- Date
Modified double - Date the project was last modified
- Id double
- ID of project
- Name string
- Status string
- Status of the project
- Account
Id float64 - ID of account that owns the project
- Date
Created float64 - Date the project was created
- Date
Modified float64 - Date the project was last modified
- Id float64
- ID of project
- Name string
- Status string
- Status of the project
- account
Id Double - ID of account that owns the project
- date
Created Double - Date the project was created
- date
Modified Double - Date the project was last modified
- id Double
- ID of project
- name String
- status String
- Status of the project
- account
Id number - ID of account that owns the project
- date
Created number - Date the project was created
- date
Modified 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
- account
Id Number - ID of account that owns the project
- date
Created Number - Date the project was created
- date
Modified 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.