| 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.NetworkProfileData
Description
Synopsis
- data NetworkProfileData = NetworkProfileData' {}
- newNetworkProfileData :: NetworkProfileData
- networkProfileData_certificateAuthorityArn :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_description :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod)
- networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_securityType :: Lens' NetworkProfileData (Maybe NetworkSecurityType)
- networkProfileData_ssid :: Lens' NetworkProfileData (Maybe Text)
Documentation
data NetworkProfileData Source #
The data associated with a network profile.
See: newNetworkProfileData smart constructor.
Constructors
| NetworkProfileData' | |
Fields
| |
Instances
newNetworkProfileData :: NetworkProfileData Source #
Create a value of NetworkProfileData 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:NetworkProfileData', networkProfileData_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:description:NetworkProfileData', networkProfileData_description - Detailed information about a device's network profile.
$sel:eapMethod:NetworkProfileData', networkProfileData_eapMethod - The authentication standard that is used in the EAP framework.
Currently, EAP_TLS is supported.
$sel:networkProfileArn:NetworkProfileData', networkProfileData_networkProfileArn - The ARN of the network profile associated with a device.
$sel:networkProfileName:NetworkProfileData', networkProfileData_networkProfileName - The name of the network profile associated with a device.
$sel:securityType:NetworkProfileData', networkProfileData_securityType - The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE,
WPA2_PSK, WPA_PSK, WEP, or OPEN.
$sel:ssid:NetworkProfileData', networkProfileData_ssid - The SSID of the Wi-Fi network.
networkProfileData_certificateAuthorityArn :: Lens' NetworkProfileData (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.
networkProfileData_description :: Lens' NetworkProfileData (Maybe Text) Source #
Detailed information about a device's network profile.
networkProfileData_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod) Source #
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text) Source #
The ARN of the network profile associated with a device.
networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text) Source #
The name of the network profile associated with a device.
networkProfileData_securityType :: Lens' NetworkProfileData (Maybe NetworkSecurityType) Source #
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
networkProfileData_ssid :: Lens' NetworkProfileData (Maybe Text) Source #
The SSID of the Wi-Fi network.