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

AssociateRoleToGroupRequest

import type { AssociateRoleToGroupRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface AssociateRoleToGroupRequest {
GroupId: string;
RoleArn: string;
}

§Properties

§
GroupId: string
[src]

The ID of the Greengrass group.

§
RoleArn: string
[src]

The ARN of the role you wish to associate with this group. The existence of the role is not validated.