1. Packages
  2. Bytepluscc Provider
  3. API Docs
  4. tls
  5. getProject
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus

    Data Source schema for Byteplus::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: bytepluscc: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
    日志项目创建时间。
    Description string
    日志项目的简单描述。
    IamProjectName string
    日志项目所属的 IAM 项目。
    Id string
    Uniquely identifies the resource.
    InnerNetDomain string
    私网连接域名。
    ProjectId string
    日志项目的 ID。
    ProjectName string
    日志项目名称。
    Tags List<Byteplus.GetProjectTag>
    标签信息。
    TopicCount int
    当前日志项目下的日志主题数量。
    CreatedTime string
    日志项目创建时间。
    Description string
    日志项目的简单描述。
    IamProjectName string
    日志项目所属的 IAM 项目。
    Id string
    Uniquely identifies the resource.
    InnerNetDomain string
    私网连接域名。
    ProjectId string
    日志项目的 ID。
    ProjectName string
    日志项目名称。
    Tags []GetProjectTag
    标签信息。
    TopicCount int
    当前日志项目下的日志主题数量。
    createdTime String
    日志项目创建时间。
    description String
    日志项目的简单描述。
    iamProjectName String
    日志项目所属的 IAM 项目。
    id String
    Uniquely identifies the resource.
    innerNetDomain String
    私网连接域名。
    projectId String
    日志项目的 ID。
    projectName String
    日志项目名称。
    tags List<GetProjectTag>
    标签信息。
    topicCount Integer
    当前日志项目下的日志主题数量。
    createdTime string
    日志项目创建时间。
    description string
    日志项目的简单描述。
    iamProjectName string
    日志项目所属的 IAM 项目。
    id string
    Uniquely identifies the resource.
    innerNetDomain string
    私网连接域名。
    projectId string
    日志项目的 ID。
    projectName string
    日志项目名称。
    tags GetProjectTag[]
    标签信息。
    topicCount number
    当前日志项目下的日志主题数量。
    created_time str
    日志项目创建时间。
    description str
    日志项目的简单描述。
    iam_project_name str
    日志项目所属的 IAM 项目。
    id str
    Uniquely identifies the resource.
    inner_net_domain str
    私网连接域名。
    project_id str
    日志项目的 ID。
    project_name str
    日志项目名称。
    tags Sequence[GetProjectTag]
    标签信息。
    topic_count int
    当前日志项目下的日志主题数量。
    createdTime String
    日志项目创建时间。
    description String
    日志项目的简单描述。
    iamProjectName String
    日志项目所属的 IAM 项目。
    id String
    Uniquely identifies the resource.
    innerNetDomain String
    私网连接域名。
    projectId String
    日志项目的 ID。
    projectName String
    日志项目名称。
    tags List<Property Map>
    标签信息。
    topicCount Number
    当前日志项目下的日志主题数量。

    Supporting Types

    GetProjectTag

    Key string
    标签键。
    Value string
    标签值。
    Key string
    标签键。
    Value string
    标签值。
    key String
    标签键。
    value String
    标签值。
    key string
    标签键。
    value string
    标签值。
    key str
    标签键。
    value str
    标签值。
    key String
    标签键。
    value String
    标签值。

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.16
    published on Monday, Mar 9, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.