toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.core.kotlin.inputs
/
CustomProviderActionArgs
Custom
Provider
Action
Args
data
class
CustomProviderActionArgs
(
val
endpoint
:
Output
<
String
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
CustomProviderActionArgs
>
Members
Constructors
Custom
Provider
Action
Args
Link copied to clipboard
constructor
(
endpoint
:
Output
<
String
>
,
name
:
Output
<
String
>
)
Properties
endpoint
Link copied to clipboard
val
endpoint
:
Output
<
String
>
Specifies the endpoint of the action.
name
Link copied to clipboard
val
name
:
Output
<
String
>
Specifies the name of the action.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CustomProviderActionArgs