Linode v4.22.0 published on Tuesday, Jun 25, 2024 by Pulumi
linode.getLinodeObjectStorageBucket
Explore with Pulumi AI
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:
getLinodeObjectStorageBucket Result
The following output properties are available:
Package Details
- Repository
- Linode pulumi/pulumi-linode
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
linode
Terraform Provider.