Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F/ New Resource Lakeformation OptIn #41611

Merged
merged 18 commits into from
Mar 4, 2025
3 changes: 3 additions & 0 deletions .changelog/41611.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_lakeformation_opt_in
```
2 changes: 2 additions & 0 deletions internal/service/lakeformation/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ package lakeformation
var (
ResourceDataCellsFilter = newResourceDataCellsFilter
ResourceResourceLFTag = newResourceResourceLFTag
ResourceOptIn = newResourceOptIn

FindDataCellsFilterByID = findDataCellsFilterByID
FindResourceLFTagByID = findResourceLFTagByID
LFTagParseResourceID = lfTagParseResourceID
FindOptInByID = findOptInByID

ValidPrincipal = validPrincipal
)
Loading
Loading