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::KMS::KeyRing
Using getKeyRing
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 getKeyRing(args: GetKeyRingArgs, opts?: InvokeOptions): Promise<GetKeyRingResult>
function getKeyRingOutput(args: GetKeyRingOutputArgs, opts?: InvokeOptions): Output<GetKeyRingResult>def get_key_ring(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKeyRingResult
def get_key_ring_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKeyRingResult]func LookupKeyRing(ctx *Context, args *LookupKeyRingArgs, opts ...InvokeOption) (*LookupKeyRingResult, error)
func LookupKeyRingOutput(ctx *Context, args *LookupKeyRingOutputArgs, opts ...InvokeOption) LookupKeyRingResultOutput> Note: This function is named LookupKeyRing in the Go SDK.
public static class GetKeyRing
{
public static Task<GetKeyRingResult> InvokeAsync(GetKeyRingArgs args, InvokeOptions? opts = null)
public static Output<GetKeyRingResult> Invoke(GetKeyRingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKeyRingResult> getKeyRing(GetKeyRingArgs args, InvokeOptions options)
public static Output<GetKeyRingResult> getKeyRing(GetKeyRingArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:kms/getKeyRing:getKeyRing
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.
getKeyRing Result
The following output properties are available:
- Create
Date int - 密钥环创建日期。
- Description string
- 密钥环描述,长度为 0 - 8192 个字符。
- Id string
- Uniquely identifies the resource.
- Key
Count int - 密钥环密钥次数。
- Key
Ring stringId - 密钥环唯一标识符,UUID形式。
- Keyring
Name string - 密钥环名称,长度为 2 - 31 个字符。合法字符:[a-zA-Z0-9-_]。
- Keyring
Type string - 密钥环类型,取值:CustomKeyring。
- Project
Name string - 项目名称,默认值:default。
- Uid string
- 密钥环租户ID。
- Update
Date int - 密钥环更新日期。
- Create
Date int - 密钥环创建日期。
- Description string
- 密钥环描述,长度为 0 - 8192 个字符。
- Id string
- Uniquely identifies the resource.
- Key
Count int - 密钥环密钥次数。
- Key
Ring stringId - 密钥环唯一标识符,UUID形式。
- Keyring
Name string - 密钥环名称,长度为 2 - 31 个字符。合法字符:[a-zA-Z0-9-_]。
- Keyring
Type string - 密钥环类型,取值:CustomKeyring。
- Project
Name string - 项目名称,默认值:default。
- Uid string
- 密钥环租户ID。
- Update
Date int - 密钥环更新日期。
- create
Date Integer - 密钥环创建日期。
- description String
- 密钥环描述,长度为 0 - 8192 个字符。
- id String
- Uniquely identifies the resource.
- key
Count Integer - 密钥环密钥次数。
- key
Ring StringId - 密钥环唯一标识符,UUID形式。
- keyring
Name String - 密钥环名称,长度为 2 - 31 个字符。合法字符:[a-zA-Z0-9-_]。
- keyring
Type String - 密钥环类型,取值:CustomKeyring。
- project
Name String - 项目名称,默认值:default。
- uid String
- 密钥环租户ID。
- update
Date Integer - 密钥环更新日期。
- create
Date number - 密钥环创建日期。
- description string
- 密钥环描述,长度为 0 - 8192 个字符。
- id string
- Uniquely identifies the resource.
- key
Count number - 密钥环密钥次数。
- key
Ring stringId - 密钥环唯一标识符,UUID形式。
- keyring
Name string - 密钥环名称,长度为 2 - 31 个字符。合法字符:[a-zA-Z0-9-_]。
- keyring
Type string - 密钥环类型,取值:CustomKeyring。
- project
Name string - 项目名称,默认值:default。
- uid string
- 密钥环租户ID。
- update
Date number - 密钥环更新日期。
- create_
date int - 密钥环创建日期。
- description str
- 密钥环描述,长度为 0 - 8192 个字符。
- id str
- Uniquely identifies the resource.
- key_
count int - 密钥环密钥次数。
- key_
ring_ strid - 密钥环唯一标识符,UUID形式。
- keyring_
name str - 密钥环名称,长度为 2 - 31 个字符。合法字符:[a-zA-Z0-9-_]。
- keyring_
type str - 密钥环类型,取值:CustomKeyring。
- project_
name str - 项目名称,默认值:default。
- uid str
- 密钥环租户ID。
- update_
date int - 密钥环更新日期。
- create
Date Number - 密钥环创建日期。
- description String
- 密钥环描述,长度为 0 - 8192 个字符。
- id String
- Uniquely identifies the resource.
- key
Count Number - 密钥环密钥次数。
- key
Ring StringId - 密钥环唯一标识符,UUID形式。
- keyring
Name String - 密钥环名称,长度为 2 - 31 个字符。合法字符:[a-zA-Z0-9-_]。
- keyring
Type String - 密钥环类型,取值:CustomKeyring。
- project
Name String - 项目名称,默认值:default。
- uid String
- 密钥环租户ID。
- update
Date Number - 密钥环更新日期。
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
