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