NetworkProfileData

public struct NetworkProfileData : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

    Declaration

    Swift

    public let certificateAuthorityArn: String?
  • Detailed information about a device’s network profile.

    Declaration

    Swift

    public let description: String?
  • The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

    Declaration

    Swift

    public let eapMethod: NetworkEapMethod?
  • The ARN of the network profile associated with a device.

    Declaration

    Swift

    public let networkProfileArn: String?
  • The name of the network profile associated with a device.

    Declaration

    Swift

    public let networkProfileName: String?
  • The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

    Declaration

    Swift

    public let securityType: NetworkSecurityType?
  • The SSID of the Wi-Fi network.

    Declaration

    Swift

    public let ssid: String?
  • Undocumented

    Declaration

    Swift

    public init(certificateAuthorityArn: String? = nil, description: String? = nil, eapMethod: NetworkEapMethod? = nil, networkProfileArn: String? = nil, networkProfileName: String? = nil, securityType: NetworkSecurityType? = nil, ssid: String? = nil)