Class SccV2OrganizationNotificationConfigStreamingConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_v2_organization_notification_config.SccV2OrganizationNotificationConfigStreamingConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccV2OrganizationNotificationConfigStreamingConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccV2OrganizationNotificationConfigStreamingConfig
@Stability(Stable) @Internal public static final class SccV2OrganizationNotificationConfigStreamingConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccV2OrganizationNotificationConfigStreamingConfig
An implementation forSccV2OrganizationNotificationConfigStreamingConfig
-
-
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_organization_notification_config.SccV2OrganizationNotificationConfigStreamingConfig
SccV2OrganizationNotificationConfigStreamingConfig.Builder, SccV2OrganizationNotificationConfigStreamingConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccV2OrganizationNotificationConfigStreamingConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccV2OrganizationNotificationConfigStreamingConfig.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)StringgetFilter()Expression that defines the filter to apply across create/update events of assets or findings as specified by the event type.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(SccV2OrganizationNotificationConfigStreamingConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccV2OrganizationNotificationConfigStreamingConfig.Builder.
-
-
Method Detail
-
getFilter
public final String getFilter()
Description copied from interface:SccV2OrganizationNotificationConfigStreamingConfigExpression that defines the filter to apply across create/update events of assets or findings as specified by the event type.The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form
and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * > , <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes. See [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications) for information on how to write a filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_notification_config#filter SccV2OrganizationNotificationConfig#filter} - Specified by:
getFilterin interfaceSccV2OrganizationNotificationConfigStreamingConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-