DefenderCspmAwsOfferingDatabasesDspmArgs

data class DefenderCspmAwsOfferingDatabasesDspmArgs(val cloudRoleArn: Output<String>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<DefenderCspmAwsOfferingDatabasesDspmArgs>

The databases DSPM configuration

Constructors

Link copied to clipboard
constructor(cloudRoleArn: Output<String>? = null, enabled: Output<Boolean>? = null)

Properties

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

The cloud role ARN in AWS for this feature

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

Is databases DSPM protection enabled

Functions

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