Interface CfnInsightPropsMixin.IDateRangeProperty
A date range for the date filter.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnInsightPropsMixin.IDateRangeProperty
Syntax (vb)
Public Interface CfnInsightPropsMixin.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
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
Remarks
Value
A date range value for the date filter.
double? Value { get; }