pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.codestarnotifications.kotlin.inputs
/
NotificationRuleTargetArgs
Notification
Rule
Target
Args
data
class
NotificationRuleTargetArgs
(
val
targetAddress
:
Output
<
String
>
,
val
targetType
:
Output
<
String
>
)
:
ConvertibleToJava
<
NotificationRuleTargetArgs
>
Constructors
Functions
Properties
Constructors
Notification
Rule
Target
Args
Link copied to clipboard
fun
NotificationRuleTargetArgs
(
targetAddress
:
Output
<
String
>
,
targetType
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NotificationRuleTargetArgs
Properties
target
Address
Link copied to clipboard
val
targetAddress
:
Output
<
String
>
target
Type
Link copied to clipboard
val
targetType
:
Output
<
String
>