Show / Hide Table of Contents

Interface IDashboardReference

A reference to a Dashboard resource.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDashboardReference
Syntax (vb)
Public Interface IDashboardReference
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 dashboardReference = new DashboardReference {
                AwsAccountId = "awsAccountId",
                DashboardArn = "dashboardArn",
                DashboardId = "dashboardId"
            };

Synopsis

Properties

AwsAccountId

The AwsAccountId of the Dashboard resource.

DashboardArn

The ARN of the Dashboard resource.

DashboardId

The DashboardId of the Dashboard resource.

Properties

AwsAccountId

The AwsAccountId of the Dashboard resource.

string AwsAccountId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DashboardArn

The ARN of the Dashboard resource.

string DashboardArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DashboardId

The DashboardId of the Dashboard resource.

string DashboardId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX