toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.securityhub.kotlin.inputs
/
AutomationRuleNoteUpdateArgs
Automation
Rule
Note
Update
Args
data
class
AutomationRuleNoteUpdateArgs
(
val
text
:
Output
<
String
>
,
val
updatedBy
:
Output
<
String
>
)
:
ConvertibleToJava
<
AutomationRuleNoteUpdateArgs
>
The updated note.
Members
Constructors
Automation
Rule
Note
Update
Args
Link copied to clipboard
constructor
(
text
:
Output
<
String
>
,
updatedBy
:
Output
<
String
>
)
Properties
text
Link copied to clipboard
val
text
:
Output
<
String
>
The updated note text.
updated
By
Link copied to clipboard
val
updatedBy
:
Output
<
String
>
The principal that updated the note.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AutomationRuleNoteUpdateArgs