Class AwsKinesis
Ingestion settings for Amazon Kinesis Data Streams.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class AwsKinesis : IDirectResponseSchema
Properties
AwsRoleArn
Required. 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.
Declaration
[JsonProperty("awsRoleArn")]
public virtual string AwsRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConsumerArn
Required. The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode. The consumer must be already created and ready to be used.
Declaration
[JsonProperty("consumerArn")]
public virtual string ConsumerArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcpServiceAccount
Required. The GCP service account to be used for Federated Identity authentication with Kinesis (via a
AssumeRoleWithWebIdentity call for the provided role). The aws_role_arn must be set up with
accounts.google.com:sub equals to this service account number.
Declaration
[JsonProperty("gcpServiceAccount")]
public virtual string GcpServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. An output-only field that indicates the state of the Kinesis ingestion source.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StreamArn
Required. The Kinesis stream ARN to ingest data from.
Declaration
[JsonProperty("streamArn")]
public virtual string StreamArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |