Interface LoggingFolderExclusionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
LoggingFolderExclusionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.820Z") @Stability(Stable) public interface LoggingFolderExclusionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingFolderExclusionConfig.BuilderA builder forLoggingFolderExclusionConfigstatic classLoggingFolderExclusionConfig.Jsii$ProxyAn implementation forLoggingFolderExclusionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingFolderExclusionConfig.Builderbuilder()default StringgetDescription()A human-readable description.default ObjectgetDisabled()Whether this exclusion rule should be disabled or not.StringgetFilter()The filter to apply when excluding logs.StringgetFolder()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#folder LoggingFolderExclusion#folder}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#id LoggingFolderExclusion#id}.StringgetName()The name of the logging exclusion.
-
-
-
Method Detail
-
getFilter
@Stability(Stable) @NotNull String getFilter()
The filter to apply when excluding logs. Only log entries that match the filter are excluded.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#filter LoggingFolderExclusion#filter}
-
getFolder
@Stability(Stable) @NotNull String getFolder()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#folder LoggingFolderExclusion#folder}.
-
getName
@Stability(Stable) @NotNull String getName()
The name of the logging exclusion.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#name LoggingFolderExclusion#name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#description LoggingFolderExclusion#description}
-
getDisabled
@Stability(Stable) @Nullable default Object getDisabled()
Whether this exclusion rule should be disabled or not. This defaults to false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#disabled LoggingFolderExclusion#disabled}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_exclusion#id LoggingFolderExclusion#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
builder
@Stability(Stable) static LoggingFolderExclusionConfig.Builder builder()
-
-