CustomProviderActionArgs

data class CustomProviderActionArgs(val endpoint: Output<String>, val name: Output<String>) : ConvertibleToJava<CustomProviderActionArgs>

Constructors

Link copied to clipboard
constructor(endpoint: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val endpoint: Output<String>

Specifies the endpoint of the action.

Link copied to clipboard
val name: Output<String>

Specifies the name of the action.

Functions

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