Class AwsMsk
Ingestion settings for Amazon MSK.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class AwsMsk : IDirectResponseSchema
Properties
AwsRoleArn
Required. AWS role ARN to be used for Federated Identity authentication with Amazon MSK. 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 |
ClusterArn
Required. The Amazon Resource Name (ARN) that uniquely identifies the cluster.
Declaration
[JsonProperty("clusterArn")]
public virtual string ClusterArn { 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 Amazon MSK (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 Amazon MSK ingestion source.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Topic
Required. The name of the topic in the Amazon MSK cluster that Pub/Sub will import from.
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |