Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NetworkProfileData = NetworkProfileData' {}
- newNetworkProfileData :: NetworkProfileData
- networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_ssid :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_securityType :: Lens' NetworkProfileData (Maybe NetworkSecurityType)
- networkProfileData_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod)
- networkProfileData_description :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_certificateAuthorityArn :: Lens' NetworkProfileData (Maybe Text)
Documentation
data NetworkProfileData Source #
The data associated with a network profile.
See: newNetworkProfileData
smart constructor.
NetworkProfileData' | |
|
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:networkProfileName:NetworkProfileData'
, networkProfileData_networkProfileName
- The name of the network profile associated with a device.
$sel:ssid:NetworkProfileData'
, networkProfileData_ssid
- The SSID of the Wi-Fi network.
$sel:networkProfileArn:NetworkProfileData'
, networkProfileData_networkProfileArn
- The ARN 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:eapMethod:NetworkProfileData'
, networkProfileData_eapMethod
- The authentication standard that is used in the EAP framework.
Currently, EAP_TLS is supported.
$sel:description:NetworkProfileData'
, networkProfileData_description
- Detailed information about a device's network profile.
$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.
networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text) Source #
The name of the network profile associated with a device.
networkProfileData_ssid :: Lens' NetworkProfileData (Maybe Text) Source #
The SSID of the Wi-Fi network.
networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text) Source #
The ARN 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_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod) Source #
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
networkProfileData_description :: Lens' NetworkProfileData (Maybe Text) Source #
Detailed information about a device's network profile.
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.