ds/lakeformation_resources: New data source #16845
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-data-source
Introduces a new data source.
partition/aws-us-gov
Pertains to the aws-us-gov partition.
service/lakeformation
Issues and PRs that pertain to the lakeformation service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
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
The text was updated successfully, but these errors were encountered: