File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
website/docs/cdktf/python/r Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ The resulting permissions depend on whether the table had `IAMAllowedPrincipals`
120
120
121
121
AllIAMPrincipals is a pseudo-entity group that acts like a Lake Formation principal. The group includes all IAMs in the account that is defined.
122
122
123
+ ``` terraform
123
124
resource "aws_lakeformation_permissions" "example" {
124
125
permissions = ["SELECT"]
125
126
principal = "123456789012:IAMPrincipals"
@@ -130,6 +131,7 @@ resource "aws_lakeformation_permissions" "example" {
130
131
column_names = ["event"]
131
132
}
132
133
}
134
+ ```
133
135
134
136
## Using Lake Formation Permissions
135
137
@@ -331,4 +333,4 @@ The following arguments are optional:
331
333
332
334
This resource exports no additional attributes.
333
335
334
- <!-- cache-key: cdktf-0.20.8 input-2c405703dee16bf8c7ac2afec5d33511359006715bb0227e7fbad5c59234beaf -->
336
+ <!-- cache-key: cdktf-0.20.8 input-2c405703dee16bf8c7ac2afec5d33511359006715bb0227e7fbad5c59234beaf -->
You can’t perform that action at this time.
0 commit comments