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 details of the SIP media application, including name and endpoints. An AWS account can have multiple SIP media applications.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.SipMediaApplication

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

Syntax

C#
public class SipMediaApplication

The SipMediaApplication type exposes the following members

Constructors

NameDescription
Public Method SipMediaApplication()

Properties

NameTypeDescription
Public Property AwsRegion System.String

Gets and sets the property AwsRegion.

The AWS Region in which the SIP media application is created.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The SIP media application creation timestamp, in ISO 8601 format.

Public Property Endpoints System.Collections.Generic.List<Amazon.Chime.Model.SipMediaApplicationEndpoint>

Gets and sets the property Endpoints.

List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.

Public Property Name System.String

Gets and sets the property Name.

The name of the SIP media application.

Public Property SipMediaApplicationId System.String

Gets and sets the property SipMediaApplicationId.

The SIP media application ID.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The SIP media application updated timestamp, 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