amazonka-chime-2.0: Amazon Chime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

ToJSON 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 #

Read SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Show SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

NFData SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Eq SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Hashable 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SipRuleTargetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: 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:awsRegion:SipRuleTargetApplication', sipRuleTargetApplication_awsRegion - The AWS Region of the target application.

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

$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.