Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html

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 Label .

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html#cfn-securityhub-automationrule-severityupdate-label

    Normalized

    The normalized severity for the finding. This attribute is to be deprecated in favor of Label .

    double? Normalized { get; }
    Property Value

    double?

    Remarks

    If you provide Normalized and don't provide Label , Label is set automatically as follows.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html#cfn-securityhub-automationrule-severityupdate-normalized

      Product

      The native severity as defined by the AWS service or integrated partner product that generated the finding.

      double? Product { get; }
      Property Value

      double?

      Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html#cfn-securityhub-automationrule-severityupdate-product

      Back to top Generated by DocFX