You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::CreateNetworkProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateNetworkProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  network_profile_name: "NetworkProfileName", # required
  description: "NetworkProfileDescription",
  ssid: "NetworkSsid", # required
  security_type: "OPEN", # required, accepts OPEN, WEP, WPA_PSK, WPA2_PSK, WPA2_ENTERPRISE
  eap_method: "EAP_TLS", # accepts EAP_TLS
  current_password: "CurrentWiFiPassword",
  next_password: "NextWiFiPassword",
  certificate_authority_arn: "Arn",
  trust_anchors: ["TrustAnchor"],
  client_request_token: "ClientRequestToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arnString

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

Returns:

  • (String)

    The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).

#client_request_tokenString

A unique, user-specified identifier for the request that ensures idempotency.

Returns:

  • (String)

    A unique, user-specified identifier for the request that ensures idempotency.

    .

#current_passwordString

The current password of the Wi-Fi network.

Returns:

  • (String)

    The current password of the Wi-Fi network.

#descriptionString

Detailed information about a device\'s network profile.

Returns:

  • (String)

    Detailed information about a device\'s network profile.

#eap_methodString

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

Possible values:

  • EAP_TLS

Returns:

  • (String)

    The authentication standard that is used in the EAP framework.

#network_profile_nameString

The name of the network profile associated with a device.

Returns:

  • (String)

    The name of the network profile associated with a device.

#next_passwordString

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.

Returns:

  • (String)

    The next, or subsequent, password of the Wi-Fi network.

#security_typeString

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

Possible values:

  • OPEN
  • WEP
  • WPA_PSK
  • WPA2_PSK
  • WPA2_ENTERPRISE

Returns:

  • (String)

    The security type of the Wi-Fi network.

#ssidString

The SSID of the Wi-Fi network.

Returns:

  • (String)

    The SSID of the Wi-Fi network.

#trust_anchorsArray<String>

The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.

Returns:

  • (Array<String>)

    The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.