public enum IngestionDataSourceSettings.Types.AwsKinesis.Types.StateReference documentation and code samples for the Cloud Pub/Sub v1 API enum IngestionDataSourceSettings.Types.AwsKinesis.Types.State.
Possible states for ingestion from Amazon Kinesis Data Streams.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
Ingestion is active. |
ConflictingRegionConstraints |
Indicates an error state where the ingestion source cannot be processed because the selected ingestion region is not permitted by the Regional Access Boundary (RAB) restrictions on the project's service account. |
ConsumerNotFound |
The Kinesis consumer does not exist. |
KinesisPermissionDenied |
Permission denied encountered while consuming data from Kinesis. This can happen if:
|
PublishPermissionDenied |
Permission denied encountered while publishing to the topic. This can happen if the Pub/Sub SA has not been granted the appropriate publish permissions |
StreamNotFound |
The Kinesis stream does not exist. |
Unspecified |
Default value. This value is unused. |