Class WorkspaceServiceAccountState


  • public final class WorkspaceServiceAccountState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • grafanaRole

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> grafanaRole()
        Returns:
        The permission level to use for this service account. For more information about the roles and the permissions each has, see the [User roles](https://docs.aws.amazon.com/grafana/latest/userguide/Grafana-user-roles.html) documentation.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.
      • serviceAccountId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceAccountId()
        Returns:
        Identifier of the service account in the given Grafana workspace
      • workspaceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workspaceId()
        Returns:
        The Grafana workspace with which the service account is associated.