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

AwsIamRolePolicy

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

An inline policy that is embedded in the role.

interface AwsIamRolePolicy {
PolicyName?: string | null;
}

§Properties

§
PolicyName?: string | null
[src]

The name of the policy.