1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. cbr
  6. getVault
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 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
    Creation Time
    Endpoint string
    Access Domain Name
    Id string
    Uniquely identifies the resource.
    ProjectName string
    Project Name
    Tags List<Volcengine.GetVaultTag>
    Backup Repository Tag
    VaultId string
    Backup Repository ID
    VaultName string
    Backup Repository Name
    CreatedTime string
    Creation Time
    Endpoint string
    Access Domain Name
    Id string
    Uniquely identifies the resource.
    ProjectName string
    Project Name
    Tags []GetVaultTag
    Backup Repository Tag
    VaultId string
    Backup Repository ID
    VaultName string
    Backup Repository Name
    createdTime String
    Creation Time
    endpoint String
    Access Domain Name
    id String
    Uniquely identifies the resource.
    projectName String
    Project Name
    tags List<GetVaultTag>
    Backup Repository Tag
    vaultId String
    Backup Repository ID
    vaultName String
    Backup Repository Name
    createdTime string
    Creation Time
    endpoint string
    Access Domain Name
    id string
    Uniquely identifies the resource.
    projectName string
    Project Name
    tags GetVaultTag[]
    Backup Repository Tag
    vaultId string
    Backup Repository ID
    vaultName string
    Backup Repository Name
    created_time str
    Creation Time
    endpoint str
    Access Domain Name
    id str
    Uniquely identifies the resource.
    project_name str
    Project Name
    tags Sequence[GetVaultTag]
    Backup Repository Tag
    vault_id str
    Backup Repository ID
    vault_name str
    Backup Repository Name
    createdTime String
    Creation Time
    endpoint String
    Access Domain Name
    id String
    Uniquely identifies the resource.
    projectName String
    Project Name
    tags List<Property Map>
    Backup Repository Tag
    vaultId String
    Backup Repository ID
    vaultName String
    Backup Repository Name

    Supporting Types

    GetVaultTag

    Key string
    Tag Key
    Value string
    Tag Value
    Key string
    Tag Key
    Value string
    Tag Value
    key String
    Tag Key
    value String
    Tag Value
    key string
    Tag Key
    value string
    Tag Value
    key str
    Tag Key
    value str
    Tag Value
    key String
    Tag Key
    value String
    Tag Value

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.