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

AwsOpenSearchServiceDomainMasterUserOptionsDetails

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

Specifies information about the master user of the domain.

interface AwsOpenSearchServiceDomainMasterUserOptionsDetails {
MasterUserArn?: string | null;
MasterUserName?: string | null;
MasterUserPassword?: string | null;
}

§Properties

§
MasterUserArn?: string | null
[src]

The Amazon Resource Name (ARN) for the master user.

§
MasterUserName?: string | null
[src]

The username for the master user.

§
MasterUserPassword?: string | null
[src]

The password for the master user.