Show / Hide Table of Contents

Class CfnDashboard.AnchorDateConfigurationProperty

The date configuration of the filter.

Inheritance
System.Object
CfnDashboard.AnchorDateConfigurationProperty
Implements
CfnDashboard.IAnchorDateConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class AnchorDateConfigurationProperty : Object, CfnDashboard.IAnchorDateConfigurationProperty
Syntax (vb)
Public Class AnchorDateConfigurationProperty
    Inherits Object
    Implements CfnDashboard.IAnchorDateConfigurationProperty
Remarks

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

var anchorDateConfigurationProperty = new AnchorDateConfigurationProperty {
    AnchorOption = "anchorOption",
    ParameterName = "parameterName"
};

Synopsis

Constructors

AnchorDateConfigurationProperty()

Properties

AnchorOption

The options for the date configuration. Choose one of the options below:.

ParameterName

The name of the parameter that is used for the anchor date configuration.

Constructors

AnchorDateConfigurationProperty()

public AnchorDateConfigurationProperty()

Properties

AnchorOption

The options for the date configuration. Choose one of the options below:.

public string AnchorOption { get; set; }
Property Value

System.String

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-anchordateconfiguration.html#cfn-quicksight-dashboard-anchordateconfiguration-anchoroption

    ParameterName

    The name of the parameter that is used for the anchor date configuration.

    public string ParameterName { get; set; }
    Property Value

    System.String

    Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-anchordateconfiguration.html#cfn-quicksight-dashboard-anchordateconfiguration-parametername

    Implements

    CfnDashboard.IAnchorDateConfigurationProperty
    Back to top Generated by DocFX