Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DateTimeParameterProperty

A date-time parameter.

Inheritance
object
CfnDashboardPropsMixin.DateTimeParameterProperty
Implements
CfnDashboardPropsMixin.IDateTimeParameterProperty
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.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DateTimeParameterProperty : CfnDashboardPropsMixin.IDateTimeParameterProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DateTimeParameterProperty Implements CfnDashboardPropsMixin.IDateTimeParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimeparameter.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.QuickSight;

             var dateTimeParameterProperty = new DateTimeParameterProperty {
                 Name = "name",
                 Values = new [] { "values" }
             };

Synopsis

Constructors

DateTimeParameterProperty()

A date-time parameter.

Properties

Name

A display name for the date-time parameter.

Values

The values for the date-time parameter.

Constructors

DateTimeParameterProperty()

A date-time parameter.

public DateTimeParameterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimeparameter.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.QuickSight;

             var dateTimeParameterProperty = new DateTimeParameterProperty {
                 Name = "name",
                 Values = new [] { "values" }
             };

Properties

Name

A display name for the date-time parameter.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimeparameter.html#cfn-quicksight-dashboard-datetimeparameter-name

Values

The values for the date-time parameter.

public string[]? Values { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimeparameter.html#cfn-quicksight-dashboard-datetimeparameter-values

Implements

CfnDashboardPropsMixin.IDateTimeParameterProperty
Back to top Generated by DocFX