This data source would describe a Redshift Application for use with IAM Identity Center. This is the singular version of the data source described in #35830.
Requested Resource(s) and/or Data Source(s)
aws_redshift_idc_application
Potential Terraform Configuration
data "aws_redshift_idc_application" "example" {
redshift_idc_application_arn = "" # or shorten to application_arn
}
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
This data source would describe a Redshift Application for use with IAM Identity Center. This is the singular version of the data source described in #35830.
Requested Resource(s) and/or Data Source(s)
aws_redshift_idc_application
Potential Terraform Configuration
References
Would you like to implement a fix?
None