File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 * @param string $clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.
3636 * @param string $mskTopic The name of the topic in the Amazon MSK cluster that Pub/Sub will import from.
3737 * @param string $awsRoleArn AWS role ARN to be used for Federated Identity authentication with Amazon MSK.
38- Check the Pub/Sub docs for how to set up this role and the required permissions that need to be
39- attached to it.
38+ * Check the Pub/Sub docs for how to set up this role and the required permissions that need to be
39+ * attached to it.
4040 * @param string $gcpServiceAccount The GCP service account to be used for Federated Identity authentication
41- with Amazon MSK (via a AssumeRoleWithWebIdentity call for the provided role). The aws_role_arn
42- must be set up with accounts.google.com:sub equals to this service account number.
41+ * with Amazon MSK (via a AssumeRoleWithWebIdentity call for the provided role). The aws_role_arn
42+ * must be set up with accounts.google.com:sub equals to this service account number.
4343 */
4444function create_topic_with_aws_msk_ingestion (
4545 string $ projectId ,
You can’t perform that action at this time.
0 commit comments