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 |
Documentation
The proxy configuration for an Amazon Chime Voice Connector.
See: newProxy
smart constructor.
Proxy' | |
|
Instances
Eq Proxy Source # | |
Show Proxy Source # | |
Generic Proxy Source # | |
NFData Proxy Source # | |
Defined in Amazonka.Chime.Types.Proxy | |
Hashable Proxy Source # | |
Defined in Amazonka.Chime.Types.Proxy | |
FromJSON Proxy Source # | |
type Rep Proxy Source # | |
Defined in Amazonka.Chime.Types.Proxy type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.Chime.Types.Proxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Proxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) |
Create a value of Proxy
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:defaultSessionExpiryMinutes:Proxy'
, proxy_defaultSessionExpiryMinutes
- The default number of minutes allowed for proxy sessions.
$sel:disabled:Proxy'
, proxy_disabled
- When true, stops proxy sessions from being created on the specified
Amazon Chime Voice Connector.
$sel:fallBackPhoneNumber:Proxy'
, proxy_fallBackPhoneNumber
- The phone number to route calls to after a proxy session expires.
$sel:phoneNumberCountries:Proxy'
, proxy_phoneNumberCountries
- The countries for proxy phone numbers to be selected from.
proxy_defaultSessionExpiryMinutes :: Lens' Proxy (Maybe Int) Source #
The default number of minutes allowed for proxy sessions.
proxy_disabled :: Lens' Proxy (Maybe Bool) Source #
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.