Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UserData = UserData' {}
- newUserData :: UserData
- userData_s3Location :: Lens' UserData (Maybe S3Location)
Documentation
A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.
See: newUserData
smart constructor.
UserData' | |
|
Instances
Eq UserData Source # | |
Read UserData Source # | |
Show UserData Source # | |
Generic UserData Source # | |
NFData UserData Source # | |
Defined in Amazonka.SMS.Types.UserData | |
Hashable UserData Source # | |
Defined in Amazonka.SMS.Types.UserData | |
ToJSON UserData Source # | |
Defined in Amazonka.SMS.Types.UserData | |
FromJSON UserData Source # | |
type Rep UserData Source # | |
Defined in Amazonka.SMS.Types.UserData type Rep UserData = D1 ('MetaData "UserData" "Amazonka.SMS.Types.UserData" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "UserData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)))) |
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:s3Location:UserData'
, userData_s3Location
- Amazon S3 location of the user-data script.
userData_s3Location :: Lens' UserData (Maybe S3Location) Source #
Amazon S3 location of the user-data script.