/AWS1/CL_EC2USERDATA¶
Describes the user data for an instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_data TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.
Queryable Attributes¶
Data¶
The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |