GetFrameworkPlainArgs

data class GetFrameworkPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetFrameworkPlainArgs>

A collection of arguments for invoking getFramework.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Backup framework name.

Link copied to clipboard
val tags: Map<String, String>? = null

Tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.

Functions

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