Class CfnDashboard.AnchorDateConfigurationProperty
The date configuration of the filter.
Inheritance
System.Object
CfnDashboard.AnchorDateConfigurationProperty
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
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
ParameterName
The name of the parameter that is used for the anchor date configuration.
public string ParameterName { get; set; }
Property Value
System.String