Show / Hide Table of Contents

Class CfnDashboard.AssetOptionsProperty

An array of analysis level configurations.

Inheritance
object
CfnDashboard.AssetOptionsProperty
Implements
CfnDashboard.IAssetOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.AssetOptionsProperty : CfnDashboard.IAssetOptionsProperty
Syntax (vb)
Public Class CfnDashboard.AssetOptionsProperty Implements CfnDashboard.IAssetOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.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 assetOptionsProperty = new AssetOptionsProperty {
                 ExcludedDataSetArns = new [] { "excludedDataSetArns" },
                 QBusinessInsightsStatus = "qBusinessInsightsStatus",
                 Timezone = "timezone",
                 WeekStart = "weekStart"
             };

Synopsis

Constructors

AssetOptionsProperty()

An array of analysis level configurations.

Properties

ExcludedDataSetArns

A list of dataset ARNS to exclude from Dashboard Q&A.

QBusinessInsightsStatus

Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.

Timezone

Determines the timezone for the analysis.

WeekStart

Determines the week start day for an analysis.

Constructors

AssetOptionsProperty()

An array of analysis level configurations.

public AssetOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.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 assetOptionsProperty = new AssetOptionsProperty {
                 ExcludedDataSetArns = new [] { "excludedDataSetArns" },
                 QBusinessInsightsStatus = "qBusinessInsightsStatus",
                 Timezone = "timezone",
                 WeekStart = "weekStart"
             };

Properties

ExcludedDataSetArns

A list of dataset ARNS to exclude from Dashboard Q&A.

public string[]? ExcludedDataSetArns { get; set; }
Property Value

string[]

Remarks

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

QBusinessInsightsStatus

Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.

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

string

Remarks

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

Timezone

Determines the timezone for the analysis.

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

string

Remarks

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

WeekStart

Determines the week start day for an analysis.

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

string

Remarks

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

Implements

CfnDashboard.IAssetOptionsProperty
Back to top Generated by DocFX