Class CfnCustomDetectionRuleAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnCustomDetectionRuleAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomDetectionRuleAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomDetectionRuleAssociationProps
@Stability(Stable)
@Internal
public static final class CfnCustomDetectionRuleAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomDetectionRuleAssociationProps
An implementation for
CfnCustomDetectionRuleAssociationProps-
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.guardduty.CfnCustomDetectionRuleAssociationProps
CfnCustomDetectionRuleAssociationProps.Builder, CfnCustomDetectionRuleAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomDetectionRuleAssociationProps.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 StringgetMode()Whether the rule runs in LIVE mode (generates findings) or DRY_RUN mode (evaluates without generating findings).final StringThe catalog identifier of the custom detection rule to associate.getTags()The tags applied to the association.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 theCfnCustomDetectionRuleAssociationProps.Builder.
-
-
Method Details
-
getMode
Description copied from interface:CfnCustomDetectionRuleAssociationPropsWhether the rule runs in LIVE mode (generates findings) or DRY_RUN mode (evaluates without generating findings).- Specified by:
getModein interfaceCfnCustomDetectionRuleAssociationProps- See Also:
-
getRuleId
Description copied from interface:CfnCustomDetectionRuleAssociationPropsThe catalog identifier of the custom detection rule to associate.- Specified by:
getRuleIdin interfaceCfnCustomDetectionRuleAssociationProps- See Also:
-
getTags
Description copied from interface:CfnCustomDetectionRuleAssociationPropsThe tags applied to the association.- Specified by:
getTagsin interfaceCfnCustomDetectionRuleAssociationProps- 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()
-