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