Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ExportToCSVOptionProperty

Export to .csv option.

Inheritance
object
CfnDashboardPropsMixin.ExportToCSVOptionProperty
Implements
CfnDashboardPropsMixin.IExportToCSVOptionProperty
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 CfnDashboardPropsMixin.ExportToCSVOptionProperty : CfnDashboardPropsMixin.IExportToCSVOptionProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ExportToCSVOptionProperty Implements CfnDashboardPropsMixin.IExportToCSVOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exporttocsvoption.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 exportToCSVOptionProperty = new ExportToCSVOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Synopsis

Constructors

ExportToCSVOptionProperty()

Export to .csv option.

Properties

AvailabilityStatus

Availability status.

Constructors

ExportToCSVOptionProperty()

Export to .csv option.

public ExportToCSVOptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exporttocsvoption.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 exportToCSVOptionProperty = new ExportToCSVOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Properties

AvailabilityStatus

Availability status.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exporttocsvoption.html#cfn-quicksight-dashboard-exporttocsvoption-availabilitystatus

Implements

CfnDashboardPropsMixin.IExportToCSVOptionProperty
Back to top Generated by DocFX