Class SccV2FolderMuteConfigConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_v2_folder_mute_config.SccV2FolderMuteConfigConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccV2FolderMuteConfigConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccV2FolderMuteConfigConfig
@Stability(Stable) @Internal public static final class SccV2FolderMuteConfigConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccV2FolderMuteConfigConfig
An implementation forSccV2FolderMuteConfigConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.scc_v2_folder_mute_config.SccV2FolderMuteConfigConfig
SccV2FolderMuteConfigConfig.Builder, SccV2FolderMuteConfigConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccV2FolderMuteConfigConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccV2FolderMuteConfigConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()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.com.hashicorp.cdktf.ITerraformIteratorgetForEach()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}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()location Id is provided by folder.StringgetMuteConfigId()Unique identifier provided by the client within the parent scope.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()SccV2FolderMuteConfigTimeoutsgetTimeouts()timeouts block.StringgetType()The type of the mute config.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SccV2FolderMuteConfigConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccV2FolderMuteConfigConfig.Builder.
-
-
Method Detail
-
getFilter
public final String getFilter()
Description copied from interface:SccV2FolderMuteConfigConfigAn 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}
- Specified by:
getFilterin interfaceSccV2FolderMuteConfigConfig
-
getFolder
public final String getFolder()
Description copied from interface:SccV2FolderMuteConfigConfigThe 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}
- Specified by:
getFolderin interfaceSccV2FolderMuteConfigConfig
-
getMuteConfigId
public final String getMuteConfigId()
Description copied from interface:SccV2FolderMuteConfigConfigUnique 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}
- Specified by:
getMuteConfigIdin interfaceSccV2FolderMuteConfigConfig
-
getType
public final String getType()
Description copied from interface:SccV2FolderMuteConfigConfigThe 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}
- Specified by:
getTypein interfaceSccV2FolderMuteConfigConfig
-
getDescription
public final String getDescription()
Description copied from interface:SccV2FolderMuteConfigConfigA 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}
- Specified by:
getDescriptionin interfaceSccV2FolderMuteConfigConfig
-
getId
public final String getId()
Description copied from interface:SccV2FolderMuteConfigConfigDocs 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.
- Specified by:
getIdin interfaceSccV2FolderMuteConfigConfig
-
getLocation
public final String getLocation()
Description copied from interface:SccV2FolderMuteConfigConfiglocation 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}
- Specified by:
getLocationin interfaceSccV2FolderMuteConfigConfig
-
getTimeouts
public final SccV2FolderMuteConfigTimeouts getTimeouts()
Description copied from interface:SccV2FolderMuteConfigConfigtimeouts 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}
- Specified by:
getTimeoutsin interfaceSccV2FolderMuteConfigConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-