File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
plugins/source/aws/resources/services/s3 Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ func bucketEncryptionRules() *schema.Table {
2222 Columns : []schema.Column {
2323 client .DefaultAccountIDColumn (false ),
2424 {
25- Name : "bucket_arn" ,
26- Type : arrow .BinaryTypes .String ,
27- Resolver : schema .ParentColumnResolver ("arn" ),
25+ Name : "bucket_arn" ,
26+ Type : arrow .BinaryTypes .String ,
27+ Resolver : schema .ParentColumnResolver ("arn" ),
28+ PrimaryKey : true ,
2829 },
2930 },
3031 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This table shows data for S3 Bucket Encryption Rules.
44
55https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html
66
7- The primary key for this table is ** _ cq_id ** .
7+ The primary key for this table is ** bucket_arn ** .
88
99## Relations
1010
@@ -14,10 +14,10 @@ This table depends on [aws_s3_buckets](aws_s3_buckets).
1414
1515| Name | Type |
1616| ------------- | ------------- |
17- | _ cq_id (PK) | ` uuid ` |
17+ | _ cq_id| ` uuid ` |
1818| _ cq_parent_id| ` uuid ` |
1919| account_id| ` utf8 ` |
20- | bucket_arn| ` utf8 ` |
20+ | bucket_arn (PK) | ` utf8 ` |
2121| apply_server_side_encryption_by_default| ` json ` |
2222| bucket_key_enabled| ` bool ` |
2323
You can’t perform that action at this time.
0 commit comments