interface OrganizationsDeploymentProps
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.CodePipeline.Actions.OrganizationsDeploymentProps | 
  Java | software.amazon.awscdk.services.codepipeline.actions.OrganizationsDeploymentProps | 
  Python | aws_cdk.aws_codepipeline_actions.OrganizationsDeploymentProps | 
  TypeScript (source) | @aws-cdk/aws-codepipeline-actions » OrganizationsDeploymentProps | 
Properties for configuring service-managed (Organizations) permissions.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as codepipeline_actions from '@aws-cdk/aws-codepipeline-actions';
const organizationsDeploymentProps: codepipeline_actions.OrganizationsDeploymentProps = {
  autoDeployment: codepipeline_actions.StackSetOrganizationsAutoDeployment.ENABLED,
};
Properties
| Name | Type | Description | 
|---|---|---|
| auto | Stack | Automatically deploy to new accounts added to Organizational Units. | 
autoDeployment?
Type:
Stack
(optional, default: Disabled)
Automatically deploy to new accounts added to Organizational Units.
Whether AWS CloudFormation StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).

 .NET
 Java
 Python
 TypeScript (