Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::IAM::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(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(id: 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: volcenginecc:iam/getProject:getProject
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getProject Result
The following output properties are available:
- Account
Id int - Account ID
- Created
Time string - Creation Time
- Description string
- Description
- Display
Name string - Display Name
- Has
Permission bool - Visible
- Id string
- Uniquely identifies the resource.
- Parent
Project stringName - Parent Project Name
- Path string
- Project Path
- Project
Name string - Project Name
- Status string
- Enabled Status
- Updated
Time string - Update Time
- Account
Id int - Account ID
- Created
Time string - Creation Time
- Description string
- Description
- Display
Name string - Display Name
- Has
Permission bool - Visible
- Id string
- Uniquely identifies the resource.
- Parent
Project stringName - Parent Project Name
- Path string
- Project Path
- Project
Name string - Project Name
- Status string
- Enabled Status
- Updated
Time string - Update Time
- account
Id Integer - Account ID
- created
Time String - Creation Time
- description String
- Description
- display
Name String - Display Name
- has
Permission Boolean - Visible
- id String
- Uniquely identifies the resource.
- parent
Project StringName - Parent Project Name
- path String
- Project Path
- project
Name String - Project Name
- status String
- Enabled Status
- updated
Time String - Update Time
- account
Id number - Account ID
- created
Time string - Creation Time
- description string
- Description
- display
Name string - Display Name
- has
Permission boolean - Visible
- id string
- Uniquely identifies the resource.
- parent
Project stringName - Parent Project Name
- path string
- Project Path
- project
Name string - Project Name
- status string
- Enabled Status
- updated
Time string - Update Time
- account_
id int - Account ID
- created_
time str - Creation Time
- description str
- Description
- display_
name str - Display Name
- has_
permission bool - Visible
- id str
- Uniquely identifies the resource.
- parent_
project_ strname - Parent Project Name
- path str
- Project Path
- project_
name str - Project Name
- status str
- Enabled Status
- updated_
time str - Update Time
- account
Id Number - Account ID
- created
Time String - Creation Time
- description String
- Description
- display
Name String - Display Name
- has
Permission Boolean - Visible
- id String
- Uniquely identifies the resource.
- parent
Project StringName - Parent Project Name
- path String
- Project Path
- project
Name String - Project Name
- status String
- Enabled Status
- updated
Time String - Update Time
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
