Class CfnDetector.CFNDataSourceConfigurationsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnDetector.CFNDataSourceConfigurationsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetector.CFNDataSourceConfigurationsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetector.CFNDataSourceConfigurationsProperty
@Stability(Stable)
@Internal
public static final class CfnDetector.CFNDataSourceConfigurationsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetector.CFNDataSourceConfigurationsProperty
An implementation for
CfnDetector.CFNDataSourceConfigurationsProperty
-
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.CfnDetector.CFNDataSourceConfigurationsProperty
CfnDetector.CFNDataSourceConfigurationsProperty.Builder, CfnDetector.CFNDataSourceConfigurationsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDetector.CFNDataSourceConfigurationsProperty.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 Kubernetes data sources are enabled for a detector.final Object
Describes whether Malware Protection will be enabled as a data source.final Object
Describes whether S3 data event logs are enabled as a data source.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 theCfnDetector.CFNDataSourceConfigurationsProperty.Builder
.
-
-
Method Details
-
getKubernetes
Description copied from interface:CfnDetector.CFNDataSourceConfigurationsProperty
Describes which Kubernetes data sources are enabled for a detector.- Specified by:
getKubernetes
in interfaceCfnDetector.CFNDataSourceConfigurationsProperty
- See Also:
-
getMalwareProtection
Description copied from interface:CfnDetector.CFNDataSourceConfigurationsProperty
Describes whether Malware Protection will be enabled as a data source.- Specified by:
getMalwareProtection
in interfaceCfnDetector.CFNDataSourceConfigurationsProperty
- See Also:
-
getS3Logs
Description copied from interface:CfnDetector.CFNDataSourceConfigurationsProperty
Describes whether S3 data event logs are enabled as a data source.- Specified by:
getS3Logs
in interfaceCfnDetector.CFNDataSourceConfigurationsProperty
- 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()
-