Struct aws_sdk_chime::types::Proxy
source · #[non_exhaustive]pub struct Proxy { /* private fields */ }Expand description
The proxy configuration for an Amazon Chime Voice Connector.
Implementations§
source§impl Proxy
impl Proxy
sourcepub fn default_session_expiry_minutes(&self) -> Option<i32>
pub fn default_session_expiry_minutes(&self) -> Option<i32>
The default number of minutes allowed for proxy sessions.
sourcepub fn disabled(&self) -> Option<bool>
pub fn disabled(&self) -> Option<bool>
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
sourcepub fn fall_back_phone_number(&self) -> Option<&str>
pub fn fall_back_phone_number(&self) -> Option<&str>
The phone number to route calls to after a proxy session expires.
sourcepub fn phone_number_countries(&self) -> Option<&[String]>
pub fn phone_number_countries(&self) -> Option<&[String]>
The countries for proxy phone numbers to be selected from.