pulumi-azure-kotlin
5.53.0.0
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
>
Constructors
Functions
Properties
Constructors
Custom
Provider
Action
Args
Link copied to clipboard
fun
CustomProviderActionArgs
(
endpoint
:
Output
<
String
>
,
name
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CustomProviderActionArgs
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.