StandardsControlArgs

data class StandardsControlArgs(val reason: Output<String>? = null, val standardsControlArn: Output<String>) : ConvertibleToJava<StandardsControlArgs>

An individual StandardsControl within the Standard.

Constructors

Link copied to clipboard
fun StandardsControlArgs(reason: Output<String>? = null, standardsControlArn: Output<String>)

Functions

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

Properties

Link copied to clipboard
val reason: Output<String>? = null

the reason the standard control is disabled

Link copied to clipboard

the Arn for the standard control.