Interface CfnAutomationRule.NoteUpdateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomationRule.NoteUpdateProperty.Jsii$Proxy
- Enclosing class:
CfnAutomationRule
@Stability(Stable)
public static interface CfnAutomationRule.NoteUpdateProperty
extends software.amazon.jsii.JsiiSerializable
The updated note.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.securityhub.*;
NoteUpdateProperty noteUpdateProperty = NoteUpdateProperty.builder()
.text("text")
.updatedBy("updatedBy")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutomationRule.NoteUpdatePropertystatic final classAn implementation forCfnAutomationRule.NoteUpdateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getText
The updated note text.- See Also:
-
getUpdatedBy
The principal that updated the note.- See Also:
-
builder
-