ExtensionResourceArgs

data class ExtensionResourceArgs(val properties: Output<Map<String, Any>>? = null, val type: Output<String>? = null) : ConvertibleToJava<ExtensionResourceArgs>

A special resource that enables deploying CloudFormation Extensions (third-party resources). An extension has to be pre-registered in your AWS account in order to use this resource.

Constructors

Link copied to clipboard
fun ExtensionResourceArgs(properties: Output<Map<String, Any>>? = null, type: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val properties: Output<Map<String, Any>>? = null

Dictionary of the extension resource properties.

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

CloudFormation type name.