Interface CfnImageRecipe.SystemsManagerAgentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnImageRecipe.SystemsManagerAgentProperty.Jsii$Proxy
Enclosing class:
CfnImageRecipe

@Stability(Stable) public static interface CfnImageRecipe.SystemsManagerAgentProperty extends software.amazon.jsii.JsiiSerializable
Contains settings for the Systems Manager agent on your build instance.

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();
 

See Also: