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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnInsightProps
CfnInsightProps.Builder, CfnInsightProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInsightProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInsightProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectOne or more attributes used to filter the findings included in the insight.final StringThe grouping attribute for the insight's findings.final StringgetName()The name of a Security Hub insight.final inthashCode()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:CfnInsightPropsOne 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.
Returns union: either
IResolvableorCfnInsight.AwsSecurityFindingFiltersProperty- Specified by:
getFiltersin interfaceCfnInsightProps- See Also:
-
getGroupByAttribute
Description copied from interface:CfnInsightPropsThe 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:
getGroupByAttributein interfaceCfnInsightProps- See Also:
-
getName
Description copied from interface:CfnInsightPropsThe name of a Security Hub insight.- Specified by:
getNamein interfaceCfnInsightProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-