Interface CfnAnalysis.IAnchorDateConfigurationProperty
The date configuration of the filter.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAnchorDateConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
Anchor |
The options for the date configuration. Choose one of the options below:. |
Parameter |
The name of the parameter that is used for the anchor date configuration. |
Properties
AnchorOption
The options for the date configuration. Choose one of the options below:.
virtual string AnchorOption { get; }
Property Value
System.
Remarks
ParameterName
The name of the parameter that is used for the anchor date configuration.
virtual string ParameterName { get; }
Property Value
System.