You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/kinesis_log_source.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,12 +66,12 @@ __IMPORTANT:__ The AWS credentials are stored in plain-text in the state. This i
66
66
In addition to the common properties, the following arguments are supported:
67
67
68
68
-`content_type` - (Required) The content-type of the collected data. Details can be found in the [Sumologic documentation for hosted sources][1].
69
-
-`authentication` - (Optional) Authentication details for connecting to the S3 bucket.
69
+
-`authentication` - (Required) Authentication details for connecting to the S3 bucket.
70
70
+`type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication` or `NoAuthentication`
71
71
+`access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
72
72
+`secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
73
73
+`role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
74
-
-`path` - (Optional) The location of S3 bucket for failed Kinesis log data.
74
+
-`path` - (Required) The location of S3 bucket for failed Kinesis log data.
75
75
+`type` - (Required) Must be either `KinesisLogPath` or `NoPathExpression`
76
76
+`bucket_name` - (Optional) The name of the bucket. This is needed if using type `KinesisLogPath`.
77
77
+`path_expression` - (Optional) The path to the data. This is needed if using type `KinesisLogPath`. For Kinesis log source, it must include `http-endpoint-failed/`.
0 commit comments