1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. cbr
  5. getVault
volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine
volcenginecc logo
volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine

    Data Source schema for Volcengine::CBR::Vault

    Using getVault

    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 getVault(args: GetVaultArgs, opts?: InvokeOptions): Promise<GetVaultResult>
    function getVaultOutput(args: GetVaultOutputArgs, opts?: InvokeOptions): Output<GetVaultResult>
    def get_vault(id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetVaultResult
    def get_vault_output(id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetVaultResult]
    func LookupVault(ctx *Context, args *LookupVaultArgs, opts ...InvokeOption) (*LookupVaultResult, error)
    func LookupVaultOutput(ctx *Context, args *LookupVaultOutputArgs, opts ...InvokeOption) LookupVaultResultOutput

    > Note: This function is named LookupVault in the Go SDK.

    public static class GetVault 
    {
        public static Task<GetVaultResult> InvokeAsync(GetVaultArgs args, InvokeOptions? opts = null)
        public static Output<GetVaultResult> Invoke(GetVaultInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVaultResult> getVault(GetVaultArgs args, InvokeOptions options)
    public static Output<GetVaultResult> getVault(GetVaultArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:cbr/getVault:getVault
      arguments:
        # arguments dictionary

    The 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.

    getVault Result

    The following output properties are available:

    CreatedTime string
    创建时间。
    Endpoint string
    访问域名。
    Id string
    Uniquely identifies the resource.
    ProjectName string
    项目名称。
    Tags List<Volcengine.GetVaultTag>
    备份库标签。
    VaultId string
    备份库 ID。
    VaultName string
    备份库名称。
    CreatedTime string
    创建时间。
    Endpoint string
    访问域名。
    Id string
    Uniquely identifies the resource.
    ProjectName string
    项目名称。
    Tags []GetVaultTag
    备份库标签。
    VaultId string
    备份库 ID。
    VaultName string
    备份库名称。
    createdTime String
    创建时间。
    endpoint String
    访问域名。
    id String
    Uniquely identifies the resource.
    projectName String
    项目名称。
    tags List<GetVaultTag>
    备份库标签。
    vaultId String
    备份库 ID。
    vaultName String
    备份库名称。
    createdTime string
    创建时间。
    endpoint string
    访问域名。
    id string
    Uniquely identifies the resource.
    projectName string
    项目名称。
    tags GetVaultTag[]
    备份库标签。
    vaultId string
    备份库 ID。
    vaultName string
    备份库名称。
    created_time str
    创建时间。
    endpoint str
    访问域名。
    id str
    Uniquely identifies the resource.
    project_name str
    项目名称。
    tags Sequence[GetVaultTag]
    备份库标签。
    vault_id str
    备份库 ID。
    vault_name str
    备份库名称。
    createdTime String
    创建时间。
    endpoint String
    访问域名。
    id String
    Uniquely identifies the resource.
    projectName String
    项目名称。
    tags List<Property Map>
    备份库标签。
    vaultId String
    备份库 ID。
    vaultName String
    备份库名称。

    Supporting Types

    GetVaultTag

    Key string
    标签键。
    Value string
    标签值。
    Key string
    标签键。
    Value string
    标签值。
    key String
    标签键。
    value String
    标签值。
    key string
    标签键。
    value string
    标签值。
    key str
    标签键。
    value str
    标签值。
    key String
    标签键。
    value String
    标签值。

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine
      Meet Neo: Your AI Platform Teammate