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