Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides details about a specific Log Analytics Unprocessed Data Bucket resource in Oracle Cloud Infrastructure Log Analytics service.
This API retrieves details of the configured bucket that stores unprocessed payloads.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testLogAnalyticsUnprocessedDataBucket = oci.LogAnalytics.getLogAnalyticsUnprocessedDataBucket({
namespace: logAnalyticsUnprocessedDataBucketNamespace,
});
import pulumi
import pulumi_oci as oci
test_log_analytics_unprocessed_data_bucket = oci.LogAnalytics.get_log_analytics_unprocessed_data_bucket(namespace=log_analytics_unprocessed_data_bucket_namespace)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/loganalytics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := loganalytics.GetLogAnalyticsUnprocessedDataBucket(ctx, &loganalytics.GetLogAnalyticsUnprocessedDataBucketArgs{
Namespace: logAnalyticsUnprocessedDataBucketNamespace,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testLogAnalyticsUnprocessedDataBucket = Oci.LogAnalytics.GetLogAnalyticsUnprocessedDataBucket.Invoke(new()
{
Namespace = logAnalyticsUnprocessedDataBucketNamespace,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.LogAnalytics.LogAnalyticsFunctions;
import com.pulumi.oci.LogAnalytics.inputs.GetLogAnalyticsUnprocessedDataBucketArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testLogAnalyticsUnprocessedDataBucket = LogAnalyticsFunctions.getLogAnalyticsUnprocessedDataBucket(GetLogAnalyticsUnprocessedDataBucketArgs.builder()
.namespace(logAnalyticsUnprocessedDataBucketNamespace)
.build());
}
}
variables:
testLogAnalyticsUnprocessedDataBucket:
fn::invoke:
function: oci:LogAnalytics:getLogAnalyticsUnprocessedDataBucket
arguments:
namespace: ${logAnalyticsUnprocessedDataBucketNamespace}
Using getLogAnalyticsUnprocessedDataBucket
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 getLogAnalyticsUnprocessedDataBucket(args: GetLogAnalyticsUnprocessedDataBucketArgs, opts?: InvokeOptions): Promise<GetLogAnalyticsUnprocessedDataBucketResult>
function getLogAnalyticsUnprocessedDataBucketOutput(args: GetLogAnalyticsUnprocessedDataBucketOutputArgs, opts?: InvokeOptions): Output<GetLogAnalyticsUnprocessedDataBucketResult>def get_log_analytics_unprocessed_data_bucket(namespace: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogAnalyticsUnprocessedDataBucketResult
def get_log_analytics_unprocessed_data_bucket_output(namespace: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogAnalyticsUnprocessedDataBucketResult]func GetLogAnalyticsUnprocessedDataBucket(ctx *Context, args *GetLogAnalyticsUnprocessedDataBucketArgs, opts ...InvokeOption) (*GetLogAnalyticsUnprocessedDataBucketResult, error)
func GetLogAnalyticsUnprocessedDataBucketOutput(ctx *Context, args *GetLogAnalyticsUnprocessedDataBucketOutputArgs, opts ...InvokeOption) GetLogAnalyticsUnprocessedDataBucketResultOutput> Note: This function is named GetLogAnalyticsUnprocessedDataBucket in the Go SDK.
public static class GetLogAnalyticsUnprocessedDataBucket
{
public static Task<GetLogAnalyticsUnprocessedDataBucketResult> InvokeAsync(GetLogAnalyticsUnprocessedDataBucketArgs args, InvokeOptions? opts = null)
public static Output<GetLogAnalyticsUnprocessedDataBucketResult> Invoke(GetLogAnalyticsUnprocessedDataBucketInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLogAnalyticsUnprocessedDataBucketResult> getLogAnalyticsUnprocessedDataBucket(GetLogAnalyticsUnprocessedDataBucketArgs args, InvokeOptions options)
public static Output<GetLogAnalyticsUnprocessedDataBucketResult> getLogAnalyticsUnprocessedDataBucket(GetLogAnalyticsUnprocessedDataBucketArgs args, InvokeOptions options)
fn::invoke:
function: oci:LogAnalytics/getLogAnalyticsUnprocessedDataBucket:getLogAnalyticsUnprocessedDataBucket
arguments:
# arguments dictionaryThe following arguments are supported:
- Namespace string
- The Log Analytics namespace used for the request. The namespace can be obtained by running 'oci os ns get'
- Namespace string
- The Log Analytics namespace used for the request. The namespace can be obtained by running 'oci os ns get'
- namespace String
- The Log Analytics namespace used for the request. The namespace can be obtained by running 'oci os ns get'
- namespace string
- The Log Analytics namespace used for the request. The namespace can be obtained by running 'oci os ns get'
- namespace str
- The Log Analytics namespace used for the request. The namespace can be obtained by running 'oci os ns get'
- namespace String
- The Log Analytics namespace used for the request. The namespace can be obtained by running 'oci os ns get'
getLogAnalyticsUnprocessedDataBucket Result
The following output properties are available:
- Bucket string
- Name of the Object Storage bucket.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Enabled bool - Flag that specifies if this configuration is enabled or not.
- Namespace string
- Object Storage namespace.
- Time
Created string - The time when this record is created. An RFC3339 formatted datetime string.
- Time
Updated string - The latest time when this record is updated. An RFC3339 formatted datetime string.
- Bucket string
- Name of the Object Storage bucket.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Enabled bool - Flag that specifies if this configuration is enabled or not.
- Namespace string
- Object Storage namespace.
- Time
Created string - The time when this record is created. An RFC3339 formatted datetime string.
- Time
Updated string - The latest time when this record is updated. An RFC3339 formatted datetime string.
- bucket String
- Name of the Object Storage bucket.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Enabled Boolean - Flag that specifies if this configuration is enabled or not.
- namespace String
- Object Storage namespace.
- time
Created String - The time when this record is created. An RFC3339 formatted datetime string.
- time
Updated String - The latest time when this record is updated. An RFC3339 formatted datetime string.
- bucket string
- Name of the Object Storage bucket.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Enabled boolean - Flag that specifies if this configuration is enabled or not.
- namespace string
- Object Storage namespace.
- time
Created string - The time when this record is created. An RFC3339 formatted datetime string.
- time
Updated string - The latest time when this record is updated. An RFC3339 formatted datetime string.
- bucket str
- Name of the Object Storage bucket.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
enabled bool - Flag that specifies if this configuration is enabled or not.
- namespace str
- Object Storage namespace.
- time_
created str - The time when this record is created. An RFC3339 formatted datetime string.
- time_
updated str - The latest time when this record is updated. An RFC3339 formatted datetime string.
- bucket String
- Name of the Object Storage bucket.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Enabled Boolean - Flag that specifies if this configuration is enabled or not.
- namespace String
- Object Storage namespace.
- time
Created String - The time when this record is created. An RFC3339 formatted datetime string.
- time
Updated String - The latest time when this record is updated. An RFC3339 formatted datetime string.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
