Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi
gcp.pubsub.getTopic
Explore with Pulumi AI
Get information about a Google Cloud Pub/Sub Topic. For more information see the official documentation and API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const my_pubsub_topic = gcp.pubsub.getTopic({
name: "my-pubsub-topic",
});
import pulumi
import pulumi_gcp as gcp
my_pubsub_topic = gcp.pubsub.get_topic(name="my-pubsub-topic")
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/pubsub"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := pubsub.LookupTopic(ctx, &pubsub.LookupTopicArgs{
Name: "my-pubsub-topic",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var my_pubsub_topic = Gcp.PubSub.GetTopic.Invoke(new()
{
Name = "my-pubsub-topic",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.pubsub.PubsubFunctions;
import com.pulumi.gcp.pubsub.inputs.GetTopicArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var my-pubsub-topic = PubsubFunctions.getTopic(GetTopicArgs.builder()
.name("my-pubsub-topic")
.build());
}
}
variables:
my-pubsub-topic:
fn::invoke:
function: gcp:pubsub:getTopic
arguments:
name: my-pubsub-topic
Using getTopic
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTopic(args: GetTopicArgs, opts?: InvokeOptions): Promise<GetTopicResult>
function getTopicOutput(args: GetTopicOutputArgs, opts?: InvokeOptions): Output<GetTopicResult>
def get_topic(name: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTopicResult
def get_topic_output(name: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTopicResult]
func LookupTopic(ctx *Context, args *LookupTopicArgs, opts ...InvokeOption) (*LookupTopicResult, error)
func LookupTopicOutput(ctx *Context, args *LookupTopicOutputArgs, opts ...InvokeOption) LookupTopicResultOutput
> Note: This function is named LookupTopic
in the Go SDK.
public static class GetTopic
{
public static Task<GetTopicResult> InvokeAsync(GetTopicArgs args, InvokeOptions? opts = null)
public static Output<GetTopicResult> Invoke(GetTopicInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
public static Output<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
fn::invoke:
function: gcp:pubsub/getTopic:getTopic
arguments:
# arguments dictionary
The following arguments are supported:
getTopic Result
The following output properties are available:
- Effective
Labels Dictionary<string, string> - Id string
- The provider-assigned unique ID for this managed resource.
- Ingestion
Data List<GetSource Settings Topic Ingestion Data Source Setting> - Kms
Key stringName - Labels Dictionary<string, string>
- Message
Retention stringDuration - Message
Storage List<GetPolicies Topic Message Storage Policy> - Name string
- Pulumi
Labels Dictionary<string, string> - Schema
Settings List<GetTopic Schema Setting> - Project string
- Effective
Labels map[string]string - Id string
- The provider-assigned unique ID for this managed resource.
- Ingestion
Data []GetSource Settings Topic Ingestion Data Source Setting - Kms
Key stringName - Labels map[string]string
- Message
Retention stringDuration - Message
Storage []GetPolicies Topic Message Storage Policy - Name string
- Pulumi
Labels map[string]string - Schema
Settings []GetTopic Schema Setting - Project string
- effective
Labels Map<String,String> - id String
- The provider-assigned unique ID for this managed resource.
- ingestion
Data List<GetSource Settings Topic Ingestion Data Source Setting> - kms
Key StringName - labels Map<String,String>
- message
Retention StringDuration - message
Storage List<GetPolicies Topic Message Storage Policy> - name String
- pulumi
Labels Map<String,String> - schema
Settings List<GetTopic Schema Setting> - project String
- effective
Labels {[key: string]: string} - id string
- The provider-assigned unique ID for this managed resource.
- ingestion
Data GetSource Settings Topic Ingestion Data Source Setting[] - kms
Key stringName - labels {[key: string]: string}
- message
Retention stringDuration - message
Storage GetPolicies Topic Message Storage Policy[] - name string
- pulumi
Labels {[key: string]: string} - schema
Settings GetTopic Schema Setting[] - project string
- effective_
labels Mapping[str, str] - id str
- The provider-assigned unique ID for this managed resource.
- ingestion_
data_ Sequence[Getsource_ settings Topic Ingestion Data Source Setting] - kms_
key_ strname - labels Mapping[str, str]
- message_
retention_ strduration - message_
storage_ Sequence[Getpolicies Topic Message Storage Policy] - name str
- pulumi_
labels Mapping[str, str] - schema_
settings Sequence[GetTopic Schema Setting] - project str
- effective
Labels Map<String> - id String
- The provider-assigned unique ID for this managed resource.
- ingestion
Data List<Property Map>Source Settings - kms
Key StringName - labels Map<String>
- message
Retention StringDuration - message
Storage List<Property Map>Policies - name String
- pulumi
Labels Map<String> - schema
Settings List<Property Map> - project String
Supporting Types
GetTopicIngestionDataSourceSetting
- Aws
Kineses List<GetTopic Ingestion Data Source Setting Aws Kinese> - Settings for ingestion from Amazon Kinesis Data Streams.
- Aws
Msks List<GetTopic Ingestion Data Source Setting Aws Msk> - Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
- Azure
Event List<GetHubs Topic Ingestion Data Source Setting Azure Event Hub> - Settings for ingestion from Azure Event Hubs.
- Cloud
Storages List<GetTopic Ingestion Data Source Setting Cloud Storage> - Settings for ingestion from Cloud Storage.
- Confluent
Clouds List<GetTopic Ingestion Data Source Setting Confluent Cloud> - Settings for ingestion from Confluent Cloud.
- Platform
Logs List<GetSettings Topic Ingestion Data Source Setting Platform Logs Setting> - Settings for Platform Logs regarding ingestion to Pub/Sub. If unset, no Platform Logs will be generated.'
- Aws
Kineses []GetTopic Ingestion Data Source Setting Aws Kinese - Settings for ingestion from Amazon Kinesis Data Streams.
- Aws
Msks []GetTopic Ingestion Data Source Setting Aws Msk - Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
- Azure
Event []GetHubs Topic Ingestion Data Source Setting Azure Event Hub - Settings for ingestion from Azure Event Hubs.
- Cloud
Storages []GetTopic Ingestion Data Source Setting Cloud Storage - Settings for ingestion from Cloud Storage.
- Confluent
Clouds []GetTopic Ingestion Data Source Setting Confluent Cloud - Settings for ingestion from Confluent Cloud.
- Platform
Logs []GetSettings Topic Ingestion Data Source Setting Platform Logs Setting - Settings for Platform Logs regarding ingestion to Pub/Sub. If unset, no Platform Logs will be generated.'
- aws
Kineses List<GetTopic Ingestion Data Source Setting Aws Kinese> - Settings for ingestion from Amazon Kinesis Data Streams.
- aws
Msks List<GetTopic Ingestion Data Source Setting Aws Msk> - Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
- azure
Event List<GetHubs Topic Ingestion Data Source Setting Azure Event Hub> - Settings for ingestion from Azure Event Hubs.
- cloud
Storages List<GetTopic Ingestion Data Source Setting Cloud Storage> - Settings for ingestion from Cloud Storage.
- confluent
Clouds List<GetTopic Ingestion Data Source Setting Confluent Cloud> - Settings for ingestion from Confluent Cloud.
- platform
Logs List<GetSettings Topic Ingestion Data Source Setting Platform Logs Setting> - Settings for Platform Logs regarding ingestion to Pub/Sub. If unset, no Platform Logs will be generated.'
- aws
Kineses GetTopic Ingestion Data Source Setting Aws Kinese[] - Settings for ingestion from Amazon Kinesis Data Streams.
- aws
Msks GetTopic Ingestion Data Source Setting Aws Msk[] - Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
- azure
Event GetHubs Topic Ingestion Data Source Setting Azure Event Hub[] - Settings for ingestion from Azure Event Hubs.
- cloud
Storages GetTopic Ingestion Data Source Setting Cloud Storage[] - Settings for ingestion from Cloud Storage.
- confluent
Clouds GetTopic Ingestion Data Source Setting Confluent Cloud[] - Settings for ingestion from Confluent Cloud.
- platform
Logs GetSettings Topic Ingestion Data Source Setting Platform Logs Setting[] - Settings for Platform Logs regarding ingestion to Pub/Sub. If unset, no Platform Logs will be generated.'
- aws_
kineses Sequence[GetTopic Ingestion Data Source Setting Aws Kinese] - Settings for ingestion from Amazon Kinesis Data Streams.
- aws_
msks Sequence[GetTopic Ingestion Data Source Setting Aws Msk] - Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
- azure_
event_ Sequence[Gethubs Topic Ingestion Data Source Setting Azure Event Hub] - Settings for ingestion from Azure Event Hubs.
- cloud_
storages Sequence[GetTopic Ingestion Data Source Setting Cloud Storage] - Settings for ingestion from Cloud Storage.
- confluent_
clouds Sequence[GetTopic Ingestion Data Source Setting Confluent Cloud] - Settings for ingestion from Confluent Cloud.
- platform_
logs_ Sequence[Getsettings Topic Ingestion Data Source Setting Platform Logs Setting] - Settings for Platform Logs regarding ingestion to Pub/Sub. If unset, no Platform Logs will be generated.'
- aws
Kineses List<Property Map> - Settings for ingestion from Amazon Kinesis Data Streams.
- aws
Msks List<Property Map> - Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
- azure
Event List<Property Map>Hubs - Settings for ingestion from Azure Event Hubs.
- cloud
Storages List<Property Map> - Settings for ingestion from Cloud Storage.
- confluent
Clouds List<Property Map> - Settings for ingestion from Confluent Cloud.
- platform
Logs List<Property Map>Settings - Settings for Platform Logs regarding ingestion to Pub/Sub. If unset, no Platform Logs will be generated.'
GetTopicIngestionDataSourceSettingAwsKinese
- Aws
Role stringArn - AWS role ARN to be used for Federated Identity authentication with Kinesis. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- Consumer
Arn string - The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- Stream
Arn string - The Kinesis stream ARN to ingest data from.
- Aws
Role stringArn - AWS role ARN to be used for Federated Identity authentication with Kinesis. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- Consumer
Arn string - The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- Stream
Arn string - The Kinesis stream ARN to ingest data from.
- aws
Role StringArn - AWS role ARN to be used for Federated Identity authentication with Kinesis. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- consumer
Arn String - The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- stream
Arn String - The Kinesis stream ARN to ingest data from.
- aws
Role stringArn - AWS role ARN to be used for Federated Identity authentication with Kinesis. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- consumer
Arn string - The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
- gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- stream
Arn string - The Kinesis stream ARN to ingest data from.
- aws_
role_ strarn - AWS role ARN to be used for Federated Identity authentication with Kinesis. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- consumer_
arn str - The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
- gcp_
service_ straccount - The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- stream_
arn str - The Kinesis stream ARN to ingest data from.
- aws
Role StringArn - AWS role ARN to be used for Federated Identity authentication with Kinesis. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- consumer
Arn String - The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with Kinesis (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- stream
Arn String - The Kinesis stream ARN to ingest data from.
GetTopicIngestionDataSourceSettingAwsMsk
- Aws
Role stringArn - AWS role ARN to be used for Federated Identity authentication with MSK. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- Cluster
Arn string - ARN that uniquely identifies the MSK cluster.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- Topic string
- The name of the MSK topic that Pub/Sub will import from.
- Aws
Role stringArn - AWS role ARN to be used for Federated Identity authentication with MSK. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- Cluster
Arn string - ARN that uniquely identifies the MSK cluster.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- Topic string
- The name of the MSK topic that Pub/Sub will import from.
- aws
Role StringArn - AWS role ARN to be used for Federated Identity authentication with MSK. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- cluster
Arn String - ARN that uniquely identifies the MSK cluster.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- topic String
- The name of the MSK topic that Pub/Sub will import from.
- aws
Role stringArn - AWS role ARN to be used for Federated Identity authentication with MSK. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- cluster
Arn string - ARN that uniquely identifies the MSK cluster.
- gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- topic string
- The name of the MSK topic that Pub/Sub will import from.
- aws_
role_ strarn - AWS role ARN to be used for Federated Identity authentication with MSK. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- cluster_
arn str - ARN that uniquely identifies the MSK cluster.
- gcp_
service_ straccount - The GCP service account to be used for Federated Identity authentication with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- topic str
- The name of the MSK topic that Pub/Sub will import from.
- aws
Role StringArn - AWS role ARN to be used for Federated Identity authentication with MSK. Check the Pub/Sub docs for how to set up this role and the required permissions that need to be attached to it.
- cluster
Arn String - ARN that uniquely identifies the MSK cluster.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub' equals to this service account number.
- topic String
- The name of the MSK topic that Pub/Sub will import from.
GetTopicIngestionDataSourceSettingAzureEventHub
- Client
Id string - The Azure event hub client ID to use for ingestion.
- Event
Hub string - The Azure event hub to ingest data from.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).
- Namespace string
- The Azure event hub namespace to ingest data from.
- Resource
Group string - The name of the resource group within an Azure subscription.
- Subscription
Id string - The Azure event hub subscription ID to use for ingestion.
- Tenant
Id string - The Azure event hub tenant ID to use for ingestion.
- Client
Id string - The Azure event hub client ID to use for ingestion.
- Event
Hub string - The Azure event hub to ingest data from.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).
- Namespace string
- The Azure event hub namespace to ingest data from.
- Resource
Group string - The name of the resource group within an Azure subscription.
- Subscription
Id string - The Azure event hub subscription ID to use for ingestion.
- Tenant
Id string - The Azure event hub tenant ID to use for ingestion.
- client
Id String - The Azure event hub client ID to use for ingestion.
- event
Hub String - The Azure event hub to ingest data from.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).
- namespace String
- The Azure event hub namespace to ingest data from.
- resource
Group String - The name of the resource group within an Azure subscription.
- subscription
Id String - The Azure event hub subscription ID to use for ingestion.
- tenant
Id String - The Azure event hub tenant ID to use for ingestion.
- client
Id string - The Azure event hub client ID to use for ingestion.
- event
Hub string - The Azure event hub to ingest data from.
- gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).
- namespace string
- The Azure event hub namespace to ingest data from.
- resource
Group string - The name of the resource group within an Azure subscription.
- subscription
Id string - The Azure event hub subscription ID to use for ingestion.
- tenant
Id string - The Azure event hub tenant ID to use for ingestion.
- client_
id str - The Azure event hub client ID to use for ingestion.
- event_
hub str - The Azure event hub to ingest data from.
- gcp_
service_ straccount - The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).
- namespace str
- The Azure event hub namespace to ingest data from.
- resource_
group str - The name of the resource group within an Azure subscription.
- subscription_
id str - The Azure event hub subscription ID to use for ingestion.
- tenant_
id str - The Azure event hub tenant ID to use for ingestion.
- client
Id String - The Azure event hub client ID to use for ingestion.
- event
Hub String - The Azure event hub to ingest data from.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).
- namespace String
- The Azure event hub namespace to ingest data from.
- resource
Group String - The name of the resource group within an Azure subscription.
- subscription
Id String - The Azure event hub subscription ID to use for ingestion.
- tenant
Id String - The Azure event hub tenant ID to use for ingestion.
GetTopicIngestionDataSourceSettingCloudStorage
- Avro
Formats List<GetTopic Ingestion Data Source Setting Cloud Storage Avro Format> - Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
- Bucket string
- Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the bucket naming requirements: https://cloud.google.com/storage/docs/buckets#naming.
- Match
Glob string - Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
- Minimum
Object stringCreate Time - The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
- Pubsub
Avro List<GetFormats Topic Ingestion Data Source Setting Cloud Storage Pubsub Avro Format> - Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
- Text
Formats List<GetTopic Ingestion Data Source Setting Cloud Storage Text Format> - Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.
- Avro
Formats []GetTopic Ingestion Data Source Setting Cloud Storage Avro Format - Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
- Bucket string
- Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the bucket naming requirements: https://cloud.google.com/storage/docs/buckets#naming.
- Match
Glob string - Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
- Minimum
Object stringCreate Time - The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
- Pubsub
Avro []GetFormats Topic Ingestion Data Source Setting Cloud Storage Pubsub Avro Format - Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
- Text
Formats []GetTopic Ingestion Data Source Setting Cloud Storage Text Format - Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.
- avro
Formats List<GetTopic Ingestion Data Source Setting Cloud Storage Avro Format> - Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
- bucket String
- Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the bucket naming requirements: https://cloud.google.com/storage/docs/buckets#naming.
- match
Glob String - Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
- minimum
Object StringCreate Time - The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
- pubsub
Avro List<GetFormats Topic Ingestion Data Source Setting Cloud Storage Pubsub Avro Format> - Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
- text
Formats List<GetTopic Ingestion Data Source Setting Cloud Storage Text Format> - Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.
- avro
Formats GetTopic Ingestion Data Source Setting Cloud Storage Avro Format[] - Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
- bucket string
- Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the bucket naming requirements: https://cloud.google.com/storage/docs/buckets#naming.
- match
Glob string - Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
- minimum
Object stringCreate Time - The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
- pubsub
Avro GetFormats Topic Ingestion Data Source Setting Cloud Storage Pubsub Avro Format[] - Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
- text
Formats GetTopic Ingestion Data Source Setting Cloud Storage Text Format[] - Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.
- avro_
formats Sequence[GetTopic Ingestion Data Source Setting Cloud Storage Avro Format] - Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
- bucket str
- Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the bucket naming requirements: https://cloud.google.com/storage/docs/buckets#naming.
- match_
glob str - Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
- minimum_
object_ strcreate_ time - The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
- pubsub_
avro_ Sequence[Getformats Topic Ingestion Data Source Setting Cloud Storage Pubsub Avro Format] - Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
- text_
formats Sequence[GetTopic Ingestion Data Source Setting Cloud Storage Text Format] - Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.
- avro
Formats List<Property Map> - Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
- bucket String
- Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the bucket naming requirements: https://cloud.google.com/storage/docs/buckets#naming.
- match
Glob String - Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
- minimum
Object StringCreate Time - The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
- pubsub
Avro List<Property Map>Formats - Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
- text
Formats List<Property Map> - Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.
GetTopicIngestionDataSourceSettingCloudStorageTextFormat
- Delimiter string
- The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.
- Delimiter string
- The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.
- delimiter String
- The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.
- delimiter string
- The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.
- delimiter str
- The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.
- delimiter String
- The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.
GetTopicIngestionDataSourceSettingConfluentCloud
- Bootstrap
Server string - The Confluent Cloud bootstrap server. The format is url:port.
- Cluster
Id string - The Confluent Cloud cluster ID.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Confluent Cloud.
- Identity
Pool stringId - Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
- Topic string
- Name of the Confluent Cloud topic that Pub/Sub will import from.
- Bootstrap
Server string - The Confluent Cloud bootstrap server. The format is url:port.
- Cluster
Id string - The Confluent Cloud cluster ID.
- Gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Confluent Cloud.
- Identity
Pool stringId - Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
- Topic string
- Name of the Confluent Cloud topic that Pub/Sub will import from.
- bootstrap
Server String - The Confluent Cloud bootstrap server. The format is url:port.
- cluster
Id String - The Confluent Cloud cluster ID.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with Confluent Cloud.
- identity
Pool StringId - Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
- topic String
- Name of the Confluent Cloud topic that Pub/Sub will import from.
- bootstrap
Server string - The Confluent Cloud bootstrap server. The format is url:port.
- cluster
Id string - The Confluent Cloud cluster ID.
- gcp
Service stringAccount - The GCP service account to be used for Federated Identity authentication with Confluent Cloud.
- identity
Pool stringId - Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
- topic string
- Name of the Confluent Cloud topic that Pub/Sub will import from.
- bootstrap_
server str - The Confluent Cloud bootstrap server. The format is url:port.
- cluster_
id str - The Confluent Cloud cluster ID.
- gcp_
service_ straccount - The GCP service account to be used for Federated Identity authentication with Confluent Cloud.
- identity_
pool_ strid - Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
- topic str
- Name of the Confluent Cloud topic that Pub/Sub will import from.
- bootstrap
Server String - The Confluent Cloud bootstrap server. The format is url:port.
- cluster
Id String - The Confluent Cloud cluster ID.
- gcp
Service StringAccount - The GCP service account to be used for Federated Identity authentication with Confluent Cloud.
- identity
Pool StringId - Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
- topic String
- Name of the Confluent Cloud topic that Pub/Sub will import from.
GetTopicIngestionDataSourceSettingPlatformLogsSetting
- Severity string
- The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
- Severity string
- The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
- severity String
- The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
- severity string
- The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
- severity str
- The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
- severity String
- The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
GetTopicMessageStoragePolicy
- Allowed
Persistence List<string>Regions - A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
- Enforce
In boolTransit - If true, 'allowedPersistenceRegions' is also used to enforce in-transit guarantees for messages. That is, Pub/Sub will fail topics.publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in 'allowedPersistenceRegions'.
- Allowed
Persistence []stringRegions - A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
- Enforce
In boolTransit - If true, 'allowedPersistenceRegions' is also used to enforce in-transit guarantees for messages. That is, Pub/Sub will fail topics.publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in 'allowedPersistenceRegions'.
- allowed
Persistence List<String>Regions - A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
- enforce
In BooleanTransit - If true, 'allowedPersistenceRegions' is also used to enforce in-transit guarantees for messages. That is, Pub/Sub will fail topics.publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in 'allowedPersistenceRegions'.
- allowed
Persistence string[]Regions - A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
- enforce
In booleanTransit - If true, 'allowedPersistenceRegions' is also used to enforce in-transit guarantees for messages. That is, Pub/Sub will fail topics.publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in 'allowedPersistenceRegions'.
- allowed_
persistence_ Sequence[str]regions - A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
- enforce_
in_ booltransit - If true, 'allowedPersistenceRegions' is also used to enforce in-transit guarantees for messages. That is, Pub/Sub will fail topics.publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in 'allowedPersistenceRegions'.
- allowed
Persistence List<String>Regions - A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.
- enforce
In BooleanTransit - If true, 'allowedPersistenceRegions' is also used to enforce in-transit guarantees for messages. That is, Pub/Sub will fail topics.publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in 'allowedPersistenceRegions'.
GetTopicSchemaSetting
- Encoding string
- The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
- Schema string
- The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be deleted-schema if the schema has been deleted.
- Encoding string
- The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
- Schema string
- The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be deleted-schema if the schema has been deleted.
- encoding String
- The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
- schema String
- The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be deleted-schema if the schema has been deleted.
- encoding string
- The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
- schema string
- The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be deleted-schema if the schema has been deleted.
- encoding str
- The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
- schema str
- The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be deleted-schema if the schema has been deleted.
- encoding String
- The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
- schema String
- The name of the schema that messages published should be validated against. Format is projects/{project}/schemas/{schema}. The value of this field will be deleted-schema if the schema has been deleted.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.