Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 899 Bytes

ListDataStreamerV2s200ResponseDestinationCredentialsOneOf1.md

File metadata and controls

15 lines (10 loc) · 899 Bytes

ListDataStreamerV2s200ResponseDestinationCredentialsOneOf1

Properties

Name Type Description Notes
region String AWS Region of your Kinesis Data Stream
bucket_name String Name of your S3 bucket
role_arn String Role ARN of IAM role with write permission for your S3 bucket
flush_size Option<i32> Maximal number of entries in a single file. Default is 10000. Valid flush sizes are between 10 and 100000. [optional]
rotate_interval Option<i32> Maximal time in milliseconds between file writes. Default is 10000 ms. Valid rotation intervals are between 10000 ms and 900000 ms. [optional]

[Back to Model list] [Back to API list] [Back to README]