- Navigation Guide
@aws-sdk/client-grafana
CreateWorkspaceServiceAccountCommandInput Interface
The input for CreateWorkspaceServiceAccountCommand.
Members
Name | Type | Details |
---|---|---|
grafanaRole Required | Role | undefined | The permission level to use for this service account. For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide. |
name Required | string | undefined | A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account. |
workspaceId Required | string | undefined | The ID of the workspace within which to create the service account. |
Full Signature
export interface CreateWorkspaceServiceAccountCommandInput extends CreateWorkspaceServiceAccountRequest