Interface LoggingProjectExclusionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
LoggingProjectExclusionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.873Z") @Stability(Stable) public interface LoggingProjectExclusionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingProjectExclusionConfig.BuilderA builder forLoggingProjectExclusionConfigstatic classLoggingProjectExclusionConfig.Jsii$ProxyAn implementation forLoggingProjectExclusionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingProjectExclusionConfig.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.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_exclusion#id LoggingProjectExclusion#id}.StringgetName()The name of the logging exclusion.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_exclusion#project LoggingProjectExclusion#project}.
-
-
-
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_project_exclusion#filter LoggingProjectExclusion#filter}
-
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_project_exclusion#name LoggingProjectExclusion#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_project_exclusion#description LoggingProjectExclusion#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_project_exclusion#disabled LoggingProjectExclusion#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_project_exclusion#id LoggingProjectExclusion#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_exclusion#project LoggingProjectExclusion#project}.
-
builder
@Stability(Stable) static LoggingProjectExclusionConfig.Builder builder()
-
-