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::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: volcenginecc: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 - Keyring creation date
- Description string
- Keyring description, length: 0–8192 characters
- Id string
- Uniquely identifies the resource.
- Key
Count int - Number of keys in keyring
- Key
Ring stringId - Keyring unique identifier, in UUID format
- Keyring
Name string - Keyring name, length: 2–31 characters. Valid characters: [a-zA-Z0-9-_]
- Keyring
Type string - Keyring type, value: CustomKeyring
- Project
Name string - Project name, default value: default
- Uid string
- Keyring tenant ID
- Update
Date int - Keyring update date
- Create
Date int - Keyring creation date
- Description string
- Keyring description, length: 0–8192 characters
- Id string
- Uniquely identifies the resource.
- Key
Count int - Number of keys in keyring
- Key
Ring stringId - Keyring unique identifier, in UUID format
- Keyring
Name string - Keyring name, length: 2–31 characters. Valid characters: [a-zA-Z0-9-_]
- Keyring
Type string - Keyring type, value: CustomKeyring
- Project
Name string - Project name, default value: default
- Uid string
- Keyring tenant ID
- Update
Date int - Keyring update date
- create
Date Integer - Keyring creation date
- description String
- Keyring description, length: 0–8192 characters
- id String
- Uniquely identifies the resource.
- key
Count Integer - Number of keys in keyring
- key
Ring StringId - Keyring unique identifier, in UUID format
- keyring
Name String - Keyring name, length: 2–31 characters. Valid characters: [a-zA-Z0-9-_]
- keyring
Type String - Keyring type, value: CustomKeyring
- project
Name String - Project name, default value: default
- uid String
- Keyring tenant ID
- update
Date Integer - Keyring update date
- create
Date number - Keyring creation date
- description string
- Keyring description, length: 0–8192 characters
- id string
- Uniquely identifies the resource.
- key
Count number - Number of keys in keyring
- key
Ring stringId - Keyring unique identifier, in UUID format
- keyring
Name string - Keyring name, length: 2–31 characters. Valid characters: [a-zA-Z0-9-_]
- keyring
Type string - Keyring type, value: CustomKeyring
- project
Name string - Project name, default value: default
- uid string
- Keyring tenant ID
- update
Date number - Keyring update date
- create_
date int - Keyring creation date
- description str
- Keyring description, length: 0–8192 characters
- id str
- Uniquely identifies the resource.
- key_
count int - Number of keys in keyring
- key_
ring_ strid - Keyring unique identifier, in UUID format
- keyring_
name str - Keyring name, length: 2–31 characters. Valid characters: [a-zA-Z0-9-_]
- keyring_
type str - Keyring type, value: CustomKeyring
- project_
name str - Project name, default value: default
- uid str
- Keyring tenant ID
- update_
date int - Keyring update date
- create
Date Number - Keyring creation date
- description String
- Keyring description, length: 0–8192 characters
- id String
- Uniquely identifies the resource.
- key
Count Number - Number of keys in keyring
- key
Ring StringId - Keyring unique identifier, in UUID format
- keyring
Name String - Keyring name, length: 2–31 characters. Valid characters: [a-zA-Z0-9-_]
- keyring
Type String - Keyring type, value: CustomKeyring
- project
Name String - Project name, default value: default
- uid String
- Keyring tenant ID
- update
Date Number - Keyring update date
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
