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::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 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.
getVault Result
The following output properties are available:
- Created
Time string - Creation Time
- Endpoint string
- Access Domain Name
- Id string
- Uniquely identifies the resource.
- Project
Name string - Project Name
-
List<Volcengine.
Get Vault Tag> - Backup Repository Tag
- Vault
Id string - Backup Repository ID
- Vault
Name string - Backup Repository Name
- Created
Time string - Creation Time
- Endpoint string
- Access Domain Name
- Id string
- Uniquely identifies the resource.
- Project
Name string - Project Name
-
[]Get
Vault Tag - Backup Repository Tag
- Vault
Id string - Backup Repository ID
- Vault
Name string - Backup Repository Name
- created
Time String - Creation Time
- endpoint String
- Access Domain Name
- id String
- Uniquely identifies the resource.
- project
Name String - Project Name
-
List<Get
Vault Tag> - Backup Repository Tag
- vault
Id String - Backup Repository ID
- vault
Name String - Backup Repository Name
- created
Time string - Creation Time
- endpoint string
- Access Domain Name
- id string
- Uniquely identifies the resource.
- project
Name string - Project Name
-
Get
Vault Tag[] - Backup Repository Tag
- vault
Id string - Backup Repository ID
- vault
Name 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
-
Sequence[Get
Vault Tag] - Backup Repository Tag
- vault_
id str - Backup Repository ID
- vault_
name str - Backup Repository Name
- created
Time String - Creation Time
- endpoint String
- Access Domain Name
- id String
- Uniquely identifies the resource.
- project
Name String - Project Name
- List<Property Map>
- Backup Repository Tag
- vault
Id String - Backup Repository ID
- vault
Name String - Backup Repository Name
Supporting Types
GetVaultTag
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
