Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16744#discussion_r102355832
  
    --- Diff: python/pyspark/streaming/kinesis.py ---
    @@ -67,6 +68,12 @@ def createStream(ssc, kinesisAppName, streamName, 
endpointUrl, regionName,
             :param awsSecretKey:  AWS SecretKey (default is None. If None, 
will use
                                   DefaultAWSCredentialsProviderChain)
             :param decoder:  A function used to decode value (default is 
utf8_decoder)
    +        :param stsAssumeRoleArn: ARN of IAM role to assume when using STS 
sessions to read from
    +                                 the Kinesis stream (default is None).
    +        :param stsSessionName: Name to uniquely identify STS sessions used 
to read from Kinesis
    +                               stream, if STS is being used (default is 
None).
    +        :param stsExternalId: Extenral ID that can be used to validate 
against the assumed IAM
    --- End diff --
    
    `External`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to