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.

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property value#

The value for the cloud-init user_data.

Type:

str