Skip to content

Commit 8a955e1

Browse files
authored
add note for roleARN not supported in China regions (#291)
1 parent 4f05e4c commit 8a955e1

7 files changed

+8
-7
lines changed

website/docs/r/cloudfront_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In addition to the common properties, the following arguments are supported:
5252
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
5353
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
5454
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
55-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
55+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`. This is not supported for AWS China regions.
5656
+ `region` - (Optional) Your AWS Bucket region.
5757
- `path` - (Required) The location to scan for new data.
5858
+ `type` - (Required) type of polling source. This has to be `S3BucketPathExpression` for `CloudFront` source.

website/docs/r/cloudtrail_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In addition to the common properties, the following arguments are supported:
5252
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
5353
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
5454
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
55-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
55+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`. This is not supported for AWS China regions.
5656
+ `region` - (Optional) Your AWS Bucket region.
5757
- `path` - (Required) The location to scan for new data.
5858
+ `type` - (Required) type of polling source. This has to be `S3BucketPathExpression` for `CloudTrail` source.

website/docs/r/cloudwatch_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In addition to the common properties, the following arguments are supported:
8181
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
8282
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
8383
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
84-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
84+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`. This is not supported for AWS China regions.
8585
+ `region` - (Optional) Your AWS Bucket region.
8686
- `path` - (Required) The location to scan for new data.
8787
+ `type` - (Required) type of polling source. This has to be `CloudWatchPath` for CloudWatch source.

website/docs/r/elb_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In addition to the common properties, the following arguments are supported:
5252
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`.
5353
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`.
5454
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`.
55-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`.
55+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`.This is not supported for AWS China regions.
5656
+ `region` - (Optional) Your AWS Bucket region.
5757
- `path` - (Required) The location to scan for new data.
5858
+ `type` - (Required) type of polling source. This has to be `S3BucketPathExpression` for `ELB` source.

website/docs/r/metadata_source.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ In addition to the common properties, the following arguments are supported:
5050
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`
5151
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
5252
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
53-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
53+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`. This is not supported for AWS China regions.
54+
+ `region` - (Optional) Your AWS Bucket region.
5455
- `path` - (Required) The location to scan for new data.
5556
+ `type` - (Required) type of polling source. Only allowed value is `AwsMetadataPath`.
5657
+ `limit_to_regions` - (Optional) List of Amazon regions.

website/docs/r/s3_audit_source.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In addition to the common properties, the following arguments are supported:
5252
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`.
5353
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`.
5454
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`.
55-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`.
55+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`.This is not supported for AWS China regions.
5656
+ `region` - (Optional) Your AWS Bucket region.
5757
- `path` - (Required) The location to scan for new data.
5858
+ `type` - (Required) type of polling source. This has to be `S3BucketPathExpression` for `S3 Audit source`.

website/docs/r/s3_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In addition to the common properties, the following arguments are supported:
5252
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication`.
5353
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`.
5454
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`.
55-
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`.
55+
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`. This is not supported for AWS China regions.
5656
+ `region` - (Optional) Your AWS Bucket region.
5757
- `path` - (Required) The location to scan for new data.
5858
+ `type` - (Required) type of polling source. This has to be `S3BucketPathExpression` for `S3 source`.

0 commit comments

Comments
 (0)