| 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.AlexaBusiness.Types.NetworkProfile
Description
Synopsis
- data NetworkProfile = NetworkProfile' {
- certificateAuthorityArn :: Maybe Text
- currentPassword :: Maybe (Sensitive Text)
- description :: Maybe Text
- eapMethod :: Maybe NetworkEapMethod
- networkProfileArn :: Maybe Text
- networkProfileName :: Maybe Text
- nextPassword :: Maybe (Sensitive Text)
- securityType :: Maybe NetworkSecurityType
- ssid :: Maybe Text
- trustAnchors :: Maybe (NonEmpty Text)
- newNetworkProfile :: NetworkProfile
- networkProfile_certificateAuthorityArn :: Lens' NetworkProfile (Maybe Text)
- networkProfile_currentPassword :: Lens' NetworkProfile (Maybe Text)
- networkProfile_description :: Lens' NetworkProfile (Maybe Text)
- networkProfile_eapMethod :: Lens' NetworkProfile (Maybe NetworkEapMethod)
- networkProfile_networkProfileArn :: Lens' NetworkProfile (Maybe Text)
- networkProfile_networkProfileName :: Lens' NetworkProfile (Maybe Text)
- networkProfile_nextPassword :: Lens' NetworkProfile (Maybe Text)
- networkProfile_securityType :: Lens' NetworkProfile (Maybe NetworkSecurityType)
- networkProfile_ssid :: Lens' NetworkProfile (Maybe Text)
- networkProfile_trustAnchors :: Lens' NetworkProfile (Maybe (NonEmpty Text))
Documentation
data NetworkProfile Source #
The network profile associated with a device.
See: newNetworkProfile smart constructor.
Constructors
| NetworkProfile' | |
Fields
| |
Instances
newNetworkProfile :: NetworkProfile Source #
Create a value of NetworkProfile 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:certificateAuthorityArn:NetworkProfile', networkProfile_certificateAuthorityArn - The ARN of the Private Certificate Authority (PCA) created in AWS
Certificate Manager (ACM). This is used to issue certificates to the
devices.
$sel:currentPassword:NetworkProfile', networkProfile_currentPassword - The current password of the Wi-Fi network.
$sel:description:NetworkProfile', networkProfile_description - Detailed information about a device's network profile.
$sel:eapMethod:NetworkProfile', networkProfile_eapMethod - The authentication standard that is used in the EAP framework.
Currently, EAP_TLS is supported.
$sel:networkProfileArn:NetworkProfile', networkProfile_networkProfileArn - The ARN of the network profile associated with a device.
$sel:networkProfileName:NetworkProfile', networkProfile_networkProfileName - The name of the network profile associated with a device.
$sel:nextPassword:NetworkProfile', networkProfile_nextPassword - The next, or subsequent, password of the Wi-Fi network. This password is
asynchronously transmitted to the device and is used when the password
of the network changes to NextPassword.
$sel:securityType:NetworkProfile', networkProfile_securityType - The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE,
WPA2_PSK, WPA_PSK, WEP, or OPEN.
$sel:ssid:NetworkProfile', networkProfile_ssid - The SSID of the Wi-Fi network.
$sel:trustAnchors:NetworkProfile', networkProfile_trustAnchors - The root certificates of your authentication server, which is installed
on your devices and used to trust your authentication server during EAP
negotiation.
networkProfile_certificateAuthorityArn :: Lens' NetworkProfile (Maybe Text) Source #
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
networkProfile_currentPassword :: Lens' NetworkProfile (Maybe Text) Source #
The current password of the Wi-Fi network.
networkProfile_description :: Lens' NetworkProfile (Maybe Text) Source #
Detailed information about a device's network profile.
networkProfile_eapMethod :: Lens' NetworkProfile (Maybe NetworkEapMethod) Source #
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
networkProfile_networkProfileArn :: Lens' NetworkProfile (Maybe Text) Source #
The ARN of the network profile associated with a device.
networkProfile_networkProfileName :: Lens' NetworkProfile (Maybe Text) Source #
The name of the network profile associated with a device.
networkProfile_nextPassword :: Lens' NetworkProfile (Maybe Text) Source #
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
networkProfile_securityType :: Lens' NetworkProfile (Maybe NetworkSecurityType) Source #
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
networkProfile_ssid :: Lens' NetworkProfile (Maybe Text) Source #
The SSID of the Wi-Fi network.
networkProfile_trustAnchors :: Lens' NetworkProfile (Maybe (NonEmpty Text)) Source #
The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.