DefenderForServersAwsOfferingArgs

data class DefenderForServersAwsOfferingArgs(val arcAutoProvisioning: Output<DefenderForServersAwsOfferingArcAutoProvisioningArgs>? = null, val defenderForServers: Output<DefenderForServersAwsOfferingDefenderForServersArgs>? = null, val offeringType: Output<String>) : ConvertibleToJava<DefenderForServersAwsOfferingArgs>

The Defender for Servers AWS offering configurations

Constructors

Link copied to clipboard
constructor(arcAutoProvisioning: Output<DefenderForServersAwsOfferingArcAutoProvisioningArgs>? = null, defenderForServers: Output<DefenderForServersAwsOfferingDefenderForServersArgs>? = null, offeringType: Output<String>)

Properties

Link copied to clipboard

The ARC autoprovisioning configuration

Link copied to clipboard

The Defender for servers connection configuration

Link copied to clipboard
val offeringType: Output<String>

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

Functions

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