userData property
A launch script you can create that configures a server with additional user
data. For example, you might want to run apt-get -y update
.
Implementation
final String? userData;
A launch script you can create that configures a server with additional user
data. For example, you might want to run apt-get -y update
.
final String? userData;