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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.CfnDetectorProps
CfnDetectorProps.Builder, CfnDetectorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDetectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDetectorProps.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
Describes which data sources will be enabled for the detector.final Object
Specifies whether the detector is to be enabled on creation.final Object
A list of features that will be configured for the detector.final String
Specifies how frequently updated findings are exported.final List<CfnDetector.TagItemProperty>
getTags()
Specifies tags added to a new detector resource.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 theCfnDetectorProps.Builder
.
-
-
Method Details
-
getEnable
Description copied from interface:CfnDetectorProps
Specifies whether the detector is to be enabled on creation.- Specified by:
getEnable
in interfaceCfnDetectorProps
- See Also:
-
getDataSources
Description copied from interface:CfnDetectorProps
Describes which data sources will be enabled for the detector.- Specified by:
getDataSources
in interfaceCfnDetectorProps
- See Also:
-
getFeatures
Description copied from interface:CfnDetectorProps
A list of features that will be configured for the detector.- Specified by:
getFeatures
in interfaceCfnDetectorProps
- See Also:
-
getFindingPublishingFrequency
Description copied from interface:CfnDetectorProps
Specifies how frequently updated findings are exported.- Specified by:
getFindingPublishingFrequency
in interfaceCfnDetectorProps
- See Also:
-
getTags
Description copied from interface:CfnDetectorProps
Specifies 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:
getTags
in interfaceCfnDetectorProps
- 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()
-