ControlControlMappingSourceSourceKeywordArgs

data class ControlControlMappingSourceSourceKeywordArgs(val keywordInputType: Output<String>, val keywordValue: Output<String>) : ConvertibleToJava<ControlControlMappingSourceSourceKeywordArgs>

Constructors

constructor(keywordInputType: Output<String>, keywordValue: Output<String>)

Properties

Link copied to clipboard

Input method for the keyword. Valid values are INPUT_TEXT, SELECT_FROM_LIST, or UPLOAD_FILE.

Link copied to clipboard
val keywordValue: Output<String>

The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. See the Audit Manager supported control data sources documentation for more information.

Functions

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