AwsGuardDutyDetectorPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property dataSources

Link copied to clipboard
val enable: Boolean? = null

Property enable

Link copied to clipboard

Property features

Link copied to clipboard

Property findingPublishingFrequency

Link copied to clipboard
val id: String? = null

Property id

Link copied to clipboard
val tags: List<TagItemResponse>? = null

Property tags