Class WorkspaceServiceAccountArgs


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

      • grafanaRole

        public 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.
      • workspaceId

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