OrganizationConfigurationDatasourcesArgs

data class OrganizationConfigurationDatasourcesArgs(val kubernetes: Output<OrganizationConfigurationDatasourcesKubernetesArgs>? = null, val malwareProtection: Output<OrganizationConfigurationDatasourcesMalwareProtectionArgs>? = null, val s3Logs: Output<OrganizationConfigurationDatasourcesS3LogsArgs>? = null) : ConvertibleToJava<OrganizationConfigurationDatasourcesArgs>

Constructors

Link copied to clipboard
constructor(kubernetes: Output<OrganizationConfigurationDatasourcesKubernetesArgs>? = null, malwareProtection: Output<OrganizationConfigurationDatasourcesMalwareProtectionArgs>? = null, s3Logs: Output<OrganizationConfigurationDatasourcesS3LogsArgs>? = null)

Properties

Link copied to clipboard

Enable Kubernetes Audit Logs Monitoring automatically for new member accounts.

Link copied to clipboard

Enable Malware Protection automatically for new member accounts.

Link copied to clipboard

Enable S3 Protection automatically for new member accounts.

Functions

Link copied to clipboard
open override fun toJava(): OrganizationConfigurationDatasourcesArgs