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::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 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 - Log project creation time
- Description string
- Brief description of the log project
- Iam
Project stringName - The IAM project associated with the log project
- Id string
- Uniquely identifies the resource.
- Inner
Net stringDomain - Private network connection domain name
- Project
Id string - Log project ID
- Project
Name string - Log project name
-
List<Volcengine.
Get Project Tag> - Tag information
- Topic
Count int - Number of log topics in the current log project
- Created
Time string - Log project creation time
- Description string
- Brief description of the log project
- Iam
Project stringName - The IAM project associated with the log project
- Id string
- Uniquely identifies the resource.
- Inner
Net stringDomain - Private network connection domain name
- Project
Id string - Log project ID
- Project
Name string - Log project name
-
[]Get
Project Tag - Tag information
- Topic
Count int - Number of log topics in the current log project
- created
Time String - Log project creation time
- description String
- Brief description of the log project
- iam
Project StringName - The IAM project associated with the log project
- id String
- Uniquely identifies the resource.
- inner
Net StringDomain - Private network connection domain name
- project
Id String - Log project ID
- project
Name String - Log project name
-
List<Get
Project Tag> - Tag information
- topic
Count Integer - Number of log topics in the current log project
- created
Time string - Log project creation time
- description string
- Brief description of the log project
- iam
Project stringName - The IAM project associated with the log project
- id string
- Uniquely identifies the resource.
- inner
Net stringDomain - Private network connection domain name
- project
Id string - Log project ID
- project
Name string - Log project name
-
Get
Project Tag[] - Tag information
- topic
Count 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_ strname - The IAM project associated with the log project
- id str
- Uniquely identifies the resource.
- inner_
net_ strdomain - Private network connection domain name
- project_
id str - Log project ID
- project_
name str - Log project name
-
Sequence[Get
Project Tag] - Tag information
- topic_
count int - Number of log topics in the current log project
- created
Time String - Log project creation time
- description String
- Brief description of the log project
- iam
Project StringName - The IAM project associated with the log project
- id String
- Uniquely identifies the resource.
- inner
Net StringDomain - Private network connection domain name
- project
Id String - Log project ID
- project
Name String - Log project name
- List<Property Map>
- Tag information
- topic
Count Number - Number of log topics in the current log project
Supporting Types
GetProjectTag
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
