Show / Hide Table of Contents

Class CfnInsightPropsMixin.DateRangeProperty

A date range for the date filter.

Inheritance
object
CfnInsightPropsMixin.DateRangeProperty
Implements
CfnInsightPropsMixin.IDateRangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-daterange.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-daterange.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-daterange.html#cfn-securityhub-insight-daterange-unit

Value

A date range value for the date filter.

public double? Value { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-daterange.html#cfn-securityhub-insight-daterange-value

Implements

CfnInsightPropsMixin.IDateRangeProperty
Back to top Generated by DocFX