Interface LoggingProjectSinkExclusions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingProjectSinkExclusions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.876Z") @Stability(Stable) public interface LoggingProjectSinkExclusions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingProjectSinkExclusions.BuilderA builder forLoggingProjectSinkExclusionsstatic classLoggingProjectSinkExclusions.Jsii$ProxyAn implementation forLoggingProjectSinkExclusions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingProjectSinkExclusions.Builderbuilder()default StringgetDescription()A description of this exclusion.default ObjectgetDisabled()If set to True, then this exclusion is disabled and it does not exclude any log entries.StringgetFilter()An advanced logs filter that matches the log entries to be excluded.StringgetName()A client-assigned identifier, such as "load-balancer-exclusion".
-
-
-
Method Detail
-
getFilter
@Stability(Stable) @NotNull String getFilter()
An advanced logs filter that matches the log entries to be excluded.By using the sample function, you can exclude less than 100% of the matching log entries Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_sink#filter LoggingProjectSink#filter}
-
getName
@Stability(Stable) @NotNull String getName()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_sink#name LoggingProjectSink#name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A description of this exclusion.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_sink#description LoggingProjectSink#description}
-
getDisabled
@Stability(Stable) @Nullable default Object getDisabled()
If set to True, then this exclusion is disabled and it does not exclude any log entries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_sink#disabled LoggingProjectSink#disabled}
-
builder
@Stability(Stable) static LoggingProjectSinkExclusions.Builder builder()
-
-