AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.SipRule

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class SipRule

The SipRule type exposes the following members

Constructors

NameDescription
Public Method SipRule()

Properties

NameTypeDescription
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

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

Public Property Disabled System.Boolean

Gets and sets the property Disabled.

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

Public Property Name System.String

Gets and sets the property Name.

The name of the SIP rule.

Public Property SipRuleId System.String

Gets and sets the property SipRuleId.

The SIP rule ID.

Public Property TargetApplications System.Collections.Generic.List<Amazon.Chime.Model.SipRuleTargetApplication>

Gets and sets the property TargetApplications.

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.

Public Property TriggerType Amazon.Chime.SipRuleTriggerType

Gets and sets the property TriggerType.

The type of trigger assigned to the SIP rule in TriggerValue, currently RequestUriHostname or ToPhoneNumber.

Public Property TriggerValue System.String

Gets and sets the property TriggerValue.

If TriggerType is RequestUriHostname, then the value can be the outbound host name of the Amazon Chime Voice Connector. If TriggerType is ToPhoneNumber, then the value can be a customer-owned phone number in E164 format. SipRule is triggered when a SIP rule requests host name or ToPhoneNumber matches in the incoming SIP request.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5