final case class AwsMsk(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.AwsMsk.State.STATE_UNSPECIFIED, clusterArn: String = "", topic: String = "", awsRoleArn: String = "", gcpServiceAccount: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AwsMsk] with Product with Serializable
Ingestion settings for Amazon MSK.
- state
Output only. An output-only field that indicates the state of the Amazon MSK ingestion source.
- clusterArn
Required. The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- topic
Required. The name of the topic in the Amazon MSK cluster that Pub/Sub will import from.
- 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.
- gcpServiceAccount
Required. The GCP service account to be used for Federated Identity authentication with Amazon MSK (via a
AssumeRoleWithWebIdentity
call for the provided role). Theaws_role_arn
must be set up withaccounts.google.com:sub
equals to this service account number.
- Annotations
- @SerialVersionUID()
- Source
- IngestionDataSourceSettings.scala
- Alphabetic
- By Inheritance
- AwsMsk
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AwsMsk(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.AwsMsk.State.STATE_UNSPECIFIED, clusterArn: String = "", topic: String = "", awsRoleArn: String = "", gcpServiceAccount: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- state
Output only. An output-only field that indicates the state of the Amazon MSK ingestion source.
- clusterArn
Required. The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- topic
Required. The name of the topic in the Amazon MSK cluster that Pub/Sub will import from.
- 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.
- gcpServiceAccount
Required. The GCP service account to be used for Federated Identity authentication with Amazon MSK (via a
AssumeRoleWithWebIdentity
call for the provided role). Theaws_role_arn
must be set up withaccounts.google.com:sub
equals to this service account number.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val awsRoleArn: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val clusterArn: String
- def companion: AwsMsk.type
- Definition Classes
- AwsMsk → GeneratedMessage
- def discardUnknownFields: AwsMsk
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val gcpServiceAccount: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AwsMsk → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AwsMsk → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- AwsMsk → GeneratedMessage
- val state: State
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- AwsMsk → GeneratedMessage
- val topic: String
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AwsMsk, AwsMsk]) => Mutation[AwsMsk]*): AwsMsk
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAwsRoleArn(__v: String): AwsMsk
- def withClusterArn(__v: String): AwsMsk
- def withGcpServiceAccount(__v: String): AwsMsk
- def withState(__v: State): AwsMsk
- def withTopic(__v: String): AwsMsk
- def withUnknownFields(__v: UnknownFieldSet): AwsMsk
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AwsMsk → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage