Identify a true statement about the statement ID (Sid) in IAM.
A.
You cannot expose the Sid in the IAM API.
B.
You cannot use a Sid value as a sub-ID for a policy document’s ID for services provided by SQS
and SNS.
C.
You can expose the Sid in the IAM API.
D.
You cannot assign a Sid value to each statement in a statement array.
Explanation:
The Sid(statement ID) is an optional identifier that you provide for the policy statement. You can
assign a Sid a value to each statement in a statement array. In IAM, the Sid is not exposed in the
IAM API. You can’t retrieve a particular statement based on this ID.
http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#Sid
A :
In IAM, the Sid is not exposed in the IAM API. You can’t retrieve a particular statement based on this ID (source : http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html)