tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getTcrRepositories
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of TCR repositories.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetTcrRepositoriesArgs;
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 name = TencentcloudFunctions.getTcrRepositories(GetTcrRepositoriesArgs.builder()
.name("test")
.build());
}
}
variables:
name:
fn::invoke:
function: tencentcloud:getTcrRepositories
arguments:
name: test
Using getTcrRepositories
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 getTcrRepositories(args: GetTcrRepositoriesArgs, opts?: InvokeOptions): Promise<GetTcrRepositoriesResult>
function getTcrRepositoriesOutput(args: GetTcrRepositoriesOutputArgs, opts?: InvokeOptions): Output<GetTcrRepositoriesResult>
def get_tcr_repositories(id: Optional[str] = None,
instance_id: Optional[str] = None,
namespace_name: Optional[str] = None,
repository_name: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTcrRepositoriesResult
def get_tcr_repositories_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
namespace_name: Optional[pulumi.Input[str]] = None,
repository_name: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTcrRepositoriesResult]
func GetTcrRepositories(ctx *Context, args *GetTcrRepositoriesArgs, opts ...InvokeOption) (*GetTcrRepositoriesResult, error)
func GetTcrRepositoriesOutput(ctx *Context, args *GetTcrRepositoriesOutputArgs, opts ...InvokeOption) GetTcrRepositoriesResultOutput
> Note: This function is named GetTcrRepositories
in the Go SDK.
public static class GetTcrRepositories
{
public static Task<GetTcrRepositoriesResult> InvokeAsync(GetTcrRepositoriesArgs args, InvokeOptions? opts = null)
public static Output<GetTcrRepositoriesResult> Invoke(GetTcrRepositoriesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTcrRepositoriesResult> getTcrRepositories(GetTcrRepositoriesArgs args, InvokeOptions options)
public static Output<GetTcrRepositoriesResult> getTcrRepositories(GetTcrRepositoriesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTcrRepositories:getTcrRepositories
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - ID of the TCR instance that the repository belongs to.
- Namespace
Name string - Name of the namespace that the repository belongs to.
- Id string
- Repository
Name string - ID of the TCR repositories to query.
- Result
Output stringFile - Used to save results.
- Instance
Id string - ID of the TCR instance that the repository belongs to.
- Namespace
Name string - Name of the namespace that the repository belongs to.
- Id string
- Repository
Name string - ID of the TCR repositories to query.
- Result
Output stringFile - Used to save results.
- instance
Id String - ID of the TCR instance that the repository belongs to.
- namespace
Name String - Name of the namespace that the repository belongs to.
- id String
- repository
Name String - ID of the TCR repositories to query.
- result
Output StringFile - Used to save results.
- instance
Id string - ID of the TCR instance that the repository belongs to.
- namespace
Name string - Name of the namespace that the repository belongs to.
- id string
- repository
Name string - ID of the TCR repositories to query.
- result
Output stringFile - Used to save results.
- instance_
id str - ID of the TCR instance that the repository belongs to.
- namespace_
name str - Name of the namespace that the repository belongs to.
- id str
- repository_
name str - ID of the TCR repositories to query.
- result_
output_ strfile - Used to save results.
- instance
Id String - ID of the TCR instance that the repository belongs to.
- namespace
Name String - Name of the namespace that the repository belongs to.
- id String
- repository
Name String - ID of the TCR repositories to query.
- result
Output StringFile - Used to save results.
getTcrRepositories Result
The following output properties are available:
- Id string
- Instance
Id string - Namespace
Name string - Name of the namespace that the repository belongs to.
- Repository
Lists List<GetTcr Repositories Repository List> - Information list of the dedicated TCR repositories.
- Repository
Name string - Result
Output stringFile
- Id string
- Instance
Id string - Namespace
Name string - Name of the namespace that the repository belongs to.
- Repository
Lists []GetTcr Repositories Repository List - Information list of the dedicated TCR repositories.
- Repository
Name string - Result
Output stringFile
- id String
- instance
Id String - namespace
Name String - Name of the namespace that the repository belongs to.
- repository
Lists List<GetTcr Repositories Repository List> - Information list of the dedicated TCR repositories.
- repository
Name String - result
Output StringFile
- id string
- instance
Id string - namespace
Name string - Name of the namespace that the repository belongs to.
- repository
Lists GetTcr Repositories Repository List[] - Information list of the dedicated TCR repositories.
- repository
Name string - result
Output stringFile
- id str
- instance_
id str - namespace_
name str - Name of the namespace that the repository belongs to.
- repository_
lists Sequence[GetTcr Repositories Repository List] - Information list of the dedicated TCR repositories.
- repository_
name str - result_
output_ strfile
- id String
- instance
Id String - namespace
Name String - Name of the namespace that the repository belongs to.
- repository
Lists List<Property Map> - Information list of the dedicated TCR repositories.
- repository
Name String - result
Output StringFile
Supporting Types
GetTcrRepositoriesRepositoryList
- Brief
Desc string - Brief description of the repository.
- Create
Time string - Create time.
- Description string
- Description of the repository.
- Is
Public bool - Indicate that the repository is public or not.
- Name string
- Name of repository.
- Namespace
Name string - Name of the namespace that the repository belongs to.
- Update
Time string - Last update time.
- Url string
- URL of the repository.
- Brief
Desc string - Brief description of the repository.
- Create
Time string - Create time.
- Description string
- Description of the repository.
- Is
Public bool - Indicate that the repository is public or not.
- Name string
- Name of repository.
- Namespace
Name string - Name of the namespace that the repository belongs to.
- Update
Time string - Last update time.
- Url string
- URL of the repository.
- brief
Desc String - Brief description of the repository.
- create
Time String - Create time.
- description String
- Description of the repository.
- is
Public Boolean - Indicate that the repository is public or not.
- name String
- Name of repository.
- namespace
Name String - Name of the namespace that the repository belongs to.
- update
Time String - Last update time.
- url String
- URL of the repository.
- brief
Desc string - Brief description of the repository.
- create
Time string - Create time.
- description string
- Description of the repository.
- is
Public boolean - Indicate that the repository is public or not.
- name string
- Name of repository.
- namespace
Name string - Name of the namespace that the repository belongs to.
- update
Time string - Last update time.
- url string
- URL of the repository.
- brief_
desc str - Brief description of the repository.
- create_
time str - Create time.
- description str
- Description of the repository.
- is_
public bool - Indicate that the repository is public or not.
- name str
- Name of repository.
- namespace_
name str - Name of the namespace that the repository belongs to.
- update_
time str - Last update time.
- url str
- URL of the repository.
- brief
Desc String - Brief description of the repository.
- create
Time String - Create time.
- description String
- Description of the repository.
- is
Public Boolean - Indicate that the repository is public or not.
- name String
- Name of repository.
- namespace
Name String - Name of the namespace that the repository belongs to.
- update
Time String - Last update time.
- url String
- URL of the repository.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack