AutomationRuleRelatedFindingArgs

data class AutomationRuleRelatedFindingArgs(val id: Output<String>, val productArn: Output<String>) : ConvertibleToJava<AutomationRuleRelatedFindingArgs>

Constructors

Link copied to clipboard
fun AutomationRuleRelatedFindingArgs(id: Output<String>, productArn: Output<String>)

Functions

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

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val productArn: Output<String>