CFNDataSourceConfigurationsArgs

data class CFNDataSourceConfigurationsArgs(val kubernetes: Output<CFNKubernetesConfigurationArgs>? = null, val malwareProtection: Output<CFNMalwareProtectionConfigurationArgs>? = null, val s3Logs: Output<CFNS3LogsConfigurationArgs>? = null) : ConvertibleToJava<CFNDataSourceConfigurationsArgs>

Definition of CFNDataSourceConfigurations

Constructors

Link copied to clipboard
constructor(kubernetes: Output<CFNKubernetesConfigurationArgs>? = null, malwareProtection: Output<CFNMalwareProtectionConfigurationArgs>? = null, s3Logs: Output<CFNS3LogsConfigurationArgs>? = null)

Properties

Link copied to clipboard

Property kubernetes

Link copied to clipboard

Property malwareProtection

Link copied to clipboard
val s3Logs: Output<CFNS3LogsConfigurationArgs>? = null

Property s3Logs

Functions

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