| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.UserData
Description
Documentation
Describes the user data for an instance.
See: newUserData smart constructor.
Constructors
| UserData' | |
Instances
| ToQuery UserData Source # | |
Defined in Amazonka.EC2.Types.UserData Methods toQuery :: UserData -> QueryString # | |
| Generic UserData Source # | |
| Show UserData Source # | |
| NFData UserData Source # | |
Defined in Amazonka.EC2.Types.UserData | |
| Eq UserData Source # | |
| Hashable UserData Source # | |
Defined in Amazonka.EC2.Types.UserData | |
| type Rep UserData Source # | |
Defined in Amazonka.EC2.Types.UserData | |
newUserData :: UserData Source #
Create a value of UserData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:data':UserData', userData_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.