Interface SccV2FolderMuteConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SccV2FolderMuteConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.611Z") @Stability(Stable) public interface SccV2FolderMuteConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSccV2FolderMuteConfigConfig.BuilderA builder forSccV2FolderMuteConfigConfigstatic classSccV2FolderMuteConfigConfig.Jsii$ProxyAn implementation forSccV2FolderMuteConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SccV2FolderMuteConfigConfig.Builderbuilder()default StringgetDescription()A description of the mute config.StringgetFilter()An expression that defines the filter to apply across create/update events of findings.StringgetFolder()The folder whose Cloud Security Command Center the Mute Config lives in.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_folder_mute_config#id SccV2FolderMuteConfig#id}.default StringgetLocation()location Id is provided by folder.StringgetMuteConfigId()Unique identifier provided by the client within the parent scope.default SccV2FolderMuteConfigTimeoutsgetTimeouts()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_folder_mute_config#filter SccV2FolderMuteConfig#filter}
-
getFolder
@Stability(Stable) @NotNull String getFolder()
The folder whose Cloud Security Command Center the Mute Config lives in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_folder_mute_config#folder SccV2FolderMuteConfig#folder}
-
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_folder_mute_config#mute_config_id SccV2FolderMuteConfig#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_folder_mute_config#type SccV2FolderMuteConfig#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_folder_mute_config#description SccV2FolderMuteConfig#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_folder_mute_config#id SccV2FolderMuteConfig#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 folder. 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_folder_mute_config#location SccV2FolderMuteConfig#location}
-
getTimeouts
@Stability(Stable) @Nullable default SccV2FolderMuteConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_folder_mute_config#timeouts SccV2FolderMuteConfig#timeouts}
-
builder
@Stability(Stable) static SccV2FolderMuteConfigConfig.Builder builder()
-
-