Extension Resource Args
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)