Show / Hide Table of Contents

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

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.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

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.

double? Value { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX