Data Source: aws_iam_access_keys

This data source can be used to fetch information about IAM access keys of a specific IAM user.

Example Usage

data "aws_iam_access_keys" "example" {
  user = "an_example_user_name"
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

The elements of the access_keys are exported with the following attributes: