Interface LoggingFolderSinkExclusions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingFolderSinkExclusions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.825Z") @Stability(Stable) public interface LoggingFolderSinkExclusions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingFolderSinkExclusions.BuilderA builder forLoggingFolderSinkExclusionsstatic classLoggingFolderSinkExclusions.Jsii$ProxyAn implementation forLoggingFolderSinkExclusions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingFolderSinkExclusions.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_folder_sink#filter LoggingFolderSink#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_folder_sink#name LoggingFolderSink#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_folder_sink#description LoggingFolderSink#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_folder_sink#disabled LoggingFolderSink#disabled}
-
builder
@Stability(Stable) static LoggingFolderSinkExclusions.Builder builder()
-
-