Show / Hide Table of Contents

Class CfnTemplatePropsMixin.AnchorDateConfigurationProperty

The date configuration of the filter.

Inheritance
object
CfnTemplatePropsMixin.AnchorDateConfigurationProperty
Implements
CfnTemplatePropsMixin.IAnchorDateConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.AnchorDateConfigurationProperty : CfnTemplatePropsMixin.IAnchorDateConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.AnchorDateConfigurationProperty Implements CfnTemplatePropsMixin.IAnchorDateConfigurationProperty
Remarks

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

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

Synopsis

Constructors

AnchorDateConfigurationProperty()

The date configuration of the filter.

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()

The date configuration of the filter.

public AnchorDateConfigurationProperty()
Remarks

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

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

Properties

AnchorOption

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

public string? AnchorOption { get; set; }
Property Value

string

Remarks

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

    ParameterName

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

    public string? ParameterName { get; set; }
    Property Value

    string

    Remarks

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

    Implements

    CfnTemplatePropsMixin.IAnchorDateConfigurationProperty
    Back to top Generated by DocFX