pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.core.kotlin.outputs
/
CustomProviderAction
Custom
Provider
Action
data
class
CustomProviderAction
(
val
endpoint
:
String
,
val
name
:
String
)
Types
Constructors
Properties
Constructors
Custom
Provider
Action
Link copied to clipboard
fun
CustomProviderAction
(
endpoint
:
String
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Link copied to clipboard
val
endpoint
:
String
Specifies the endpoint of the action.
name
Link copied to clipboard
val
name
:
String
Specifies the name of the action.