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

AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails

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

Provides information about domain access control options.

interface AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails {
Enabled?: boolean | null;
InternalUserDatabaseEnabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Enables fine-grained access control.

§
InternalUserDatabaseEnabled?: boolean | null
[src]

Enables the internal user database.

§

Specifies information about the master user of the domain.