Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WorkspaceDescription

import type { WorkspaceDescription } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";

A structure containing information about an Amazon Managed Grafana workspace in your account.

interface WorkspaceDescription {
accountAccessType?: AccountAccessType | null;
authentication: AuthenticationSummary;
created: Date | number;
dataSources: DataSourceType[];
description?: string | null;
endpoint: string;
freeTrialConsumed?: boolean | null;
freeTrialExpiration?: Date | number | null;
grafanaVersion: string;
id: string;
licenseExpiration?: Date | number | null;
licenseType?: LicenseType | null;
modified: Date | number;
name?: string | null;
networkAccessControl?: NetworkAccessConfiguration | null;
notificationDestinations?: NotificationDestinationType[] | null;
organizationalUnits?: string[] | null;
organizationRoleName?: string | null;
permissionType?: PermissionType | null;
stackSetName?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
vpcConfiguration?: VpcConfiguration | null;
workspaceRoleArn?: string | null;
}

§Properties

§
accountAccessType?: AccountAccessType | null
[src]

Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.

§

A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.

§
created: Date | number
[src]

The date that the workspace was created.

§
dataSources: DataSourceType[]
[src]

Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources.

This list is only used when the workspace was created through the Amazon Web Services console, and the permissionType is SERVICE_MANAGED.

§
description?: string | null
[src]

The user-defined description of the workspace.

§
endpoint: string
[src]

The URL that users can use to access the Grafana console in the workspace.

§
freeTrialConsumed?: boolean | null
[src]

Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.

§
freeTrialExpiration?: Date | number | null
[src]

If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.

§
grafanaVersion: string
[src]

The version of Grafana supported in this workspace.

§
id: string
[src]

The unique ID of this workspace.

§
licenseExpiration?: Date | number | null
[src]

If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be renewed.

§
licenseType?: LicenseType | null
[src]

Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.

§
modified: Date | number
[src]

The most recent date that the workspace was modified.

§
name?: string | null
[src]

The name of the workspace.

§
networkAccessControl?: NetworkAccessConfiguration | null
[src]

The configuration settings for network access to your workspace.

§
notificationDestinations?: NotificationDestinationType[] | null
[src]

The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.

§
organizationalUnits?: string[] | null
[src]

Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization.

§
organizationRoleName?: string | null
[src]

The name of the IAM role that is used to access resources through Organizations.

§
permissionType?: PermissionType | null
[src]

If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.

If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.

If you are working with a workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.

For more information about converting between customer and service managed, see Managing permissions for data sources and notification channels. For more information about the roles and permissions that must be managed for customer managed workspaces, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels

§
stackSetName?: string | null
[src]

The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.

§

The current status of the workspace.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The list of tags associated with the workspace.

§
vpcConfiguration?: VpcConfiguration | null
[src]

The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).

§
workspaceRoleArn?: string | null
[src]

The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.