Class CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty
An implementation for
CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty-
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.CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty
CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.Builder, CfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.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 Kubernetes data sources are enabled for a detector.final ObjectDescribes whether Malware Protection will be enabled as a data source.final ObjectDescribes whether S3 data event logs are enabled as a data source.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 theCfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty.Builder.
-
-
Method Details
-
getKubernetes
Description copied from interface:CfnDetectorPropsMixin.CFNDataSourceConfigurationsPropertyDescribes which Kubernetes data sources are enabled for a detector.Returns union: either
IResolvableorCfnDetectorPropsMixin.CFNKubernetesConfigurationProperty- Specified by:
getKubernetesin interfaceCfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty- See Also:
-
getMalwareProtection
Description copied from interface:CfnDetectorPropsMixin.CFNDataSourceConfigurationsPropertyDescribes whether Malware Protection will be enabled as a data source.Returns union: either
IResolvableorCfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty- Specified by:
getMalwareProtectionin interfaceCfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty- See Also:
-
getS3Logs
Description copied from interface:CfnDetectorPropsMixin.CFNDataSourceConfigurationsPropertyDescribes whether S3 data event logs are enabled as a data source.Returns union: either
IResolvableorCfnDetectorPropsMixin.CFNS3LogsConfigurationProperty- Specified by:
getS3Logsin interfaceCfnDetectorPropsMixin.CFNDataSourceConfigurationsProperty- 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()
-