Class GuarddutyDetectorDatasources.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.guardduty_detector.GuarddutyDetectorDatasources.Jsii$Proxy
-
- All Implemented Interfaces:
GuarddutyDetectorDatasources,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GuarddutyDetectorDatasources
@Stability(Stable) @Internal public static final class GuarddutyDetectorDatasources.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GuarddutyDetectorDatasources
An implementation forGuarddutyDetectorDatasources
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.guardduty_detector.GuarddutyDetectorDatasources
GuarddutyDetectorDatasources.Builder, GuarddutyDetectorDatasources.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GuarddutyDetectorDatasources.Builder builder)Constructor that initializes the object based on literal property values passed by theGuarddutyDetectorDatasources.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)GuarddutyDetectorDatasourcesKubernetesgetKubernetes()kubernetes block.GuarddutyDetectorDatasourcesMalwareProtectiongetMalwareProtection()malware_protection block.GuarddutyDetectorDatasourcesS3LogsgetS3Logs()s3_logs block.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(GuarddutyDetectorDatasources.Builder builder)
Constructor that initializes the object based on literal property values passed by theGuarddutyDetectorDatasources.Builder.
-
-
Method Detail
-
getKubernetes
public final GuarddutyDetectorDatasourcesKubernetes getKubernetes()
Description copied from interface:GuarddutyDetectorDatasourceskubernetes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#kubernetes GuarddutyDetector#kubernetes}
- Specified by:
getKubernetesin interfaceGuarddutyDetectorDatasources
-
getMalwareProtection
public final GuarddutyDetectorDatasourcesMalwareProtection getMalwareProtection()
Description copied from interface:GuarddutyDetectorDatasourcesmalware_protection block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#malware_protection GuarddutyDetector#malware_protection}
- Specified by:
getMalwareProtectionin interfaceGuarddutyDetectorDatasources
-
getS3Logs
public final GuarddutyDetectorDatasourcesS3Logs getS3Logs()
Description copied from interface:GuarddutyDetectorDatasourcess3_logs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#s3_logs GuarddutyDetector#s3_logs}
- Specified by:
getS3Logsin interfaceGuarddutyDetectorDatasources
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-