Skip to main content

gcp.project.pubsubService.subscription.config

Supported platform

  • gcp

Description

Google Cloud (GCP) Pub/Sub subscription configuration

Fields

IDTYPEDESCRIPTION
projectIdstringProject ID
subscriptionNamestringSubscription name
topicgcp.project.pubsubService.topicTopic to which the subscription points
pushConfiggcp.project.pubsubService.subscription.config.pushconfigConfiguration for subscriptions that operate in push mode
ackDeadlinetimeDefault maximum time a subscriber can take to acknowledge a message after receiving it
retainAckedMessagesboolWhether to retain acknowledged messages
retentionDurationtimeHow long to retain messages in the backlog after they're published
expirationPolicytimeConditions for a subscription's expiration
labelsmap[string]stringThe labels associated with this subscription

References