libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.SipRuleTargetApplication

Description

 
Synopsis

Documentation

data SipRuleTargetApplication Source #

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.

See: newSipRuleTargetApplication smart constructor.

Constructors

SipRuleTargetApplication' 

Fields

Instances

Instances details
Eq SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Read SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Show SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Generic SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Associated Types

type Rep SipRuleTargetApplication :: Type -> Type #

NFData SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Hashable SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

ToJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

FromJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

type Rep SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

type Rep SipRuleTargetApplication = D1 ('MetaData "SipRuleTargetApplication" "Amazonka.Chime.Types.SipRuleTargetApplication" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "SipRuleTargetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSipRuleTargetApplication :: SipRuleTargetApplication Source #

Create a value of SipRuleTargetApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:priority:SipRuleTargetApplication', sipRuleTargetApplication_priority - Priority of the SIP media application in the target list.

$sel:awsRegion:SipRuleTargetApplication', sipRuleTargetApplication_awsRegion - The AWS Region of the target application.

$sel:sipMediaApplicationId:SipRuleTargetApplication', sipRuleTargetApplication_sipMediaApplicationId - The SIP media application ID.

sipRuleTargetApplication_priority :: Lens' SipRuleTargetApplication (Maybe Natural) Source #

Priority of the SIP media application in the target list.