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::CR::Repository
Using getRepository
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 getRepository(args: GetRepositoryArgs, opts?: InvokeOptions): Promise<GetRepositoryResult>
function getRepositoryOutput(args: GetRepositoryOutputArgs, opts?: InvokeOptions): Output<GetRepositoryResult>def get_repository(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRepositoryResult
def get_repository_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRepositoryResult]func LookupRepository(ctx *Context, args *LookupRepositoryArgs, opts ...InvokeOption) (*LookupRepositoryResult, error)
func LookupRepositoryOutput(ctx *Context, args *LookupRepositoryOutputArgs, opts ...InvokeOption) LookupRepositoryResultOutput> Note: This function is named LookupRepository in the Go SDK.
public static class GetRepository
{
public static Task<GetRepositoryResult> InvokeAsync(GetRepositoryArgs args, InvokeOptions? opts = null)
public static Output<GetRepositoryResult> Invoke(GetRepositoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRepositoryResult> getRepository(GetRepositoryArgs args, InvokeOptions options)
public static Output<GetRepositoryResult> getRepository(GetRepositoryArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:cr/getRepository:getRepository
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.
getRepository Result
The following output properties are available:
- Access
Level string - 访问等级,取值如下:Private:私有类型 OCI 制品仓库,只能被有权限的用户访问。Public:公有类型 OCI 制品仓库,可以被所有用户访问。单次可填写一个或多个访问等级。
- Create
Time string - 创建 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- Description string
- 镜像仓库描述,描述长度为 0~300 个 UTF-8 字符。
- Id string
- Uniquely identifies the resource.
- Name string
- OCI 制品仓库名称。同一个命名空间下,名称必须唯一。支持小写英文、数字、分隔符(分隔符可输入一个.或/、一个或多个-、一个或两个_,且分隔符不能出现在首位或末位,不能连续出现),长度限制为 1~128 个字符。
- Namespace string
- 目标命名空间名称。在 镜像仓库控制台 目标实例的 命名空间 页面,获取命名空间名称。
- Registry string
- 指定命名空间所属的镜像仓库实例名称。在 镜像仓库控制台 的 实例列表 页面,获取实例名称。
- Update
Time string - 最近一次更新 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- Access
Level string - 访问等级,取值如下:Private:私有类型 OCI 制品仓库,只能被有权限的用户访问。Public:公有类型 OCI 制品仓库,可以被所有用户访问。单次可填写一个或多个访问等级。
- Create
Time string - 创建 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- Description string
- 镜像仓库描述,描述长度为 0~300 个 UTF-8 字符。
- Id string
- Uniquely identifies the resource.
- Name string
- OCI 制品仓库名称。同一个命名空间下,名称必须唯一。支持小写英文、数字、分隔符(分隔符可输入一个.或/、一个或多个-、一个或两个_,且分隔符不能出现在首位或末位,不能连续出现),长度限制为 1~128 个字符。
- Namespace string
- 目标命名空间名称。在 镜像仓库控制台 目标实例的 命名空间 页面,获取命名空间名称。
- Registry string
- 指定命名空间所属的镜像仓库实例名称。在 镜像仓库控制台 的 实例列表 页面,获取实例名称。
- Update
Time string - 最近一次更新 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- access
Level String - 访问等级,取值如下:Private:私有类型 OCI 制品仓库,只能被有权限的用户访问。Public:公有类型 OCI 制品仓库,可以被所有用户访问。单次可填写一个或多个访问等级。
- create
Time String - 创建 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- description String
- 镜像仓库描述,描述长度为 0~300 个 UTF-8 字符。
- id String
- Uniquely identifies the resource.
- name String
- OCI 制品仓库名称。同一个命名空间下,名称必须唯一。支持小写英文、数字、分隔符(分隔符可输入一个.或/、一个或多个-、一个或两个_,且分隔符不能出现在首位或末位,不能连续出现),长度限制为 1~128 个字符。
- namespace String
- 目标命名空间名称。在 镜像仓库控制台 目标实例的 命名空间 页面,获取命名空间名称。
- registry String
- 指定命名空间所属的镜像仓库实例名称。在 镜像仓库控制台 的 实例列表 页面,获取实例名称。
- update
Time String - 最近一次更新 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- access
Level string - 访问等级,取值如下:Private:私有类型 OCI 制品仓库,只能被有权限的用户访问。Public:公有类型 OCI 制品仓库,可以被所有用户访问。单次可填写一个或多个访问等级。
- create
Time string - 创建 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- description string
- 镜像仓库描述,描述长度为 0~300 个 UTF-8 字符。
- id string
- Uniquely identifies the resource.
- name string
- OCI 制品仓库名称。同一个命名空间下,名称必须唯一。支持小写英文、数字、分隔符(分隔符可输入一个.或/、一个或多个-、一个或两个_,且分隔符不能出现在首位或末位,不能连续出现),长度限制为 1~128 个字符。
- namespace string
- 目标命名空间名称。在 镜像仓库控制台 目标实例的 命名空间 页面,获取命名空间名称。
- registry string
- 指定命名空间所属的镜像仓库实例名称。在 镜像仓库控制台 的 实例列表 页面,获取实例名称。
- update
Time string - 最近一次更新 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- access_
level str - 访问等级,取值如下:Private:私有类型 OCI 制品仓库,只能被有权限的用户访问。Public:公有类型 OCI 制品仓库,可以被所有用户访问。单次可填写一个或多个访问等级。
- create_
time str - 创建 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- description str
- 镜像仓库描述,描述长度为 0~300 个 UTF-8 字符。
- id str
- Uniquely identifies the resource.
- name str
- OCI 制品仓库名称。同一个命名空间下,名称必须唯一。支持小写英文、数字、分隔符(分隔符可输入一个.或/、一个或多个-、一个或两个_,且分隔符不能出现在首位或末位,不能连续出现),长度限制为 1~128 个字符。
- namespace str
- 目标命名空间名称。在 镜像仓库控制台 目标实例的 命名空间 页面,获取命名空间名称。
- registry str
- 指定命名空间所属的镜像仓库实例名称。在 镜像仓库控制台 的 实例列表 页面,获取实例名称。
- update_
time str - 最近一次更新 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- access
Level String - 访问等级,取值如下:Private:私有类型 OCI 制品仓库,只能被有权限的用户访问。Public:公有类型 OCI 制品仓库,可以被所有用户访问。单次可填写一个或多个访问等级。
- create
Time String - 创建 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
- description String
- 镜像仓库描述,描述长度为 0~300 个 UTF-8 字符。
- id String
- Uniquely identifies the resource.
- name String
- OCI 制品仓库名称。同一个命名空间下,名称必须唯一。支持小写英文、数字、分隔符(分隔符可输入一个.或/、一个或多个-、一个或两个_,且分隔符不能出现在首位或末位,不能连续出现),长度限制为 1~128 个字符。
- namespace String
- 目标命名空间名称。在 镜像仓库控制台 目标实例的 命名空间 页面,获取命名空间名称。
- registry String
- 指定命名空间所属的镜像仓库实例名称。在 镜像仓库控制台 的 实例列表 页面,获取实例名称。
- update
Time String - 最近一次更新 OCI 制品仓库的时间。RFC3339 格式的 UTC+0 时间。
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
