Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateAccessPolicyRequest

import type { CreateAccessPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateAccessPolicyRequest {
accessPolicyIdentity: Identity;
accessPolicyPermission: Permission;
accessPolicyResource: Resource;
clientToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
accessPolicyIdentity: Identity
[src]

The identity for this access policy. Choose an Amazon Web Services SSO user, an Amazon Web Services SSO group, or an IAM user.

§
accessPolicyPermission: Permission
[src]

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

§
accessPolicyResource: Resource
[src]

The IoT SiteWise Monitor resource for this access policy. Choose either a portal or a project.

§
clientToken?: string | null
[src]

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.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of key-value pairs that contain metadata for the access policy. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.