Package com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module
Class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Jsii$Proxy
-
- All Implemented Interfaces:
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector
@Stability(Stable) @Internal public static final class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector
An implementation forSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector
-
-
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_management_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Builder, SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Builder builder)Constructor that initializes the object based on literal property values passed by theSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.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)List<String>getResourceTypes()The resource types to run the detector on.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(SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector.Builder.
-
-
Method Detail
-
getResourceTypes
public final List<String> getResourceTypes()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelectorThe resource types to run the detector on.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#resource_types SccManagementProjectSecurityHealthAnalyticsCustomModule#resource_types}
- Specified by:
getResourceTypesin interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-