Viewing docs for volcenginecc v0.0.24
published on Monday, Mar 9, 2026 by Volcengine
published on Monday, Mar 9, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.24
published on Monday, Mar 9, 2026 by Volcengine
published on Monday, Mar 9, 2026 by Volcengine
Plural Data Source schema for Volcengine::TOS::Bucket
Using getBuckets
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 getBuckets(opts?: InvokeOptions): Promise<GetBucketsResult>
function getBucketsOutput(opts?: InvokeOptions): Output<GetBucketsResult>def get_buckets(opts: Optional[InvokeOptions] = None) -> GetBucketsResult
def get_buckets_output(opts: Optional[InvokeOptions] = None) -> Output[GetBucketsResult]func GetBuckets(ctx *Context, opts ...InvokeOption) (*GetBucketsResult, error)
func GetBucketsOutput(ctx *Context, opts ...InvokeOption) GetBucketsResultOutput> Note: This function is named GetBuckets in the Go SDK.
public static class GetBuckets
{
public static Task<GetBucketsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetBucketsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetBucketsResult> getBuckets(InvokeOptions options)
public static Output<GetBucketsResult> getBuckets(InvokeOptions options)
fn::invoke:
function: volcenginecc:tos/getBuckets:getBuckets
arguments:
# arguments dictionarygetBuckets 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.24
published on Monday, Mar 9, 2026 by Volcengine
published on Monday, Mar 9, 2026 by Volcengine
