class Aws::Chime::Types::SipRuleTargetApplication

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.

@note When making an API call, you may pass SipRuleTargetApplication

data as a hash:

    {
      sip_media_application_id: "NonEmptyString",
      priority: 1,
      aws_region: "String",
    }

@!attribute [rw] sip_media_application_id

The SIP media application ID.
@return [String]

@!attribute [rw] priority

Priority of the SIP media application in the target list.
@return [Integer]

@!attribute [rw] aws_region

The AWS Region of the target application.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SipRuleTargetApplication AWS API Documentation

Constants

SENSITIVE