Class CfnDashboard.AssetOptionsProperty
An array of analysis level configurations.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AssetOptionsProperty : Object, CfnDashboard.IAssetOptionsProperty
Syntax (vb)
Public Class AssetOptionsProperty
Inherits Object
Implements CfnDashboard.IAssetOptionsProperty
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 assetOptionsProperty = new AssetOptionsProperty {
Timezone = "timezone",
WeekStart = "weekStart"
};
Synopsis
Constructors
Asset |
Properties
Timezone | Determines the timezone for the analysis. |
Week |
Determines the week start day for an analysis. |
Constructors
AssetOptionsProperty()
public AssetOptionsProperty()
Properties
Timezone
Determines the timezone for the analysis.
public string Timezone { get; set; }
Property Value
System.
Remarks
WeekStart
Determines the week start day for an analysis.
public string WeekStart { get; set; }
Property Value
System.