AwsGuardDutyDetectorPropertiesArgs

data class AwsGuardDutyDetectorPropertiesArgs(val dataSources: Output<CFNDataSourceConfigurationsArgs>? = null, val enable: Output<Boolean>? = null, val features: Output<List<CFNFeatureConfigurationArgs>>? = null, val findingPublishingFrequency: Output<String>? = null, val id: Output<String>? = null, val tags: Output<List<TagItemArgs>>? = null) : ConvertibleToJava<AwsGuardDutyDetectorPropertiesArgs>

Definition of awsGuardDutyDetector

Constructors

Link copied to clipboard
constructor(dataSources: Output<CFNDataSourceConfigurationsArgs>? = null, enable: Output<Boolean>? = null, features: Output<List<CFNFeatureConfigurationArgs>>? = null, findingPublishingFrequency: Output<String>? = null, id: Output<String>? = null, tags: Output<List<TagItemArgs>>? = null)

Properties

Link copied to clipboard

Property dataSources

Link copied to clipboard
val enable: Output<Boolean>? = null

Property enable

Link copied to clipboard

Property features

Link copied to clipboard
val findingPublishingFrequency: Output<String>? = null

Property findingPublishingFrequency

Link copied to clipboard
val id: Output<String>? = null

Property id

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

Property tags

Functions

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