public static interface CfnImageRecipe.SystemsManagerAgentProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; SystemsManagerAgentProperty systemsManagerAgentProperty = SystemsManagerAgentProperty.builder() .uninstallAfterBuild(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnImageRecipe.SystemsManagerAgentProperty.Builder
A builder for
CfnImageRecipe.SystemsManagerAgentProperty |
static class |
CfnImageRecipe.SystemsManagerAgentProperty.Jsii$Proxy
An implementation for
CfnImageRecipe.SystemsManagerAgentProperty |
Modifier and Type | Method and Description |
---|---|
static CfnImageRecipe.SystemsManagerAgentProperty.Builder |
builder() |
default java.lang.Object |
getUninstallAfterBuild()
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI.
|
default java.lang.Object getUninstallAfterBuild()
If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
static CfnImageRecipe.SystemsManagerAgentProperty.Builder builder()