Security Profile Args
data class SecurityProfileArgs(val additionalMetricsToRetainV2: Output<List<SecurityProfileMetricToRetainArgs>>? = null, val alertTargets: Output<Any>? = null, val behaviors: Output<List<SecurityProfileBehaviorArgs>>? = null, val securityProfileDescription: Output<String>? = null, val securityProfileName: Output<String>? = null, val tags: Output<List<SecurityProfileTagArgs>>? = null, val targetArns: Output<List<String>>? = null) : ConvertibleToJava<SecurityProfileArgs>
A security profile defines a set of expected behaviors for devices in your account.
Constructors
Link copied to clipboard
fun SecurityProfileArgs(additionalMetricsToRetainV2: Output<List<SecurityProfileMetricToRetainArgs>>? = null, alertTargets: Output<Any>? = null, behaviors: Output<List<SecurityProfileBehaviorArgs>>? = null, securityProfileDescription: Output<String>? = null, securityProfileName: Output<String>? = null, tags: Output<List<SecurityProfileTagArgs>>? = null, targetArns: Output<List<String>>? = null)