Class GuarddutyDetectorDatasourcesKubernetes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.guardduty_detector.GuarddutyDetectorDatasourcesKubernetes.Jsii$Proxy
-
- All Implemented Interfaces:
GuarddutyDetectorDatasourcesKubernetes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GuarddutyDetectorDatasourcesKubernetes
@Stability(Stable) @Internal public static final class GuarddutyDetectorDatasourcesKubernetes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GuarddutyDetectorDatasourcesKubernetes
An implementation forGuarddutyDetectorDatasourcesKubernetes
-
-
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.GuarddutyDetectorDatasourcesKubernetes
GuarddutyDetectorDatasourcesKubernetes.Builder, GuarddutyDetectorDatasourcesKubernetes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GuarddutyDetectorDatasourcesKubernetes.Builder builder)Constructor that initializes the object based on literal property values passed by theGuarddutyDetectorDatasourcesKubernetes.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)GuarddutyDetectorDatasourcesKubernetesAuditLogsgetAuditLogs()audit_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(GuarddutyDetectorDatasourcesKubernetes.Builder builder)
Constructor that initializes the object based on literal property values passed by theGuarddutyDetectorDatasourcesKubernetes.Builder.
-
-
Method Detail
-
getAuditLogs
public final GuarddutyDetectorDatasourcesKubernetesAuditLogs getAuditLogs()
Description copied from interface:GuarddutyDetectorDatasourcesKubernetesaudit_logs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#audit_logs GuarddutyDetector#audit_logs}
- Specified by:
getAuditLogsin interfaceGuarddutyDetectorDatasourcesKubernetes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-