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

AwsRdsDbDomainMembership

import type { AwsRdsDbDomainMembership } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsRdsDbDomainMembership {
Domain?: string | null;
Fqdn?: string | null;
IamRoleName?: string | null;
Status?: string | null;
}

§Properties

§
Domain?: string | null
[src]
§
Fqdn?: string | null
[src]
§
IamRoleName?: string | null
[src]
§
Status?: string | null
[src]