aws-cdk-lib.aws_securityhub.CfnAutomationRule.NoteUpdateProperty

interface NoteUpdateProperty

LanguageType name
.NETAmazon.CDK.AWS.SecurityHub.CfnAutomationRule.NoteUpdateProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRule_NoteUpdateProperty
Javasoftware.amazon.awscdk.services.securityhub.CfnAutomationRule.NoteUpdateProperty
Pythonaws_cdk.aws_securityhub.CfnAutomationRule.NoteUpdateProperty
TypeScript aws-cdk-lib » aws_securityhub » CfnAutomationRule » 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 { aws_securityhub as securityhub } from 'aws-cdk-lib';

declare const updatedBy: any;
const noteUpdateProperty: securityhub.CfnAutomationRule.NoteUpdateProperty = {
  text: 'text',
  updatedBy: updatedBy,
};

Properties

NameTypeDescription
textstringThe updated note text.
updatedByanyThe principal that updated the note.

text

Type: string

The updated note text.


updatedBy

Type: any

The principal that updated the note.