Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DateTimeRangeProperty

Inheritance
object
CfnDashboardPropsMixin.DateTimeRangeProperty
Implements
CfnDashboardPropsMixin.IDateTimeRangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BCM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DateTimeRangeProperty : CfnDashboardPropsMixin.IDateTimeRangeProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DateTimeRangeProperty Implements CfnDashboardPropsMixin.IDateTimeRangeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcm-dashboard-datetimerange.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.BCM;

             var dateTimeRangeProperty = new DateTimeRangeProperty {
                 EndTime = new DateTimeValueProperty {
                     Type = "type",
                     Value = "value"
                 },
                 StartTime = new DateTimeValueProperty {
                     Type = "type",
                     Value = "value"
                 }
             };

Synopsis

Constructors

DateTimeRangeProperty()

Properties

EndTime
StartTime

Constructors

DateTimeRangeProperty()

public DateTimeRangeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcm-dashboard-datetimerange.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.BCM;

             var dateTimeRangeProperty = new DateTimeRangeProperty {
                 EndTime = new DateTimeValueProperty {
                     Type = "type",
                     Value = "value"
                 },
                 StartTime = new DateTimeValueProperty {
                     Type = "type",
                     Value = "value"
                 }
             };

Properties

EndTime

public object? EndTime { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcm-dashboard-datetimerange.html#cfn-bcm-dashboard-datetimerange-endtime

Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimeValueProperty

StartTime

public object? StartTime { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcm-dashboard-datetimerange.html#cfn-bcm-dashboard-datetimerange-starttime

Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimeValueProperty

Implements

CfnDashboardPropsMixin.IDateTimeRangeProperty
Back to top Generated by DocFX