Interface CfnAutomationRule.IDateRangeProperty
A date range for the date filter.
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDateRangeProperty
Syntax (vb)
Public Interface 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.AWS.SecurityHub;
var dateRangeProperty = new DateRangeProperty {
Unit = "unit",
Value = 123
};
Synopsis
Properties
Unit | A date range unit for the date filter. |
Value | A date range value for the date filter. |
Properties
Unit
A date range unit for the date filter.
string Unit { get; }
Property Value
System.
Remarks
Value
A date range value for the date filter.
double Value { get; }
Property Value
System.