CFNData Source Configurations Response
data class CFNDataSourceConfigurationsResponse(val kubernetes: CFNKubernetesConfigurationResponse? = null, val malwareProtection: CFNMalwareProtectionConfigurationResponse? = null, val s3Logs: CFNS3LogsConfigurationResponse? = null)
Definition of CFNDataSourceConfigurations
Constructors
Link copied to clipboard
constructor(kubernetes: CFNKubernetesConfigurationResponse? = null, malwareProtection: CFNMalwareProtectionConfigurationResponse? = null, s3Logs: CFNS3LogsConfigurationResponse? = null)