Class CfnInsightPropsMixin.DateRangeProperty
A date range for the date filter.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnInsightPropsMixin.DateRangeProperty : CfnInsightPropsMixin.IDateRangeProperty
Syntax (vb)
Public Class CfnInsightPropsMixin.DateRangeProperty Implements 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.Mixins.Preview.AWS.SecurityHub.Mixins;
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.Mixins.Preview.AWS.SecurityHub.Mixins;
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; }