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: