Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Logging
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListOperations
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • FAQ

In this article:

  • gRPC request
  • GetSinkRequest
  • Sink
  • Yds
  • S3
  1. API reference
  2. gRPC
  3. Sink
  4. Get

Cloud Logging Service, gRPC: SinkService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetSinkRequest
  • Sink
  • Yds
  • S3

Returns the specified sink.

To get the list of all available sinks, make a List request.

gRPC request

rpc Get (GetSinkRequest) returns (Sink)

GetSinkRequest

{
  "sink_id": "string"
}

Field

Description

sink_id

string

Required field. ID of the sink to return.

To get a sink ID make a SinkService.List request.

Sink

{
  "id": "string",
  "folder_id": "string",
  "cloud_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "service_account_id": "string",
  // Includes only one of the fields `yds`, `s3`
  "yds": {
    "stream_name": "string"
  },
  "s3": {
    "bucket": "string",
    "prefix": "string"
  }
  // end of the list of possible fields
}

Field

Description

id

string

Sink ID.

folder_id

string

Sink folder ID.

cloud_id

string

Sink cloud ID.

created_at

google.protobuf.Timestamp

Sink creation time.

name

string

Sink name.

description

string

Sink description.

labels

object (map<string, string>)

Sink labels.

service_account_id

string

Logs will be written to the sink on behalf of this service account

yds

Yds

Yandex data stream

Includes only one of the fields yds, s3.

Logs destination

s3

S3

Object storage

Includes only one of the fields yds, s3.

Logs destination

Yds

Field

Description

stream_name

string

Fully qualified name of data stream

S3

Field

Description

bucket

string

Object storage bucket

prefix

string

Prefix to use for saved log object names

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.