v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473397365.8 KB

Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.

post/access-policies

Request body

accessPolicyPermission'ADMINISTRATOR' | 'VIEWER' required

The permission level for this access policy. Note that a project <code>ADMINISTRATOR</code> is also known as a project owner.

clientTokenstring

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

tagsobject

A list of key-value pairs that contain metadata for the access policy. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html">Tagging your IoT SiteWise resources</a> in the <i>IoT SiteWise User Guide</i>.

Response

Success

accessPolicyIdstring required

The ID of the access policy.

accessPolicyArnstring required
<p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the access policy, which has the following format.</p> <p> <code>arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}</code> </p>