username

@JvmName(name = "mypfwhpkcvaqrgmy")
suspend fun username(value: Output<String>)
@JvmName(name = "avqvmvghsqltkaor")
suspend fun username(value: String?)

Parameters

value

The username that is used to run the command on the ECS instance.

  • For Linux instances, the root username is used.

  • For Windows instances, the System username is used.

  • You can also specify other usernames that already exist in the ECS instance to run the command. It is more secure to run Cloud Assistant commands as a regular user. For more information, see Configure a regular user to run Cloud Assistant commands.