Class CfnAutomationRuleV2PropsMixin.DateRangeProperty
A date range for the date filter.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAutomationRuleV2PropsMixin.DateRangeProperty : CfnAutomationRuleV2PropsMixin.IDateRangeProperty
Syntax (vb)
Public Class CfnAutomationRuleV2PropsMixin.DateRangeProperty Implements CfnAutomationRuleV2PropsMixin.IDateRangeProperty
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 dateRangeProperty = new DateRangeProperty {
Unit = "unit",
Value = 123
};
Synopsis
Constructors
| DateRangeProperty() | A date range for the date filter. |
Properties
| Unit | A date range unit for the date filter. |
| Value | A date range value for the date filter. |
Constructors
DateRangeProperty()
A date range for the date filter.
public DateRangeProperty()
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 dateRangeProperty = new DateRangeProperty {
Unit = "unit",
Value = 123
};
Properties
Unit
A date range unit for the date filter.
public string? Unit { get; set; }
Property Value
Remarks
Value
A date range value for the date filter.
public double? Value { get; set; }