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

IamRoleConfiguration

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

The proposed access control configuration for an IAM role. You can propose a configuration for a new IAM role or an existing IAM role that you own by specifying the trust policy. If the configuration is for a new IAM role, you must specify the trust policy. If the configuration is for an existing IAM role that you own and you do not propose the trust policy, the access preview uses the existing trust policy for the role. The proposed trust policy cannot be an empty string. For more information about role trust policy limits, see IAM and STS quotas.

interface IamRoleConfiguration {
trustPolicy?: string | null;
}

§Properties

§
trustPolicy?: string | null
[src]

The proposed trust policy for the IAM role.