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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutomationRulePropsMixin.NoteUpdatePropertystatic final classAn implementation forCfnAutomationRulePropsMixin.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
-