volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine
volcenginecc.tos.getBuckets
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 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 dictionary
getBuckets 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
volcenginecc
Terraform Provider.
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine