Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SipRuleTargetApplication = SipRuleTargetApplication' {}
- newSipRuleTargetApplication :: SipRuleTargetApplication
- sipRuleTargetApplication_priority :: Lens' SipRuleTargetApplication (Maybe Natural)
- sipRuleTargetApplication_awsRegion :: Lens' SipRuleTargetApplication (Maybe Text)
- sipRuleTargetApplication_sipMediaApplicationId :: Lens' SipRuleTargetApplication (Maybe Text)
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.
Instances
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.
sipRuleTargetApplication_awsRegion :: Lens' SipRuleTargetApplication (Maybe Text) Source #
The AWS Region of the target application.
sipRuleTargetApplication_sipMediaApplicationId :: Lens' SipRuleTargetApplication (Maybe Text) Source #
The SIP media application ID.