Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.tls.Projects
Explore with Pulumi AI
Use this data source to query detailed information of tls projects
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.tls.Projects({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.tls.projects()
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := tls.Projects(ctx, nil, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Tls.Projects.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.tls.TlsFunctions;
import com.pulumi.volcengine.tls.inputs.ProjectsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var default = TlsFunctions.Projects();
    }
}
variables:
  default:
    fn::invoke:
      Function: volcengine:tls:Projects
      Arguments: {}
Using Projects
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 projects(args: ProjectsArgs, opts?: InvokeOptions): Promise<ProjectsResult>
function projectsOutput(args: ProjectsOutputArgs, opts?: InvokeOptions): Output<ProjectsResult>def projects(iam_project_name: Optional[str] = None,
             is_full_name: Optional[bool] = None,
             name_regex: Optional[str] = None,
             output_file: Optional[str] = None,
             project_id: Optional[str] = None,
             project_name: Optional[str] = None,
             tags: Optional[Sequence[ProjectsTag]] = None,
             opts: Optional[InvokeOptions] = None) -> ProjectsResult
def projects_output(iam_project_name: Optional[pulumi.Input[str]] = None,
             is_full_name: Optional[pulumi.Input[bool]] = None,
             name_regex: Optional[pulumi.Input[str]] = None,
             output_file: Optional[pulumi.Input[str]] = None,
             project_id: Optional[pulumi.Input[str]] = None,
             project_name: Optional[pulumi.Input[str]] = None,
             tags: Optional[pulumi.Input[Sequence[pulumi.Input[ProjectsTagArgs]]]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[ProjectsResult]func Projects(ctx *Context, args *ProjectsArgs, opts ...InvokeOption) (*ProjectsResult, error)
func ProjectsOutput(ctx *Context, args *ProjectsOutputArgs, opts ...InvokeOption) ProjectsResultOutputpublic static class Projects 
{
    public static Task<ProjectsResult> InvokeAsync(ProjectsArgs args, InvokeOptions? opts = null)
    public static Output<ProjectsResult> Invoke(ProjectsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ProjectsResult> projects(ProjectsArgs args, InvokeOptions options)
public static Output<ProjectsResult> projects(ProjectsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:tls:Projects
  arguments:
    # arguments dictionaryThe following arguments are supported:
- IamProject stringName 
- The IAM project name of the tls project.
- IsFull boolName 
- Whether to match accurately when filtering based on ProjectName.
- NameRegex string
- A Name Regex of tls project.
- OutputFile string
- File name where to save data source results.
- ProjectId string
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- ProjectName string
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
List<ProjectsTag> 
- Tags.
- IamProject stringName 
- The IAM project name of the tls project.
- IsFull boolName 
- Whether to match accurately when filtering based on ProjectName.
- NameRegex string
- A Name Regex of tls project.
- OutputFile string
- File name where to save data source results.
- ProjectId string
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- ProjectName string
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
[]ProjectsTag 
- Tags.
- iamProject StringName 
- The IAM project name of the tls project.
- isFull BooleanName 
- Whether to match accurately when filtering based on ProjectName.
- nameRegex String
- A Name Regex of tls project.
- outputFile String
- File name where to save data source results.
- projectId String
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- projectName String
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
List<ProjectsTag> 
- Tags.
- iamProject stringName 
- The IAM project name of the tls project.
- isFull booleanName 
- Whether to match accurately when filtering based on ProjectName.
- nameRegex string
- A Name Regex of tls project.
- outputFile string
- File name where to save data source results.
- projectId string
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- projectName string
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
ProjectsTag[] 
- Tags.
- iam_project_ strname 
- The IAM project name of the tls project.
- is_full_ boolname 
- Whether to match accurately when filtering based on ProjectName.
- name_regex str
- A Name Regex of tls project.
- output_file str
- File name where to save data source results.
- project_id str
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- project_name str
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
Sequence[ProjectsTag] 
- Tags.
- iamProject StringName 
- The IAM project name of the tls project.
- isFull BooleanName 
- Whether to match accurately when filtering based on ProjectName.
- nameRegex String
- A Name Regex of tls project.
- outputFile String
- File name where to save data source results.
- projectId String
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- projectName String
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- List<Property Map>
- Tags.
Projects Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- TlsProjects List<ProjectsTls Project> 
- The collection of tls project query.
- TotalCount int
- The total count of tls project query.
- IamProject stringName 
- The IAM project name of the tls project.
- IsFull boolName 
- NameRegex string
- OutputFile string
- ProjectId string
- The ID of the tls project.
- ProjectName string
- The name of the tls project.
- 
List<ProjectsTag> 
- Tags.
- Id string
- The provider-assigned unique ID for this managed resource.
- TlsProjects []ProjectsTls Project 
- The collection of tls project query.
- TotalCount int
- The total count of tls project query.
- IamProject stringName 
- The IAM project name of the tls project.
- IsFull boolName 
- NameRegex string
- OutputFile string
- ProjectId string
- The ID of the tls project.
- ProjectName string
- The name of the tls project.
- 
[]ProjectsTag 
- Tags.
- id String
- The provider-assigned unique ID for this managed resource.
- tlsProjects List<ProjectsTls Project> 
- The collection of tls project query.
- totalCount Integer
- The total count of tls project query.
- iamProject StringName 
- The IAM project name of the tls project.
- isFull BooleanName 
- nameRegex String
- outputFile String
- projectId String
- The ID of the tls project.
- projectName String
- The name of the tls project.
- 
List<ProjectsTag> 
- Tags.
- id string
- The provider-assigned unique ID for this managed resource.
- tlsProjects ProjectsTls Project[] 
- The collection of tls project query.
- totalCount number
- The total count of tls project query.
- iamProject stringName 
- The IAM project name of the tls project.
- isFull booleanName 
- nameRegex string
- outputFile string
- projectId string
- The ID of the tls project.
- projectName string
- The name of the tls project.
- 
ProjectsTag[] 
- Tags.
- id str
- The provider-assigned unique ID for this managed resource.
- tls_projects Sequence[ProjectsTls Project] 
- The collection of tls project query.
- total_count int
- The total count of tls project query.
- iam_project_ strname 
- The IAM project name of the tls project.
- is_full_ boolname 
- name_regex str
- output_file str
- project_id str
- The ID of the tls project.
- project_name str
- The name of the tls project.
- 
Sequence[ProjectsTag] 
- Tags.
- id String
- The provider-assigned unique ID for this managed resource.
- tlsProjects List<Property Map>
- The collection of tls project query.
- totalCount Number
- The total count of tls project query.
- iamProject StringName 
- The IAM project name of the tls project.
- isFull BooleanName 
- nameRegex String
- outputFile String
- projectId String
- The ID of the tls project.
- projectName String
- The name of the tls project.
- List<Property Map>
- Tags.
Supporting Types
ProjectsTag 
ProjectsTlsProject  
- CreateTime string
- The create time of the tls project.
- Description string
- The description of the tls project.
- IamProject stringName 
- The IAM project name of the tls project.
- Id string
- The ID of the tls project.
- InnerNet stringDomain 
- The inner net domain of the tls project.
- ProjectId string
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- ProjectName string
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
List<ProjectsTls Project Tag> 
- Tags.
- TopicCount int
- The count of topics in the tls project.
- CreateTime string
- The create time of the tls project.
- Description string
- The description of the tls project.
- IamProject stringName 
- The IAM project name of the tls project.
- Id string
- The ID of the tls project.
- InnerNet stringDomain 
- The inner net domain of the tls project.
- ProjectId string
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- ProjectName string
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
[]ProjectsTls Project Tag 
- Tags.
- TopicCount int
- The count of topics in the tls project.
- createTime String
- The create time of the tls project.
- description String
- The description of the tls project.
- iamProject StringName 
- The IAM project name of the tls project.
- id String
- The ID of the tls project.
- innerNet StringDomain 
- The inner net domain of the tls project.
- projectId String
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- projectName String
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
List<ProjectsTls Project Tag> 
- Tags.
- topicCount Integer
- The count of topics in the tls project.
- createTime string
- The create time of the tls project.
- description string
- The description of the tls project.
- iamProject stringName 
- The IAM project name of the tls project.
- id string
- The ID of the tls project.
- innerNet stringDomain 
- The inner net domain of the tls project.
- projectId string
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- projectName string
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
ProjectsTls Project Tag[] 
- Tags.
- topicCount number
- The count of topics in the tls project.
- create_time str
- The create time of the tls project.
- description str
- The description of the tls project.
- iam_project_ strname 
- The IAM project name of the tls project.
- id str
- The ID of the tls project.
- inner_net_ strdomain 
- The inner net domain of the tls project.
- project_id str
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- project_name str
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- 
Sequence[ProjectsTls Project Tag] 
- Tags.
- topic_count int
- The count of topics in the tls project.
- createTime String
- The create time of the tls project.
- description String
- The description of the tls project.
- iamProject StringName 
- The IAM project name of the tls project.
- id String
- The ID of the tls project.
- innerNet StringDomain 
- The inner net domain of the tls project.
- projectId String
- The id of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- projectName String
- The name of tls project. This field supports fuzzy queries. It is not supported to specify both ProjectName and ProjectId at the same time.
- List<Property Map>
- Tags.
- topicCount Number
- The count of topics in the tls project.
ProjectsTlsProjectTag   
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.