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

AwsIamGroupPolicy

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

A managed policy that is attached to the IAM group.

interface AwsIamGroupPolicy {
PolicyName?: string | null;
}

§Properties

§
PolicyName?: string | null
[src]

The name of the policy.