CspmMonitorAwsOfferingArgs

data class CspmMonitorAwsOfferingArgs(val nativeCloudConnection: Output<CspmMonitorAwsOfferingNativeCloudConnectionArgs>? = null, val offeringType: Output<String>) : ConvertibleToJava<CspmMonitorAwsOfferingArgs>

The CSPM monitoring for AWS offering

Constructors

Link copied to clipboard
constructor(nativeCloudConnection: Output<CspmMonitorAwsOfferingNativeCloudConnectionArgs>? = null, offeringType: Output<String>)

Properties

Link copied to clipboard

The native cloud connection configuration

Link copied to clipboard
val offeringType: Output<String>

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

Functions

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