| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Chime.Types.Proxy
Description
Documentation
The proxy configuration for an Amazon Chime Voice Connector.
See: newProxy smart constructor.
Constructors
| Proxy' | |
Fields
| |
Instances
| FromJSON Proxy Source # | |
| Generic Proxy Source # | |
| Show Proxy Source # | |
| NFData Proxy Source # | |
Defined in Amazonka.Chime.Types.Proxy | |
| Eq Proxy Source # | |
| Hashable Proxy Source # | |
Defined in Amazonka.Chime.Types.Proxy | |
| type Rep Proxy Source # | |
Defined in Amazonka.Chime.Types.Proxy type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.Chime.Types.Proxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.