Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Plural Data Source schema for Volcengine::VeenEdge::Veen
Using getVeens
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 getVeens(opts?: InvokeOptions): Promise<GetVeensResult>
function getVeensOutput(opts?: InvokeOptions): Output<GetVeensResult>def get_veens(opts: Optional[InvokeOptions] = None) -> GetVeensResult
def get_veens_output(opts: Optional[InvokeOptions] = None) -> Output[GetVeensResult]func GetVeens(ctx *Context, opts ...InvokeOption) (*GetVeensResult, error)
func GetVeensOutput(ctx *Context, opts ...InvokeOption) GetVeensResultOutput> Note: This function is named GetVeens in the Go SDK.
public static class GetVeens
{
public static Task<GetVeensResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetVeensResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetVeensResult> getVeens(InvokeOptions options)
public static Output<GetVeensResult> getVeens(InvokeOptions options)
fn::invoke:
function: volcenginecc:veenedge/getVeens:getVeens
arguments:
# arguments dictionarydata "volcenginecc_veenedge_get_veens" "name" {
# arguments
}getVeens Result
The following output properties are available:
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.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine