Userdata#
- class Userdata(value=None, *args, **kwargs)[source]#
Bases:
object
The contents of the user_data configuration for cloud-init. This can be formatted as YAML, JSON, or could be a shell script. The value must be base64 encoded.
- Parameters:
value – (
value
) The value for the cloud-init user_data.
- property value#
The value for the cloud-init user_data.
- Type:
str