pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.budgets.kotlin.inputs
/
BudgetsActionSubscriberArgs
Budgets
Action
Subscriber
Args
data
class
BudgetsActionSubscriberArgs
(
val
address
:
Output
<
String
>
,
val
type
:
Output
<
BudgetsActionSubscriberType
>
)
:
ConvertibleToJava
<
BudgetsActionSubscriberArgs
>
Constructors
Functions
Properties
Constructors
Budgets
Action
Subscriber
Args
Link copied to clipboard
fun
BudgetsActionSubscriberArgs
(
address
:
Output
<
String
>
,
type
:
Output
<
BudgetsActionSubscriberType
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BudgetsActionSubscriberArgs
Properties
address
Link copied to clipboard
val
address
:
Output
<
String
>
type
Link copied to clipboard
val
type
:
Output
<
BudgetsActionSubscriberType
>