Aws Guard Duty Detector Properties Response
data class AwsGuardDutyDetectorPropertiesResponse(val dataSources: CFNDataSourceConfigurationsResponse? = null, val enable: Boolean? = null, val features: List<CFNFeatureConfigurationResponse>? = null, val findingPublishingFrequency: String? = null, val id: String? = null, val tags: List<TagItemResponse>? = null)
Definition of awsGuardDutyDetector
Constructors
Link copied to clipboard
constructor(dataSources: CFNDataSourceConfigurationsResponse? = null, enable: Boolean? = null, features: List<CFNFeatureConfigurationResponse>? = null, findingPublishingFrequency: String? = null, id: String? = null, tags: List<TagItemResponse>? = null)