Interface GuarddutyDetectorDatasources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GuarddutyDetectorDatasources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.254Z") @Stability(Stable) public interface GuarddutyDetectorDatasources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGuarddutyDetectorDatasources.BuilderA builder forGuarddutyDetectorDatasourcesstatic classGuarddutyDetectorDatasources.Jsii$ProxyAn implementation forGuarddutyDetectorDatasources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GuarddutyDetectorDatasources.Builderbuilder()default GuarddutyDetectorDatasourcesKubernetesgetKubernetes()kubernetes block.default GuarddutyDetectorDatasourcesMalwareProtectiongetMalwareProtection()malware_protection block.default GuarddutyDetectorDatasourcesS3LogsgetS3Logs()s3_logs block.
-
-
-
Method Detail
-
getKubernetes
@Stability(Stable) @Nullable default GuarddutyDetectorDatasourcesKubernetes getKubernetes()
kubernetes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#kubernetes GuarddutyDetector#kubernetes}
-
getMalwareProtection
@Stability(Stable) @Nullable default GuarddutyDetectorDatasourcesMalwareProtection getMalwareProtection()
malware_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}
-
getS3Logs
@Stability(Stable) @Nullable default GuarddutyDetectorDatasourcesS3Logs getS3Logs()
s3_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}
-
builder
@Stability(Stable) static GuarddutyDetectorDatasources.Builder builder()
-
-