Userdata#

class Userdata(value=None, *args, **kwargs)#

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 (max=128000 chars) – (value) The value for the cloud-init user_data.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property value#

The value for the cloud-init user_data.

Type:

str