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

CreateSipRuleRequest

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

§Properties

§
Disabled?: boolean | null
[src]
§
Name: string
[src]
§
TargetApplications?: SipRuleTargetApplication[] | null
[src]
§
TriggerValue: string
[src]