Interface LoggingOrganizationExclusionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
LoggingOrganizationExclusionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.853Z") @Stability(Stable) public interface LoggingOrganizationExclusionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingOrganizationExclusionConfig.BuilderA builder forLoggingOrganizationExclusionConfigstatic classLoggingOrganizationExclusionConfig.Jsii$ProxyAn implementation forLoggingOrganizationExclusionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingOrganizationExclusionConfig.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_organization_exclusion#id LoggingOrganizationExclusion#id}.StringgetName()The name of the logging exclusion.StringgetOrgId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_exclusion#org_id LoggingOrganizationExclusion#org_id}.
-
-
-
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_organization_exclusion#filter LoggingOrganizationExclusion#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_organization_exclusion#name LoggingOrganizationExclusion#name}
-
getOrgId
@Stability(Stable) @NotNull String getOrgId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_exclusion#org_id LoggingOrganizationExclusion#org_id}.
-
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_organization_exclusion#description LoggingOrganizationExclusion#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_organization_exclusion#disabled LoggingOrganizationExclusion#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_organization_exclusion#id LoggingOrganizationExclusion#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 LoggingOrganizationExclusionConfig.Builder builder()
-
-