public static final class CfnImageRecipe.AdditionalInstanceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageRecipe.AdditionalInstanceConfigurationProperty
CfnImageRecipe.AdditionalInstanceConfigurationProperty
CfnImageRecipe.AdditionalInstanceConfigurationProperty.Builder, CfnImageRecipe.AdditionalInstanceConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getSystemsManagerAgent()
Contains settings for the Systems Manager agent on your build instance.
|
java.lang.String |
getUserDataOverride()
Use this property to provide commands or a command script to run when you launch your build instance.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getSystemsManagerAgent()
CfnImageRecipe.AdditionalInstanceConfigurationProperty
getSystemsManagerAgent
in interface CfnImageRecipe.AdditionalInstanceConfigurationProperty
public final java.lang.String getUserDataOverride()
CfnImageRecipe.AdditionalInstanceConfigurationProperty
The userDataOverride property replaces any commands that Image Builder might have added to ensure that Systems Manager is installed on your Linux build instance. If you override the user data, make sure that you add commands to install Systems Manager, if it is not pre-installed on your base image.
The user data is always base 64 encoded. For example, the following commands are encoded as
IyEvYmluL2Jhc2gKbWtkaXIgLXAgL3Zhci9iYi8KdG91Y2ggL3Zhci$
:#!/bin/bash
mkdir -p /var/bb/
touch /var
getUserDataOverride
in interface CfnImageRecipe.AdditionalInstanceConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()