Class CfnAutomationRuleV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2Props.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomationRuleV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomationRuleV2Props
@Stability(Stable)
@Internal
public static final class CfnAutomationRuleV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomationRuleV2Props
An implementation for
CfnAutomationRuleV2Props-
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.CfnAutomationRuleV2Props
CfnAutomationRuleV2Props.Builder, CfnAutomationRuleV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutomationRuleV2Props.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 ObjectA list of actions to be performed when the rule criteria is met.final ObjectThe filtering type and configuration of the automation rule.final StringA description of the V2 automation rule.final StringThe name of the V2 automation rule.final NumberThe value for the rule priority.final StringThe status of the V2 automation rule.getTags()A list of key-value pairs associated with the V2 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 theCfnAutomationRuleV2Props.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnAutomationRuleV2PropsA list of actions to be performed when the rule criteria is met.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomationRuleV2.AutomationRulesActionV2Property>- Specified by:
getActionsin interfaceCfnAutomationRuleV2Props- See Also:
-
getCriteria
Description copied from interface:CfnAutomationRuleV2PropsThe filtering type and configuration of the automation rule.Returns union: either
IResolvableorCfnAutomationRuleV2.CriteriaProperty- Specified by:
getCriteriain interfaceCfnAutomationRuleV2Props- See Also:
-
getDescription
Description copied from interface:CfnAutomationRuleV2PropsA description of the V2 automation rule.- Specified by:
getDescriptionin interfaceCfnAutomationRuleV2Props- See Also:
-
getRuleName
Description copied from interface:CfnAutomationRuleV2PropsThe name of the V2 automation rule.- Specified by:
getRuleNamein interfaceCfnAutomationRuleV2Props- See Also:
-
getRuleOrder
Description copied from interface:CfnAutomationRuleV2PropsThe value for the rule priority.- Specified by:
getRuleOrderin interfaceCfnAutomationRuleV2Props- See Also:
-
getRuleStatus
Description copied from interface:CfnAutomationRuleV2PropsThe status of the V2 automation rule.- Specified by:
getRuleStatusin interfaceCfnAutomationRuleV2Props- See Also:
-
getTags
Description copied from interface:CfnAutomationRuleV2PropsA list of key-value pairs associated with the V2 automation rule.- Specified by:
getTagsin interfaceCfnAutomationRuleV2Props- 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()
-