interface NoteUpdateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssecurityhub/mixins#CfnAutomationRulePropsMixin_NoteUpdateProperty |
Java | software.amazon.awscdk.mixins.preview.services.securityhub.mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty |
Python | aws_cdk.mixins_preview.aws_securityhub.mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_securityhub » mixins » CfnAutomationRulePropsMixin » NoteUpdateProperty |
The updated note.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as securityhub_mixins } from '@aws-cdk/mixins-preview/aws-securityhub';
const noteUpdateProperty: securityhub_mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty = {
text: 'text',
updatedBy: 'updatedBy',
};
Properties
| Name | Type | Description |
|---|---|---|
| text? | string | The updated note text. |
| updated | string | The principal that updated the note. |
text?
Type:
string
(optional)
The updated note text.
updatedBy?
Type:
string
(optional)
The principal that updated the note.

.NET
Go
Java
Python
TypeScript