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

SipRule

import type { SipRule } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface SipRule {
CreatedTimestamp?: Date | number | null;
Disabled?: boolean | null;
Name?: string | null;
SipRuleId?: string | null;
TargetApplications?: SipRuleTargetApplication[] | null;
TriggerType?: SipRuleTriggerType | null;
TriggerValue?: string | null;
UpdatedTimestamp?: Date | number | null;
}

§Properties

§
CreatedTimestamp?: Date | number | null
[src]
§
Disabled?: boolean | null
[src]
§
Name?: string | null
[src]
§
SipRuleId?: string | null
[src]
§
TargetApplications?: SipRuleTargetApplication[] | null
[src]
§
TriggerType?: SipRuleTriggerType | null
[src]
§
TriggerValue?: string | null
[src]
§
UpdatedTimestamp?: Date | number | null
[src]