1. Packages
  2. Linode
  3. API Docs
  4. getLinodeObjectStorageBucket
Linode v4.18.0 published on Wednesday, Apr 10, 2024 by Pulumi

linode.getLinodeObjectStorageBucket

Explore with Pulumi AI

linode logo
Linode v4.18.0 published on Wednesday, Apr 10, 2024 by Pulumi

    Using getLinodeObjectStorageBucket

    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 getLinodeObjectStorageBucket(args: GetLinodeObjectStorageBucketArgs, opts?: InvokeOptions): Promise<GetLinodeObjectStorageBucketResult>
    function getLinodeObjectStorageBucketOutput(args: GetLinodeObjectStorageBucketOutputArgs, opts?: InvokeOptions): Output<GetLinodeObjectStorageBucketResult>
    def get_linode_object_storage_bucket(cluster: Optional[str] = None,
                                         label: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetLinodeObjectStorageBucketResult
    def get_linode_object_storage_bucket_output(cluster: Optional[pulumi.Input[str]] = None,
                                         label: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetLinodeObjectStorageBucketResult]
    func GetLinodeObjectStorageBucket(ctx *Context, args *GetLinodeObjectStorageBucketArgs, opts ...InvokeOption) (*GetLinodeObjectStorageBucketResult, error)
    func GetLinodeObjectStorageBucketOutput(ctx *Context, args *GetLinodeObjectStorageBucketOutputArgs, opts ...InvokeOption) GetLinodeObjectStorageBucketResultOutput

    > Note: This function is named GetLinodeObjectStorageBucket in the Go SDK.

    public static class GetLinodeObjectStorageBucket 
    {
        public static Task<GetLinodeObjectStorageBucketResult> InvokeAsync(GetLinodeObjectStorageBucketArgs args, InvokeOptions? opts = null)
        public static Output<GetLinodeObjectStorageBucketResult> Invoke(GetLinodeObjectStorageBucketInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLinodeObjectStorageBucketResult> getLinodeObjectStorageBucket(GetLinodeObjectStorageBucketArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: linode:index/getLinodeObjectStorageBucket:getLinodeObjectStorageBucket
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Cluster string
    Label string
    Cluster string
    Label string
    cluster String
    label String
    cluster string
    label string
    cluster str
    label str
    cluster String
    label String

    getLinodeObjectStorageBucket Result

    The following output properties are available:

    Cluster string
    Created string
    Hostname string
    Id string
    Label string
    Objects int
    Size int
    Cluster string
    Created string
    Hostname string
    Id string
    Label string
    Objects int
    Size int
    cluster String
    created String
    hostname String
    id String
    label String
    objects Integer
    size Integer
    cluster string
    created string
    hostname string
    id string
    label string
    objects number
    size number
    cluster str
    created str
    hostname str
    id str
    label str
    objects int
    size int
    cluster String
    created String
    hostname String
    id String
    label String
    objects Number
    size Number

    Package Details

    Repository
    Linode pulumi/pulumi-linode
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the linode Terraform Provider.
    linode logo
    Linode v4.18.0 published on Wednesday, Apr 10, 2024 by Pulumi