InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
influxdb.getBucket
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
Using getBucket
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 getBucket(args: GetBucketArgs, opts?: InvokeOptions): Promise<GetBucketResult>
function getBucketOutput(args: GetBucketOutputArgs, opts?: InvokeOptions): Output<GetBucketResult>def get_bucket(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBucketResult
def get_bucket_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBucketResult]func LookupBucket(ctx *Context, args *LookupBucketArgs, opts ...InvokeOption) (*LookupBucketResult, error)
func LookupBucketOutput(ctx *Context, args *LookupBucketOutputArgs, opts ...InvokeOption) LookupBucketResultOutput> Note: This function is named LookupBucket in the Go SDK.
public static class GetBucket
{
public static Task<GetBucketResult> InvokeAsync(GetBucketArgs args, InvokeOptions? opts = null)
public static Output<GetBucketResult> Invoke(GetBucketInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBucketResult> getBucket(GetBucketArgs args, InvokeOptions options)
public static Output<GetBucketResult> getBucket(GetBucketArgs args, InvokeOptions options)
fn::invoke:
function: influxdb:index/getBucket:getBucket
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getBucket Result
The following output properties are available:
- Created
At string - Description string
- Id string
- Name string
- Org
Id string - Retention
Period int - Type string
- Updated
At string
- Created
At string - Description string
- Id string
- Name string
- Org
Id string - Retention
Period int - Type string
- Updated
At string
- created
At String - description String
- id String
- name String
- org
Id String - retention
Period Integer - type String
- updated
At String
- created
At string - description string
- id string
- name string
- org
Id string - retention
Period number - type string
- updated
At string
- created_
at str - description str
- id str
- name str
- org_
id str - retention_
period int - type str
- updated_
at str
- created
At String - description String
- id String
- name String
- org
Id String - retention
Period Number - type String
- updated
At String
Package Details
- Repository
- influxdb thulasirajkomminar/pulumi-influxdb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
influxdbTerraform Provider.
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
