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

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

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 new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.

Create OrganizationExclusion Resource

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

Constructor syntax

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

@overload
def OrganizationExclusion(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          filter: Optional[str] = None,
                          organization_id: Optional[str] = None,
                          description: Optional[str] = None,
                          disabled: Optional[bool] = None,
                          name: Optional[str] = None)
func NewOrganizationExclusion(ctx *Context, name string, args OrganizationExclusionArgs, opts ...ResourceOption) (*OrganizationExclusion, error)
public OrganizationExclusion(string name, OrganizationExclusionArgs args, CustomResourceOptions? opts = null)
public OrganizationExclusion(String name, OrganizationExclusionArgs args)
public OrganizationExclusion(String name, OrganizationExclusionArgs args, CustomResourceOptions options)
type: google-native:logging/v2:OrganizationExclusion
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. OrganizationExclusionArgs
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. OrganizationExclusionArgs
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. OrganizationExclusionArgs
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. OrganizationExclusionArgs
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. OrganizationExclusionArgs
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 organizationExclusionResource = new GoogleNative.Logging.V2.OrganizationExclusion("organizationExclusionResource", new()
{
    Filter = "string",
    OrganizationId = "string",
    Description = "string",
    Disabled = false,
    Name = "string",
});
Copy
example, err := logging.NewOrganizationExclusion(ctx, "organizationExclusionResource", &logging.OrganizationExclusionArgs{
	Filter:         pulumi.String("string"),
	OrganizationId: pulumi.String("string"),
	Description:    pulumi.String("string"),
	Disabled:       pulumi.Bool(false),
	Name:           pulumi.String("string"),
})
Copy
var organizationExclusionResource = new OrganizationExclusion("organizationExclusionResource", OrganizationExclusionArgs.builder()
    .filter("string")
    .organizationId("string")
    .description("string")
    .disabled(false)
    .name("string")
    .build());
Copy
organization_exclusion_resource = google_native.logging.v2.OrganizationExclusion("organizationExclusionResource",
    filter="string",
    organization_id="string",
    description="string",
    disabled=False,
    name="string")
Copy
const organizationExclusionResource = new google_native.logging.v2.OrganizationExclusion("organizationExclusionResource", {
    filter: "string",
    organizationId: "string",
    description: "string",
    disabled: false,
    name: "string",
});
Copy
type: google-native:logging/v2:OrganizationExclusion
properties:
    description: string
    disabled: false
    filter: string
    name: string
    organizationId: string
Copy

OrganizationExclusion 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 OrganizationExclusion resource accepts the following input properties:

Filter This property is required. string
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)
OrganizationId
This property is required.
Changes to this property will trigger replacement.
string
Description string
Optional. A description of this exclusion.
Disabled bool
Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
Name string
A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.
Filter This property is required. string
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)
OrganizationId
This property is required.
Changes to this property will trigger replacement.
string
Description string
Optional. A description of this exclusion.
Disabled bool
Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
Name string
A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.
filter This property is required. String
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)
organizationId
This property is required.
Changes to this property will trigger replacement.
String
description String
Optional. A description of this exclusion.
disabled Boolean
Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
name String
A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.
filter This property is required. string
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)
organizationId
This property is required.
Changes to this property will trigger replacement.
string
description string
Optional. A description of this exclusion.
disabled boolean
Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
name string
A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.
filter This property is required. str
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)
organization_id
This property is required.
Changes to this property will trigger replacement.
str
description str
Optional. A description of this exclusion.
disabled bool
Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
name str
A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.
filter This property is required. String
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)
organizationId
This property is required.
Changes to this property will trigger replacement.
String
description String
Optional. A description of this exclusion.
disabled Boolean
Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
name String
A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.

Outputs

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

CreateTime string
The creation timestamp of the exclusion.This field may not be present for older exclusions.
Id string
The provider-assigned unique ID for this managed resource.
UpdateTime string
The last update timestamp of the exclusion.This field may not be present for older exclusions.
CreateTime string
The creation timestamp of the exclusion.This field may not be present for older exclusions.
Id string
The provider-assigned unique ID for this managed resource.
UpdateTime string
The last update timestamp of the exclusion.This field may not be present for older exclusions.
createTime String
The creation timestamp of the exclusion.This field may not be present for older exclusions.
id String
The provider-assigned unique ID for this managed resource.
updateTime String
The last update timestamp of the exclusion.This field may not be present for older exclusions.
createTime string
The creation timestamp of the exclusion.This field may not be present for older exclusions.
id string
The provider-assigned unique ID for this managed resource.
updateTime string
The last update timestamp of the exclusion.This field may not be present for older exclusions.
create_time str
The creation timestamp of the exclusion.This field may not be present for older exclusions.
id str
The provider-assigned unique ID for this managed resource.
update_time str
The last update timestamp of the exclusion.This field may not be present for older exclusions.
createTime String
The creation timestamp of the exclusion.This field may not be present for older exclusions.
id String
The provider-assigned unique ID for this managed resource.
updateTime String
The last update timestamp of the exclusion.This field may not be present for older exclusions.

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