Interface CfnAutomationRulePropsMixin.ISeverityUpdateProperty
Updates to the severity information for a finding.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAutomationRulePropsMixin.ISeverityUpdateProperty
Syntax (vb)
Public Interface CfnAutomationRulePropsMixin.ISeverityUpdateProperty
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.CfnPropertyMixins.AWS.SecurityHub;
var severityUpdateProperty = new SeverityUpdateProperty {
Label = "label",
Normalized = 123,
Product = 123
};
Synopsis
Properties
| Label | The severity value of the finding. The allowed values are the following. |
| Normalized | The normalized severity for the finding. This attribute is to be deprecated in favor of |
| Product | The native severity as defined by the AWS service or integrated partner product that generated the finding. |
Properties
Label
The severity value of the finding. The allowed values are the following.
string? Label { get; }
Property Value
Remarks
Normalized
The normalized severity for the finding. This attribute is to be deprecated in favor of Label .
double? Normalized { get; }
Property Value
Remarks
If you provide Normalized and don't provide Label , Label is set automatically as follows.
Product
The native severity as defined by the AWS service or integrated partner product that generated the finding.
double? Product { get; }