Class CfnAutomationRuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomationRuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomationRuleMixinProps
CfnAutomationRuleMixinProps-
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.CfnAutomationRuleMixinProps
CfnAutomationRuleMixinProps.Builder, CfnAutomationRuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutomationRuleMixinProps.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 actions to update finding fields if a finding matches the conditions specified inCriteria.final ObjectA set of AWS Security Finding Format (ASFF) finding field attributes and corresponding expected values that Security Hub CSPM uses to filter findings.final StringA description of the rule.final ObjectSpecifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria.final StringThe name of the rule.final NumberAn integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings.final StringWhether the rule is active after it is created.getTags()User-defined tags associated with an automation rule.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 theCfnAutomationRuleMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnAutomationRuleMixinPropsOne or more actions to update finding fields if a finding matches the conditions specified inCriteria.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomationRulePropsMixin.AutomationRulesActionProperty>- Specified by:
getActionsin interfaceCfnAutomationRuleMixinProps- See Also:
-
getCriteria
Description copied from interface:CfnAutomationRuleMixinPropsA set of AWS Security Finding Format (ASFF) finding field attributes and corresponding expected values that Security Hub CSPM uses to filter findings. If a rule is enabled and a finding matches the criteria specified in this parameter, Security Hub CSPM applies the rule action to the finding.Returns union: either
IResolvableorCfnAutomationRulePropsMixin.AutomationRulesFindingFiltersProperty- Specified by:
getCriteriain interfaceCfnAutomationRuleMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAutomationRuleMixinPropsA description of the rule.- Specified by:
getDescriptionin interfaceCfnAutomationRuleMixinProps- See Also:
-
getIsTerminal
Description copied from interface:CfnAutomationRuleMixinPropsSpecifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria.This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub CSPM applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
Returns union: either
BooleanorIResolvable- Specified by:
getIsTerminalin interfaceCfnAutomationRuleMixinProps- See Also:
-
getRuleName
Description copied from interface:CfnAutomationRuleMixinPropsThe name of the rule.- Specified by:
getRuleNamein interfaceCfnAutomationRuleMixinProps- See Also:
-
getRuleOrder
Description copied from interface:CfnAutomationRuleMixinPropsAn integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings.Security Hub CSPM applies rules with lower values for this parameter first.
- Specified by:
getRuleOrderin interfaceCfnAutomationRuleMixinProps- See Also:
-
getRuleStatus
Description copied from interface:CfnAutomationRuleMixinPropsWhether the rule is active after it is created.If this parameter is equal to
ENABLED, Security Hub CSPM applies the rule to findings and finding updates after the rule is created.- Specified by:
getRuleStatusin interfaceCfnAutomationRuleMixinProps- See Also:
-
getTags
Description copied from interface:CfnAutomationRuleMixinPropsUser-defined tags associated with an automation rule.- Specified by:
getTagsin interfaceCfnAutomationRuleMixinProps- 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()
-