1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tls
  6. getProject
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::TLS::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:tls/getProject:getProject
      arguments:
        # arguments dictionary

    The 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:

    CreatedTime string
    Log project creation time
    Description string
    Brief description of the log project
    IamProjectName string
    The IAM project associated with the log project
    Id string
    Uniquely identifies the resource.
    InnerNetDomain string
    Private network connection domain name
    ProjectId string
    Log project ID
    ProjectName string
    Log project name
    Tags List<Volcengine.GetProjectTag>
    Tag information
    TopicCount int
    Number of log topics in the current log project
    CreatedTime string
    Log project creation time
    Description string
    Brief description of the log project
    IamProjectName string
    The IAM project associated with the log project
    Id string
    Uniquely identifies the resource.
    InnerNetDomain string
    Private network connection domain name
    ProjectId string
    Log project ID
    ProjectName string
    Log project name
    Tags []GetProjectTag
    Tag information
    TopicCount int
    Number of log topics in the current log project
    createdTime String
    Log project creation time
    description String
    Brief description of the log project
    iamProjectName String
    The IAM project associated with the log project
    id String
    Uniquely identifies the resource.
    innerNetDomain String
    Private network connection domain name
    projectId String
    Log project ID
    projectName String
    Log project name
    tags List<GetProjectTag>
    Tag information
    topicCount Integer
    Number of log topics in the current log project
    createdTime string
    Log project creation time
    description string
    Brief description of the log project
    iamProjectName string
    The IAM project associated with the log project
    id string
    Uniquely identifies the resource.
    innerNetDomain string
    Private network connection domain name
    projectId string
    Log project ID
    projectName string
    Log project name
    tags GetProjectTag[]
    Tag information
    topicCount number
    Number of log topics in the current log project
    created_time str
    Log project creation time
    description str
    Brief description of the log project
    iam_project_name str
    The IAM project associated with the log project
    id str
    Uniquely identifies the resource.
    inner_net_domain str
    Private network connection domain name
    project_id str
    Log project ID
    project_name str
    Log project name
    tags Sequence[GetProjectTag]
    Tag information
    topic_count int
    Number of log topics in the current log project
    createdTime String
    Log project creation time
    description String
    Brief description of the log project
    iamProjectName String
    The IAM project associated with the log project
    id String
    Uniquely identifies the resource.
    innerNetDomain String
    Private network connection domain name
    projectId String
    Log project ID
    projectName String
    Log project name
    tags List<Property Map>
    Tag information
    topicCount Number
    Number of log topics in the current log project

    Supporting Types

    GetProjectTag

    Key string
    Tag key
    Value string
    Tag value
    Key string
    Tag key
    Value string
    Tag value
    key String
    Tag key
    value String
    Tag value
    key string
    Tag key
    value string
    Tag value
    key str
    Tag key
    value str
    Tag value
    key String
    Tag key
    value String
    Tag value

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.