Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
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 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:
- Created
Time string - 日志项目创建时间。
- Description string
- 日志项目的简单描述。
- Iam
Project stringName - 日志项目所属的 IAM 项目。
- Id string
- Uniquely identifies the resource.
- Inner
Net stringDomain - 私网连接域名。
- Project
Id string - 日志项目的 ID。
- Project
Name string - 日志项目名称。
-
List<Byteplus.
Get Project Tag> - 标签信息。
- Topic
Count int - 当前日志项目下的日志主题数量。
- Created
Time string - 日志项目创建时间。
- Description string
- 日志项目的简单描述。
- Iam
Project stringName - 日志项目所属的 IAM 项目。
- Id string
- Uniquely identifies the resource.
- Inner
Net stringDomain - 私网连接域名。
- Project
Id string - 日志项目的 ID。
- Project
Name string - 日志项目名称。
-
[]Get
Project Tag - 标签信息。
- Topic
Count int - 当前日志项目下的日志主题数量。
- created
Time String - 日志项目创建时间。
- description String
- 日志项目的简单描述。
- iam
Project StringName - 日志项目所属的 IAM 项目。
- id String
- Uniquely identifies the resource.
- inner
Net StringDomain - 私网连接域名。
- project
Id String - 日志项目的 ID。
- project
Name String - 日志项目名称。
-
List<Get
Project Tag> - 标签信息。
- topic
Count Integer - 当前日志项目下的日志主题数量。
- created
Time string - 日志项目创建时间。
- description string
- 日志项目的简单描述。
- iam
Project stringName - 日志项目所属的 IAM 项目。
- id string
- Uniquely identifies the resource.
- inner
Net stringDomain - 私网连接域名。
- project
Id string - 日志项目的 ID。
- project
Name string - 日志项目名称。
-
Get
Project Tag[] - 标签信息。
- topic
Count number - 当前日志项目下的日志主题数量。
- created_
time str - 日志项目创建时间。
- description str
- 日志项目的简单描述。
- iam_
project_ strname - 日志项目所属的 IAM 项目。
- id str
- Uniquely identifies the resource.
- inner_
net_ strdomain - 私网连接域名。
- project_
id str - 日志项目的 ID。
- project_
name str - 日志项目名称。
-
Sequence[Get
Project Tag] - 标签信息。
- topic_
count int - 当前日志项目下的日志主题数量。
- created
Time String - 日志项目创建时间。
- description String
- 日志项目的简单描述。
- iam
Project StringName - 日志项目所属的 IAM 项目。
- id String
- Uniquely identifies the resource.
- inner
Net StringDomain - 私网连接域名。
- project
Id String - 日志项目的 ID。
- project
Name String - 日志项目名称。
- List<Property Map>
- 标签信息。
- topic
Count Number - 当前日志项目下的日志主题数量。
Supporting Types
GetProjectTag
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
