Interface CfnAutomationRulePropsMixin.NoteUpdateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAutomationRulePropsMixin.NoteUpdateProperty.Jsii$Proxy
Enclosing class:
CfnAutomationRulePropsMixin

@Stability(Stable) public static interface CfnAutomationRulePropsMixin.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.mixins.preview.services.securityhub.mixins.*;
 NoteUpdateProperty noteUpdateProperty = NoteUpdateProperty.builder()
         .text("text")
         .updatedBy("updatedBy")
         .build();
 

See Also: