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

DescribeCrossAccountAccessRoleResponse

import type { DescribeCrossAccountAccessRoleResponse } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface DescribeCrossAccountAccessRoleResponse {
registeredAt: Date | number;
roleArn: string;
valid: boolean;
}

§Properties

§
registeredAt: Date | number
[src]

The date when the cross-account access role was registered.

§
roleArn: string
[src]

The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.

§
valid: boolean
[src]

A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.