class Aws::SMS::Types::UserData

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.

@note When making an API call, you may pass UserData

data as a hash:

    {
      s3_location: {
        bucket: "S3BucketName",
        key: "S3KeyName",
      },
    }

@!attribute [rw] s3_location

Amazon S3 location of the user-data script.
@return [Types::S3Location]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UserData AWS API Documentation

Constants

SENSITIVE