Class CfnInsightMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnInsightMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInsightMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInsightMixinProps
@Stability(Stable)
@Internal
public static final class CfnInsightMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInsightMixinProps
An implementation for
CfnInsightMixinProps-
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.cfnpropertymixins.services.securityhub.CfnInsightMixinProps
CfnInsightMixinProps.Builder, CfnInsightMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInsightMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInsightMixinProps.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 CSPM 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 theCfnInsightMixinProps.Builder.
-
-
Method Details
-
getFilters
Description copied from interface:CfnInsightMixinPropsOne 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
IResolvableorCfnInsightPropsMixin.AwsSecurityFindingFiltersProperty- Specified by:
getFiltersin interfaceCfnInsightMixinProps- See Also:
-
getGroupByAttribute
Description copied from interface:CfnInsightMixinPropsThe 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 interfaceCfnInsightMixinProps- See Also:
-
getName
Description copied from interface:CfnInsightMixinPropsThe name of a Security Hub CSPM insight.- Specified by:
getNamein interfaceCfnInsightMixinProps- 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()
-