SipRule

class SipRule

The details of a SIP rule, including name, triggers, and target applications. An AWS account can have multiple SIP rules.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the SIP rule was created, in ISO 8601 format.

Link copied to clipboard

Indicates whether the SIP rule is enabled or disabled. You must disable a rule before you can delete it.

Link copied to clipboard
val name: String?

A SIP rule's name.

Link copied to clipboard

A SIP rule's ID.

Link copied to clipboard

The target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.

Link copied to clipboard

The type of trigger set for a SIP rule, either a phone number or a URI request host name.

Link copied to clipboard

The value set for a SIP rule's trigger type. Either a phone number or a URI hostname.

Link copied to clipboard

The time at which the SIP rule was updated, in ISO 8601 format.

Functions

Link copied to clipboard
inline fun copy(block: SipRule.Builder.() -> Unit = {}): SipRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String