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

EnabledServicePrincipal

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

A structure that contains details of a service principal that represents an Amazon Web Services service that is enabled to integrate with Organizations.

interface EnabledServicePrincipal {
DateEnabled?: Date | number | null;
ServicePrincipal?: string | null;
}

§Properties

§
DateEnabled?: Date | number | null
[src]

The date that the service principal was enabled for integration with Organizations.

§
ServicePrincipal?: string | null
[src]

The name of the service principal. This is typically in the form of a URL, such as: _servicename_.amazonaws.com.