@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.558Z") @Stability(value=Stable) public interface OrganizationsDeploymentProps extends software.amazon.jsii.JsiiSerializable
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.codepipeline.actions.*;
OrganizationsDeploymentProps organizationsDeploymentProps = OrganizationsDeploymentProps.builder()
.autoDeployment(StackSetOrganizationsAutoDeployment.ENABLED)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
OrganizationsDeploymentProps.Builder
A builder for
OrganizationsDeploymentProps |
static class |
OrganizationsDeploymentProps.Jsii$Proxy
An implementation for
OrganizationsDeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationsDeploymentProps.Builder |
builder() |
default StackSetOrganizationsAutoDeployment |
getAutoDeployment()
Automatically deploy to new accounts added to Organizational Units.
|
@Stability(value=Stable) @Nullable default StackSetOrganizationsAutoDeployment getAutoDeployment()
Whether AWS CloudFormation StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
Default: Disabled
@Stability(value=Stable) static OrganizationsDeploymentProps.Builder builder()
Copyright © 2022. All rights reserved.