1. Packages
  2. Google Cloud Native
  3. API Docs
  4. logging
  5. logging/v2
  6. getBillingAccountBucketView

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.logging/v2.getBillingAccountBucketView

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a view on a log bucket.

Using getBillingAccountBucketView

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 getBillingAccountBucketView(args: GetBillingAccountBucketViewArgs, opts?: InvokeOptions): Promise<GetBillingAccountBucketViewResult>
function getBillingAccountBucketViewOutput(args: GetBillingAccountBucketViewOutputArgs, opts?: InvokeOptions): Output<GetBillingAccountBucketViewResult>
Copy
def get_billing_account_bucket_view(billing_account_id: Optional[str] = None,
                                    bucket_id: Optional[str] = None,
                                    location: Optional[str] = None,
                                    view_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetBillingAccountBucketViewResult
def get_billing_account_bucket_view_output(billing_account_id: Optional[pulumi.Input[str]] = None,
                                    bucket_id: Optional[pulumi.Input[str]] = None,
                                    location: Optional[pulumi.Input[str]] = None,
                                    view_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetBillingAccountBucketViewResult]
Copy
func LookupBillingAccountBucketView(ctx *Context, args *LookupBillingAccountBucketViewArgs, opts ...InvokeOption) (*LookupBillingAccountBucketViewResult, error)
func LookupBillingAccountBucketViewOutput(ctx *Context, args *LookupBillingAccountBucketViewOutputArgs, opts ...InvokeOption) LookupBillingAccountBucketViewResultOutput
Copy

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

public static class GetBillingAccountBucketView 
{
    public static Task<GetBillingAccountBucketViewResult> InvokeAsync(GetBillingAccountBucketViewArgs args, InvokeOptions? opts = null)
    public static Output<GetBillingAccountBucketViewResult> Invoke(GetBillingAccountBucketViewInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBillingAccountBucketViewResult> getBillingAccountBucketView(GetBillingAccountBucketViewArgs args, InvokeOptions options)
public static Output<GetBillingAccountBucketViewResult> getBillingAccountBucketView(GetBillingAccountBucketViewArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:logging/v2:getBillingAccountBucketView
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BillingAccountId This property is required. string
BucketId This property is required. string
Location This property is required. string
ViewId This property is required. string
BillingAccountId This property is required. string
BucketId This property is required. string
Location This property is required. string
ViewId This property is required. string
billingAccountId This property is required. String
bucketId This property is required. String
location This property is required. String
viewId This property is required. String
billingAccountId This property is required. string
bucketId This property is required. string
location This property is required. string
viewId This property is required. string
billing_account_id This property is required. str
bucket_id This property is required. str
location This property is required. str
view_id This property is required. str
billingAccountId This property is required. String
bucketId This property is required. String
location This property is required. String
viewId This property is required. String

getBillingAccountBucketView Result

The following output properties are available:

CreateTime string
The creation timestamp of the view.
Description string
Describes this view.
Filter string
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
Name string
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
UpdateTime string
The last update timestamp of the view.
CreateTime string
The creation timestamp of the view.
Description string
Describes this view.
Filter string
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
Name string
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
UpdateTime string
The last update timestamp of the view.
createTime String
The creation timestamp of the view.
description String
Describes this view.
filter String
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
name String
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
updateTime String
The last update timestamp of the view.
createTime string
The creation timestamp of the view.
description string
Describes this view.
filter string
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
name string
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
updateTime string
The last update timestamp of the view.
create_time str
The creation timestamp of the view.
description str
Describes this view.
filter str
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
name str
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
update_time str
The last update timestamp of the view.
createTime String
The creation timestamp of the view.
description String
Describes this view.
filter String
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
name String
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
updateTime String
The last update timestamp of the view.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi