Closed YakDriver closed 1 year ago
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
The AWS API supports finding out about Lake Formation roles that registered Lake Formation resources by filtering on fields. Support for this is not available in the AWS provider but could be added.
New or Affected Resource(s)
Arguments
filter
- (Required) One or more configuration blocks that define filter conditions.comparison_operator
- (Optional?) Comparison operator used in the filter condition. Valid values includeBEGINS_WITH
,BETWEEN
,CONTAINS
,EQ
,GE
,GT
,IN
,LE
,LT
,NE
, andNOT_CONTAINS
.field
- (Optional?) Field to filter in the filter condition. Valid values includeRESOURCE_ARN
,ROLE_ARN
, andLAST_MODIFIED
.values
- (Optional?) List of string values used in evaluating the filter condition.Attributes
resource
- Zero or more blocks with information about resourceslast_modified
- Date and time the resource was last modifiedarn
- ARN of the resourcerole_arn
- IAM role that registered a resourcePotential Terraform Configuration
References
9700
13396
13250
13267