GetConfigRulePlainArgs

data class GetConfigRulePlainArgs(val configRuleName: String) : ConvertibleToJava<GetConfigRulePlainArgs>

Constructors

Link copied to clipboard
constructor(configRuleName: String)

Properties

Link copied to clipboard

A name for the CC rule. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the rule name. For more information, see Name Type.

Functions

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