ExtensionArgs

data class ExtensionArgs(val actions: Output<Any>? = null, val description: Output<String>? = null, val latestVersionNumber: Output<Int>? = null, val name: Output<String>? = null, val parameters: Output<Any>? = null, val tags: Output<List<ExtensionTagArgs>>? = null) : ConvertibleToJava<ExtensionArgs>

Resource Type definition for AWS::AppConfig::Extension

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
fun ExtensionArgs(actions: Output<Any>? = null, description: Output<String>? = null, latestVersionNumber: Output<Int>? = null, name: Output<String>? = null, parameters: Output<Any>? = null, tags: Output<List<ExtensionTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val actions: Output<Any>? = null
Link copied to clipboard
val description: Output<String>? = null

Description of the extension.

Link copied to clipboard
val latestVersionNumber: Output<Int>? = null
Link copied to clipboard
val name: Output<String>? = null

Name of the extension.

Link copied to clipboard
val parameters: Output<Any>? = null
Link copied to clipboard
val tags: Output<List<ExtensionTagArgs>>? = null

An array of key-value tags to apply to this resource.