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

CreateAccessPolicyResponse

import type { CreateAccessPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateAccessPolicyResponse {
accessPolicyArn: string;
accessPolicyId: string;
}

§Properties

§
accessPolicyArn: string
[src]

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
§
accessPolicyId: string
[src]

The ID of the access policy.