Interface CfnDashboardPropsMixin.IDashboardVersionProperty
Dashboard version.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDashboardVersionProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDashboardVersionProperty
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.CfnPropertyMixins.AWS.QuickSight;
var dashboardVersionProperty = new DashboardVersionProperty {
Arn = "arn",
CreatedTime = "createdTime",
DataSetArns = new [] { "dataSetArns" },
Description = "description",
Errors = new [] { new DashboardErrorProperty {
Message = "message",
Type = "type",
ViolatedEntities = new [] { new EntityProperty {
Path = "path"
} }
} },
Sheets = new [] { new SheetProperty {
Name = "name",
SheetId = "sheetId"
} },
SourceEntityArn = "sourceEntityArn",
Status = "status",
ThemeArn = "themeArn",
VersionNumber = 123
};
Synopsis
Properties
| Arn | The Amazon Resource Name (ARN) of the resource. |
| CreatedTime | The time that this dashboard version was created. |
| DataSetArns | The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard. |
| Description | Description. |
| Errors | Errors associated with this dashboard version. |
| Sheets | A list of the associated sheets with the unique identifier and name of each sheet. |
| SourceEntityArn | Source entity ARN. |
| Status | The HTTP status of the request. |
| ThemeArn | The ARN of the theme associated with a version of the dashboard. |
| VersionNumber | Version number for this version of the dashboard. |
Properties
Arn
The Amazon Resource Name (ARN) of the resource.
string? Arn { get; }
Property Value
Remarks
CreatedTime
The time that this dashboard version was created.
string? CreatedTime { get; }
Property Value
Remarks
DataSetArns
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
string[]? DataSetArns { get; }
Property Value
string[]
Remarks
Description
Description.
string? Description { get; }
Property Value
Remarks
Errors
Errors associated with this dashboard version.
object? Errors { get; }
Property Value
Remarks
Sheets
A list of the associated sheets with the unique identifier and name of each sheet.
object? Sheets { get; }
Property Value
Remarks
SourceEntityArn
Source entity ARN.
string? SourceEntityArn { get; }
Property Value
Remarks
Status
The HTTP status of the request.
string? Status { get; }
Property Value
Remarks
ThemeArn
The ARN of the theme associated with a version of the dashboard.
string? ThemeArn { get; }
Property Value
Remarks
VersionNumber
Version number for this version of the dashboard.
double? VersionNumber { get; }