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.*; Object updatedBy; NoteUpdateProperty noteUpdateProperty = NoteUpdateProperty.builder() .text("text") .updatedBy(updatedBy) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAutomationRule.NoteUpdateProperty
static final class
An 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
-