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

PolicyDescriptorType

import type { PolicyDescriptorType } from "https://aws-api.deno.dev/v0.4/services/sts.ts?docs=full";

A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.

interface PolicyDescriptorType {
arn?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.