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

EnablePolicyTypeRequest

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

§Properties

§
PolicyType: PolicyType
[src]

The policy type that you want to enable. You can specify one of the following values:

§
RootId: string
[src]

The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the "ListRoots" operation.

The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lowercase letters or digits.