NAME
Paws::ImageBuilder::AdditionalInstanceConfiguration
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::ImageBuilder::AdditionalInstanceConfiguration object:
$service_obj->Method(Att1 => { SystemsManagerAgent => $value, ..., UserDataOverride => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ImageBuilder::AdditionalInstanceConfiguration object:
$result = $service_obj->Method(...);
$result->Att1->SystemsManagerAgent
DESCRIPTION
In addition to your infrastruction configuration, these settings provide an extra layer of control over your build instances. For instances where Image Builder installs the SSM agent, you can choose whether to keep it for the AMI that you create. You can also specify commands to run on launch for all of your build instances.
ATTRIBUTES
SystemsManagerAgent => Paws::ImageBuilder::SystemsManagerAgent
Contains settings for the SSM agent on your build instance.
UserDataOverride => Str
Use this property to provide commands or a command script to run when you launch your build instance.
The userDataOverride property replaces any commands that Image Builder might have added to ensure that SSM is installed on your Linux build instance. If you override the user data, make sure that you add commands to install SSM, if it is not pre-installed on your source image.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ImageBuilder
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues