volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine
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 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 - 创建时间。
- Endpoint string
- 访问域名。
- Id string
- Uniquely identifies the resource.
- Project
Name string - 项目名称。
-
List<Volcengine.
Get Vault Tag> - 备份库标签。
- Vault
Id string - 备份库 ID。
- Vault
Name string - 备份库名称。
- Created
Time string - 创建时间。
- Endpoint string
- 访问域名。
- Id string
- Uniquely identifies the resource.
- Project
Name string - 项目名称。
-
[]Get
Vault Tag - 备份库标签。
- Vault
Id string - 备份库 ID。
- Vault
Name string - 备份库名称。
- created
Time String - 创建时间。
- endpoint String
- 访问域名。
- id String
- Uniquely identifies the resource.
- project
Name String - 项目名称。
-
List<Get
Vault Tag> - 备份库标签。
- vault
Id String - 备份库 ID。
- vault
Name String - 备份库名称。
- created
Time string - 创建时间。
- endpoint string
- 访问域名。
- id string
- Uniquely identifies the resource.
- project
Name string - 项目名称。
-
Get
Vault Tag[] - 备份库标签。
- vault
Id string - 备份库 ID。
- vault
Name string - 备份库名称。
- created_
time str - 创建时间。
- endpoint str
- 访问域名。
- id str
- Uniquely identifies the resource.
- project_
name str - 项目名称。
-
Sequence[Get
Vault Tag] - 备份库标签。
- vault_
id str - 备份库 ID。
- vault_
name str - 备份库名称。
- created
Time String - 创建时间。
- endpoint String
- 访问域名。
- id String
- Uniquely identifies the resource.
- project
Name String - 项目名称。
- List<Property Map>
- 备份库标签。
- vault
Id String - 备份库 ID。
- vault
Name String - 备份库名称。
Supporting Types
GetVaultTag
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine
