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

AwsIamInstanceProfileRole

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

Information about a role associated with an instance profile.

interface AwsIamInstanceProfileRole {
Arn?: string | null;
AssumeRolePolicyDocument?: string | null;
CreateDate?: string | null;
Path?: string | null;
RoleId?: string | null;
RoleName?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the role.

§
AssumeRolePolicyDocument?: string | null
[src]

The policy that grants an entity permission to assume the role.

§
CreateDate?: string | null
[src]

Indicates when the role was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
Path?: string | null
[src]

The path to the role.

§
RoleId?: string | null
[src]

The identifier of the role.

§
RoleName?: string | null
[src]

The name of the role.