Class CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty
Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty : CfnAutomationRulePropsMixin.IAutomationRulesFindingFieldsUpdateProperty
Syntax (vb)
Public Class CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty Implements CfnAutomationRulePropsMixin.IAutomationRulesFindingFieldsUpdateProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins;
var automationRulesFindingFieldsUpdateProperty = new AutomationRulesFindingFieldsUpdateProperty {
Confidence = 123,
Criticality = 123,
Note = new NoteUpdateProperty {
Text = "text",
UpdatedBy = "updatedBy"
},
RelatedFindings = new [] { new RelatedFindingProperty {
Id = "id",
ProductArn = "productArn"
} },
Severity = new SeverityUpdateProperty {
Label = "label",
Normalized = 123,
Product = 123
},
Types = new [] { "types" },
UserDefinedFields = new Dictionary<string, string> {
{ "userDefinedFieldsKey", "userDefinedFields" }
},
VerificationState = "verificationState",
Workflow = new WorkflowUpdateProperty {
Status = "status"
}
};
Synopsis
Constructors
| AutomationRulesFindingFieldsUpdateProperty() | Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria. |
Properties
| Confidence | The rule action updates the |
| Criticality | The rule action updates the |
| Note | The rule action will update the |
| RelatedFindings | The rule action will update the |
| Severity | The rule action will update the |
| Types | The rule action updates the |
| UserDefinedFields | The rule action updates the |
| VerificationState | The rule action updates the |
| Workflow | The rule action will update the |
Constructors
AutomationRulesFindingFieldsUpdateProperty()
Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria.
public AutomationRulesFindingFieldsUpdateProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins;
var automationRulesFindingFieldsUpdateProperty = new AutomationRulesFindingFieldsUpdateProperty {
Confidence = 123,
Criticality = 123,
Note = new NoteUpdateProperty {
Text = "text",
UpdatedBy = "updatedBy"
},
RelatedFindings = new [] { new RelatedFindingProperty {
Id = "id",
ProductArn = "productArn"
} },
Severity = new SeverityUpdateProperty {
Label = "label",
Normalized = 123,
Product = 123
},
Types = new [] { "types" },
UserDefinedFields = new Dictionary<string, string> {
{ "userDefinedFieldsKey", "userDefinedFields" }
},
VerificationState = "verificationState",
Workflow = new WorkflowUpdateProperty {
Status = "status"
}
};
Properties
Confidence
The rule action updates the Confidence field of a finding.
public double? Confidence { get; set; }
Property Value
Remarks
Criticality
The rule action updates the Criticality field of a finding.
public double? Criticality { get; set; }
Property Value
Remarks
Note
The rule action will update the Note field of a finding.
public object? Note { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAutomationRulePropsMixin.INoteUpdateProperty
RelatedFindings
The rule action will update the RelatedFindings field of a finding.
public object? RelatedFindings { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAutomationRulePropsMixin.IRelatedFindingProperty)[]
Severity
The rule action will update the Severity field of a finding.
public object? Severity { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAutomationRulePropsMixin.ISeverityUpdateProperty
Types
The rule action updates the Types field of a finding.
public string[]? Types { get; set; }
Property Value
string[]
Remarks
UserDefinedFields
The rule action updates the UserDefinedFields field of a finding.
public object? UserDefinedFields { get; set; }
Property Value
Remarks
VerificationState
The rule action updates the VerificationState field of a finding.
public string? VerificationState { get; set; }
Property Value
Remarks
Workflow
The rule action will update the Workflow field of a finding.
public object? Workflow { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAutomationRulePropsMixin.IWorkflowUpdateProperty