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