Show / Hide Table of Contents

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

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

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

string

Remarks

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

    ParameterName

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

    string? ParameterName { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX