AWS Certified Solutions Architect – Professional — Question 54

Which of the following is the Amazon Resource Name (ARN) condition operator that can be used within an Identity and Access Management (IAM) policy to check the case-insensitive matching of the ARN?

Answer options

Correct answer: D

Explanation

The correct answer is D, ArnLike, which enables case-insensitive matching of ARNs in IAM policies. The other options, ArnCheck, ArnMatch, and ArnCase, do not exist as valid ARN condition operators in IAM, making them incorrect choices.