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

EffectivePolicy

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

Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

interface EffectivePolicy {
LastUpdatedTimestamp?: Date | number | null;
PolicyContent?: string | null;
PolicyType?: EffectivePolicyType | null;
TargetId?: string | null;
}

§Properties

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

The time of the last update to this policy.

§
PolicyContent?: string | null
[src]

The text content of the policy.

§
PolicyType?: EffectivePolicyType | null
[src]

The policy type.

§
TargetId?: string | null
[src]

The account ID of the policy target.