Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardversion.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 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

string

Remarks

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

CreatedTime

The time that this dashboard version was created.

string? CreatedTime { get; }
Property Value

string

Remarks

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

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

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

Description

Description.

string? Description { get; }
Property Value

string

Remarks

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

Errors

Errors associated with this dashboard version.

object? Errors { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDashboardErrorProperty)[]

Sheets

A list of the associated sheets with the unique identifier and name of each sheet.

object? Sheets { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.ISheetProperty)[]

SourceEntityArn

Source entity ARN.

string? SourceEntityArn { get; }
Property Value

string

Remarks

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

Status

The HTTP status of the request.

string? Status { get; }
Property Value

string

Remarks

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

ThemeArn

The ARN of the theme associated with a version of the dashboard.

string? ThemeArn { get; }
Property Value

string

Remarks

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

VersionNumber

Version number for this version of the dashboard.

double? VersionNumber { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX