Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Using objectStorageBuckets
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 objectStorageBuckets(args: ObjectStorageBucketsArgs, opts?: InvokeOptions): Promise<ObjectStorageBucketsResult>
function objectStorageBucketsOutput(args: ObjectStorageBucketsOutputArgs, opts?: InvokeOutputOptions): Output<ObjectStorageBucketsResult>def object_storage_buckets(account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ObjectStorageBucketsResult
def object_storage_buckets_output(account_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[ObjectStorageBucketsResult]func ObjectStorageBuckets(ctx *Context, args *ObjectStorageBucketsArgs, opts ...InvokeOption) (*ObjectStorageBucketsResult, error)
func ObjectStorageBucketsOutput(ctx *Context, args *ObjectStorageBucketsOutputArgs, opts ...InvokeOption) ObjectStorageBucketsResultOutput> Note: This function is named ObjectStorageBuckets in the Go SDK.
public static class ObjectStorageBuckets
{
public static Task<ObjectStorageBucketsResult> InvokeAsync(ObjectStorageBucketsArgs args, InvokeOptions? opts = null)
public static Output<ObjectStorageBucketsResult> Invoke(ObjectStorageBucketsInvokeArgs args, InvokeOptions? opts = null)
public static Output<ObjectStorageBucketsResult> Invoke(ObjectStorageBucketsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<ObjectStorageBucketsResult> objectStorageBuckets(ObjectStorageBucketsArgs args, InvokeOptions options)
public static Output<ObjectStorageBucketsResult> objectStorageBuckets(ObjectStorageBucketsArgs args, InvokeOptions options)
public static Output<ObjectStorageBucketsResult> objectStorageBuckets(ObjectStorageBucketsArgs args, InvokeOutputOptions options)
fn::invoke:
function: biznetgio:objectStorageBuckets
arguments:
# arguments dictionarydata "biznetgio_object_storage_buckets" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - Object storage instance account id.
- Account
Id string - Object storage instance account id.
- account_
id string - Object storage instance account id.
- account
Id String - Object storage instance account id.
- account
Id string - Object storage instance account id.
- account_
id str - Object storage instance account id.
- account
Id String - Object storage instance account id.
objectStorageBuckets Result
The following output properties are available:
- Buckets
List<Object
Storage Buckets Bucket> - List of buckets inside the instance.
- Buckets
[]Object
Storage Buckets Bucket - List of buckets inside the instance.
- buckets list(object)
- List of buckets inside the instance.
- buckets
List<Object
Storage Buckets Bucket> - List of buckets inside the instance.
- buckets
Object
Storage Buckets Bucket[] - List of buckets inside the instance.
- buckets
Sequence[Object
Storage Buckets Bucket] - List of buckets inside the instance.
- buckets List<Property Map>
- List of buckets inside the instance.
Supporting Types
ObjectStorageBucketsBucket
Package Details
- Repository
- biznetgio github.com/shirasakaren/pulumi-biznetgio
- License
- Apache-2.0
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren