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

Description

 
Synopsis

Documentation

data VoiceConnector Source #

The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.

See: newVoiceConnector smart constructor.

Constructors

VoiceConnector' 

Fields

Instances

Instances details
FromJSON VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Generic VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Associated Types

type Rep VoiceConnector :: Type -> Type #

Read VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Show VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

NFData VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Methods

rnf :: VoiceConnector -> () #

Eq VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Hashable VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

type Rep VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

newVoiceConnector :: VoiceConnector Source #

Create a value of VoiceConnector 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:VoiceConnector', voiceConnector_awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

$sel:createdTimestamp:VoiceConnector', voiceConnector_createdTimestamp - The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

$sel:name:VoiceConnector', voiceConnector_name - The name of the Amazon Chime Voice Connector.

$sel:outboundHostName:VoiceConnector', voiceConnector_outboundHostName - The outbound host name for the Amazon Chime Voice Connector.

$sel:requireEncryption:VoiceConnector', voiceConnector_requireEncryption - Designates whether encryption is required for the Amazon Chime Voice Connector.

$sel:updatedTimestamp:VoiceConnector', voiceConnector_updatedTimestamp - The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

$sel:voiceConnectorArn:VoiceConnector', voiceConnector_voiceConnectorArn - The ARN of the specified Amazon Chime Voice Connector.

$sel:voiceConnectorId:VoiceConnector', voiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

voiceConnector_awsRegion :: Lens' VoiceConnector (Maybe VoiceConnectorAwsRegion) Source #

The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

voiceConnector_createdTimestamp :: Lens' VoiceConnector (Maybe UTCTime) Source #

The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

voiceConnector_name :: Lens' VoiceConnector (Maybe Text) Source #

The name of the Amazon Chime Voice Connector.

voiceConnector_outboundHostName :: Lens' VoiceConnector (Maybe Text) Source #

The outbound host name for the Amazon Chime Voice Connector.

voiceConnector_requireEncryption :: Lens' VoiceConnector (Maybe Bool) Source #

Designates whether encryption is required for the Amazon Chime Voice Connector.

voiceConnector_updatedTimestamp :: Lens' VoiceConnector (Maybe UTCTime) Source #

The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

voiceConnector_voiceConnectorArn :: Lens' VoiceConnector (Maybe Text) Source #

The ARN of the specified Amazon Chime Voice Connector.

voiceConnector_voiceConnectorId :: Lens' VoiceConnector (Maybe Text) Source #

The Amazon Chime Voice Connector ID.