Class CfnDetectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnDetectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDetectorProps
@Stability(Stable)
@Internal
public static final class CfnDetectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorProps
An implementation for
CfnDetectorProps-
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.CfnDetectorProps
CfnDetectorProps.Builder, CfnDetectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDetectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDetectorProps.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 ObjectDescribes which data sources will be enabled for the detector.final ObjectSpecifies whether the detector is to be enabled on creation.final ObjectA list of features that will be configured for the detector.final StringSpecifies how frequently updated findings are exported.getTags()Specifies tags added to a new detector resource.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 theCfnDetectorProps.Builder.
-
-
Method Details
-
getEnable
Description copied from interface:CfnDetectorPropsSpecifies whether the detector is to be enabled on creation.- Specified by:
getEnablein interfaceCfnDetectorProps
-
getDataSources
Description copied from interface:CfnDetectorPropsDescribes which data sources will be enabled for the detector.- Specified by:
getDataSourcesin interfaceCfnDetectorProps
-
getFeatures
Description copied from interface:CfnDetectorPropsA list of features that will be configured for the detector.- Specified by:
getFeaturesin interfaceCfnDetectorProps
-
getFindingPublishingFrequency
Description copied from interface:CfnDetectorPropsSpecifies how frequently updated findings are exported.- Specified by:
getFindingPublishingFrequencyin interfaceCfnDetectorProps
-
getTags
Description copied from interface:CfnDetectorPropsSpecifies tags added to a new detector resource.Each tag consists of a key and an optional value, both of which you define.
Currently, support is available only for creating and deleting a tag. No support exists for updating the tags.
For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetectorProps
-
$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()
-