AmazonDisableUnusedIamAccessKeysParameters Object
Last updated
Parameters for the Amazon Disable Unused IAM Access Keys action.
Registered credentials to use with the action. One and only one credential must be specified.
Type: Array of string
Required: Yes
Indicates whether test mode is enabled.
Type: array of boolean
Required: No
Default: false
Format of the final report. Required when targetType is email.
Type: string
Valid Values:
email
email-html-attachment
email-csv-attachment
Required: Conditional
The target email addresses to send the final report.
Type: array of string
Required: No
Indicates whether a report should be generated with the execution results.
Type: string
Valid Values:
none
email
Required: No
Default: none
Number of days the access keys should be unused before being disabled.
Type: integer
Required: Yes
Method in which users will be selected.
Type: string
Valid Values:
all-users
by-user-name
Required: Yes
Comparison to use when matching users by their user name. Required when userIdentificationMethod is by-user-name.
Type: IamUserNameComparison object
Required: Conditional
Last updated
{
"credentialIds": [
"cred-00000001"
],
"targetType": "email",
"targetEmails": [
"foo@example.com"
],
"ReportFormat": "email"
}