Interface SccV2ProjectMuteConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SccV2ProjectMuteConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.638Z") @Stability(Stable) public interface SccV2ProjectMuteConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSccV2ProjectMuteConfigConfig.BuilderA builder forSccV2ProjectMuteConfigConfigstatic classSccV2ProjectMuteConfigConfig.Jsii$ProxyAn implementation forSccV2ProjectMuteConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SccV2ProjectMuteConfigConfig.Builderbuilder()default StringgetDescription()A description of the mute config.StringgetFilter()An expression that defines the filter to apply across create/update events of findings.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#id SccV2ProjectMuteConfig#id}.default StringgetLocation()location Id is provided by project.StringgetMuteConfigId()Unique identifier provided by the client within the parent scope.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#project SccV2ProjectMuteConfig#project}.default SccV2ProjectMuteConfigTimeoutsgetTimeouts()timeouts block.StringgetType()The type of the mute config.
-
-
-
Method Detail
-
getFilter
@Stability(Stable) @NotNull String getFilter()
An expression that defines the filter to apply across create/update events of findings.While creating a filter string, be mindful of the scope in which the mute configuration is being created. E.g., If a filter contains project = X but is created under the project = Y scope, it might not match any findings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#filter SccV2ProjectMuteConfig#filter}
-
getMuteConfigId
@Stability(Stable) @NotNull String getMuteConfigId()
Unique identifier provided by the client within the parent scope.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#mute_config_id SccV2ProjectMuteConfig#mute_config_id}
-
getType
@Stability(Stable) @NotNull String getType()
The type of the mute config.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#type SccV2ProjectMuteConfig#type}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A description of the mute config.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#description SccV2ProjectMuteConfig#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#id SccV2ProjectMuteConfig#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.
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
location Id is provided by project. If not provided, Use global as default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#location SccV2ProjectMuteConfig#location}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#project SccV2ProjectMuteConfig#project}.
-
getTimeouts
@Stability(Stable) @Nullable default SccV2ProjectMuteConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_project_mute_config#timeouts SccV2ProjectMuteConfig#timeouts}
-
builder
@Stability(Stable) static SccV2ProjectMuteConfigConfig.Builder builder()
-
-