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

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.BillingAccountBucketView

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

Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views. Auto-naming is currently not supported for this resource.

Create BillingAccountBucketView Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new BillingAccountBucketView(name: string, args: BillingAccountBucketViewArgs, opts?: CustomResourceOptions);
@overload
def BillingAccountBucketView(resource_name: str,
                             args: BillingAccountBucketViewArgs,
                             opts: Optional[ResourceOptions] = None)

@overload
def BillingAccountBucketView(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             billing_account_id: Optional[str] = None,
                             bucket_id: Optional[str] = None,
                             view_id: Optional[str] = None,
                             description: Optional[str] = None,
                             filter: Optional[str] = None,
                             location: Optional[str] = None,
                             name: Optional[str] = None)
func NewBillingAccountBucketView(ctx *Context, name string, args BillingAccountBucketViewArgs, opts ...ResourceOption) (*BillingAccountBucketView, error)
public BillingAccountBucketView(string name, BillingAccountBucketViewArgs args, CustomResourceOptions? opts = null)
public BillingAccountBucketView(String name, BillingAccountBucketViewArgs args)
public BillingAccountBucketView(String name, BillingAccountBucketViewArgs args, CustomResourceOptions options)
type: google-native:logging/v2:BillingAccountBucketView
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. BillingAccountBucketViewArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. BillingAccountBucketViewArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. BillingAccountBucketViewArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. BillingAccountBucketViewArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. BillingAccountBucketViewArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var billingAccountBucketViewResource = new GoogleNative.Logging.V2.BillingAccountBucketView("billingAccountBucketViewResource", new()
{
    BillingAccountId = "string",
    BucketId = "string",
    ViewId = "string",
    Description = "string",
    Filter = "string",
    Location = "string",
    Name = "string",
});
Copy
example, err := logging.NewBillingAccountBucketView(ctx, "billingAccountBucketViewResource", &logging.BillingAccountBucketViewArgs{
	BillingAccountId: pulumi.String("string"),
	BucketId:         pulumi.String("string"),
	ViewId:           pulumi.String("string"),
	Description:      pulumi.String("string"),
	Filter:           pulumi.String("string"),
	Location:         pulumi.String("string"),
	Name:             pulumi.String("string"),
})
Copy
var billingAccountBucketViewResource = new BillingAccountBucketView("billingAccountBucketViewResource", BillingAccountBucketViewArgs.builder()
    .billingAccountId("string")
    .bucketId("string")
    .viewId("string")
    .description("string")
    .filter("string")
    .location("string")
    .name("string")
    .build());
Copy
billing_account_bucket_view_resource = google_native.logging.v2.BillingAccountBucketView("billingAccountBucketViewResource",
    billing_account_id="string",
    bucket_id="string",
    view_id="string",
    description="string",
    filter="string",
    location="string",
    name="string")
Copy
const billingAccountBucketViewResource = new google_native.logging.v2.BillingAccountBucketView("billingAccountBucketViewResource", {
    billingAccountId: "string",
    bucketId: "string",
    viewId: "string",
    description: "string",
    filter: "string",
    location: "string",
    name: "string",
});
Copy
type: google-native:logging/v2:BillingAccountBucketView
properties:
    billingAccountId: string
    bucketId: string
    description: string
    filter: string
    location: string
    name: string
    viewId: string
Copy

BillingAccountBucketView Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The BillingAccountBucketView resource accepts the following input properties:

BillingAccountId
This property is required.
Changes to this property will trigger replacement.
string
BucketId
This property is required.
Changes to this property will trigger replacement.
string
ViewId
This property is required.
Changes to this property will trigger replacement.
string
Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
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")
Location Changes to this property will trigger replacement. string
Name string
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
BillingAccountId
This property is required.
Changes to this property will trigger replacement.
string
BucketId
This property is required.
Changes to this property will trigger replacement.
string
ViewId
This property is required.
Changes to this property will trigger replacement.
string
Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
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")
Location Changes to this property will trigger replacement. string
Name string
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
billingAccountId
This property is required.
Changes to this property will trigger replacement.
String
bucketId
This property is required.
Changes to this property will trigger replacement.
String
viewId
This property is required.
Changes to this property will trigger replacement.
String
Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
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")
location Changes to this property will trigger replacement. String
name String
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
billingAccountId
This property is required.
Changes to this property will trigger replacement.
string
bucketId
This property is required.
Changes to this property will trigger replacement.
string
viewId
This property is required.
Changes to this property will trigger replacement.
string
Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
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")
location Changes to this property will trigger replacement. string
name string
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
billing_account_id
This property is required.
Changes to this property will trigger replacement.
str
bucket_id
This property is required.
Changes to this property will trigger replacement.
str
view_id
This property is required.
Changes to this property will trigger replacement.
str
Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
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")
location Changes to this property will trigger replacement. str
name str
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
billingAccountId
This property is required.
Changes to this property will trigger replacement.
String
bucketId
This property is required.
Changes to this property will trigger replacement.
String
viewId
This property is required.
Changes to this property will trigger replacement.
String
Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
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")
location Changes to this property will trigger replacement. String
name String
The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view

Outputs

All input properties are implicitly available as output properties. Additionally, the BillingAccountBucketView resource produces the following output properties:

CreateTime string
The creation timestamp of the view.
Id string
The provider-assigned unique ID for this managed resource.
UpdateTime string
The last update timestamp of the view.
CreateTime string
The creation timestamp of the view.
Id string
The provider-assigned unique ID for this managed resource.
UpdateTime string
The last update timestamp of the view.
createTime String
The creation timestamp of the view.
id String
The provider-assigned unique ID for this managed resource.
updateTime String
The last update timestamp of the view.
createTime string
The creation timestamp of the view.
id string
The provider-assigned unique ID for this managed resource.
updateTime string
The last update timestamp of the view.
create_time str
The creation timestamp of the view.
id str
The provider-assigned unique ID for this managed resource.
update_time str
The last update timestamp of the view.
createTime String
The creation timestamp of the view.
id String
The provider-assigned unique ID for this managed resource.
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