DefenderCspmAwsOfferingArgs

data class DefenderCspmAwsOfferingArgs(val dataSensitivityDiscovery: Output<DefenderCspmAwsOfferingDataSensitivityDiscoveryArgs>? = null, val databasesDspm: Output<DefenderCspmAwsOfferingDatabasesDspmArgs>? = null, val offeringType: Output<String>, val vmScanners: Output<DefenderCspmAwsOfferingVmScannersArgs>? = null) : ConvertibleToJava<DefenderCspmAwsOfferingArgs>

The CSPM P1 for AWS offering

Constructors

Link copied to clipboard
constructor(dataSensitivityDiscovery: Output<DefenderCspmAwsOfferingDataSensitivityDiscoveryArgs>? = null, databasesDspm: Output<DefenderCspmAwsOfferingDatabasesDspmArgs>? = null, offeringType: Output<String>, vmScanners: Output<DefenderCspmAwsOfferingVmScannersArgs>? = null)

Properties

Link copied to clipboard

The databases DSPM configuration

Link copied to clipboard

The Microsoft Defender Data Sensitivity discovery configuration

Link copied to clipboard
val offeringType: Output<String>

The type of the security offering. Expected value is 'DefenderCspmAws'.

Link copied to clipboard

The Microsoft Defender for Server VM scanning configuration

Functions

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