Here is a documentation:
Sid – (Optional) The Sid is a statement identifier, an arbitrary string you can use to identify the statement.
Does it means that Sid
parameter is just description?
In another part of the documentation AWS provides some additional information about the purpose of the Sid:
The
Sid
(statement ID) is an optional identifier that you provide for the policy statement. You can assign aSid
value to each statement in a statement array. In services that let you specify anID
element, such as SQS and SNS, theSid
value is just a sub-ID of the policy document's ID. In IAM, theSid
value must be unique within a JSON policy.
So yes, it's just a description.