CspmMonitorAwsOfferingResponse

data class CspmMonitorAwsOfferingResponse(val description: String, val nativeCloudConnection: CspmMonitorAwsOfferingResponseNativeCloudConnection? = null, val offeringType: String)

The CSPM monitoring for AWS offering

Constructors

Link copied to clipboard
constructor(description: String, nativeCloudConnection: CspmMonitorAwsOfferingResponseNativeCloudConnection? = null, offeringType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The offering description.

Link copied to clipboard

The native cloud connection configuration

Link copied to clipboard

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