InformationProtectionAwsOfferingArgs

data class InformationProtectionAwsOfferingArgs(val informationProtection: Output<InformationProtectionAwsOfferingInformationProtectionArgs>? = null, val offeringType: Output<String>) : ConvertibleToJava<InformationProtectionAwsOfferingArgs>

The information protection for AWS offering configurations

Constructors

Link copied to clipboard
constructor(informationProtection: Output<InformationProtectionAwsOfferingInformationProtectionArgs>? = 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 'InformationProtectionAws'.

Functions

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