Class CfnInsightProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnInsightProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInsightProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInsightProps
@Stability(Stable)
@Internal
public static final class CfnInsightProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInsightProps
An implementation for
CfnInsightProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnInsightProps
CfnInsightProps.Builder, CfnInsightProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnInsightProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInsightProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
One or more attributes used to filter the findings included in the insight.final String
The grouping attribute for the insight's findings.final String
getName()
The name of a Security Hub insight.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnInsightProps.Builder
.
-
-
Method Details
-
getFilters
Description copied from interface:CfnInsightProps
One or more attributes used to filter the findings included in the insight.The insight only includes findings that match the criteria defined in the filters. You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values.
- Specified by:
getFilters
in interfaceCfnInsightProps
- See Also:
-
getGroupByAttribute
Description copied from interface:CfnInsightProps
The grouping attribute for the insight's findings.Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
- Specified by:
getGroupByAttribute
in interfaceCfnInsightProps
- See Also:
-
getName
Description copied from interface:CfnInsightProps
The name of a Security Hub insight.- Specified by:
getName
in interfaceCfnInsightProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-