1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. objectStorageBuckets
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
biznetgio logo
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
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 dictionary
    data "biznetgio_object_storage_buckets" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    Object storage instance account id.
    AccountId string
    Object storage instance account id.
    account_id string
    Object storage instance account id.
    accountId String
    Object storage instance account id.
    accountId string
    Object storage instance account id.
    account_id str
    Object storage instance account id.
    accountId String
    Object storage instance account id.

    objectStorageBuckets Result

    The following output properties are available:

    Buckets List<ObjectStorageBucketsBucket>
    List of buckets inside the instance.
    Buckets []ObjectStorageBucketsBucket
    List of buckets inside the instance.
    buckets list(object)
    List of buckets inside the instance.
    buckets List<ObjectStorageBucketsBucket>
    List of buckets inside the instance.
    buckets ObjectStorageBucketsBucket[]
    List of buckets inside the instance.
    buckets Sequence[ObjectStorageBucketsBucket]
    List of buckets inside the instance.
    buckets List<Property Map>
    List of buckets inside the instance.

    Supporting Types

    ObjectStorageBucketsBucket

    Acl string
    Name string
    Raw string
    Acl string
    Name string
    Raw string
    acl string
    name string
    raw string
    acl String
    name String
    raw String
    acl string
    name string
    raw string
    acl str
    name str
    raw str
    acl String
    name String
    raw String

    Package Details

    Repository
    biznetgio github.com/shirasakaren/pulumi-biznetgio
    License
    Apache-2.0
    biznetgio logo
    Viewing docs for Pulumi BiznetGIO Provider v0.1.7
    published on Wednesday, Aug 19, 2026 by shirasakaren

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial