Interface CfnStackSet.AutoDeploymentProperty

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

@Stability(Stable) public static interface CfnStackSet.AutoDeploymentProperty extends software.amazon.jsii.JsiiSerializable
[ Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).

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.cloudformation.*;
 AutoDeploymentProperty autoDeploymentProperty = AutoDeploymentProperty.builder()
         .enabled(false)
         .retainStacksOnAccountRemoval(false)
         .build();
 

See Also: