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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2Props
CfnAutomationRuleV2Props.Builder, CfnAutomationRuleV2Props.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAutomationRuleV2Props.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
A list of actions to be performed when the rule criteria is met.final Object
The filtering type and configuration of the automation rule.final String
A description of the V2 automation rule.final String
The name of the V2 automation rule.final Number
The value for the rule priority.final String
The status of the V2 automation rule.getTags()
A list of key-value pairs associated with the V2 automation rule.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 theCfnAutomationRuleV2Props.Builder
.
-
-
Method Details
-
getActions
Description copied from interface:CfnAutomationRuleV2Props
A list of actions to be performed when the rule criteria is met.- Specified by:
getActions
in interfaceCfnAutomationRuleV2Props
- See Also:
-
getCriteria
Description copied from interface:CfnAutomationRuleV2Props
The filtering type and configuration of the automation rule.- Specified by:
getCriteria
in interfaceCfnAutomationRuleV2Props
- See Also:
-
getDescription
Description copied from interface:CfnAutomationRuleV2Props
A description of the V2 automation rule.- Specified by:
getDescription
in interfaceCfnAutomationRuleV2Props
- See Also:
-
getRuleName
Description copied from interface:CfnAutomationRuleV2Props
The name of the V2 automation rule.- Specified by:
getRuleName
in interfaceCfnAutomationRuleV2Props
- See Also:
-
getRuleOrder
Description copied from interface:CfnAutomationRuleV2Props
The value for the rule priority.- Specified by:
getRuleOrder
in interfaceCfnAutomationRuleV2Props
- See Also:
-
getRuleStatus
Description copied from interface:CfnAutomationRuleV2Props
The status of the V2 automation rule.- Specified by:
getRuleStatus
in interfaceCfnAutomationRuleV2Props
- See Also:
-
getTags
Description copied from interface:CfnAutomationRuleV2Props
A list of key-value pairs associated with the V2 automation rule.- Specified by:
getTags
in interfaceCfnAutomationRuleV2Props
- 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()
-