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

Role

import type { Role } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface Role {
Arn: string;
AssumeRolePolicyDocument?: string | null;
CreateDate: Date | number;
Description?: string | null;
MaxSessionDuration?: number | null;
Path: string;
PermissionsBoundary?: AttachedPermissionsBoundary | null;
RoleId: string;
RoleLastUsed?: RoleLastUsed | null;
RoleName: string;
Tags: Tag[];
}

§Properties

§
Arn: string
[src]
§
AssumeRolePolicyDocument?: string | null
[src]
§
CreateDate: Date | number
[src]
§
Description?: string | null
[src]
§
MaxSessionDuration?: number | null
[src]
§
Path: string
[src]
§
PermissionsBoundary?: AttachedPermissionsBoundary | null
[src]
§
RoleId: string
[src]
§
RoleLastUsed?: RoleLastUsed | null
[src]
§
RoleName: string
[src]
§
Tags: Tag[]
[src]