Skip to main content

types

Broker

A broker.

Status

  • STATUS_UNSPECIFIED

  • CREATING

    Broker is being created.

  • ACTIVE

    Broker is ready to use.

  • DELETING

    Broker is being deleted.

id : string

ID of the broker.

folderId : string

ID of the folder that the broker belongs to.

createdAt : google.protobuf.Timestamp

Creation timestamp.

name : string

Name of the broker. The name is unique within the folder.

description : string

Description of the broker. 0-256 characters long.

labels : string

Resource labels as key:value pairs. Maximum of 64 per resource.

status : Status

Status of the broker.

logOptions : LogOptions

Options for logging broker events

BrokerCertificate

A broker certificate.

brokerId : string

ID of the broker that the certificate belongs to.

fingerprint : string

SHA256 hash of the certificates.

certificateData : string

Public part of the certificate.

createdAt : google.protobuf.Timestamp

Creation timestamp.

BrokerPassword

A broker password.

brokerId : string

ID of the broker that the password belongs to.

id : string

ID of the password.

createdAt : google.protobuf.Timestamp

Creation timestamp.

LogOptions

disabled : bool

Is logging from broker disabled.

One of destination

Log entries destination.

  • logGroupId : string

    Entry should be written to log group resolved by ID.

  • folderId : string

    Entry should be written to default log group for specified folder.

minLevel : yandex.cloud.logging.v1.LogLevel.Level

Minimum log entry level.

See LogLevel.Level for details.