aws-cdk-lib.aws_codepipeline_actions.OrganizationsDeploymentProps

interface OrganizationsDeploymentProps

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.Actions.OrganizationsDeploymentProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipelineactions#OrganizationsDeploymentProps
Javasoftware.amazon.awscdk.services.codepipeline.actions.OrganizationsDeploymentProps
Pythonaws_cdk.aws_codepipeline_actions.OrganizationsDeploymentProps
TypeScript (source)aws-cdk-lib » 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 { aws_codepipeline_actions as codepipeline_actions } from 'aws-cdk-lib';
const organizationsDeploymentProps: codepipeline_actions.OrganizationsDeploymentProps = {
  autoDeployment: codepipeline_actions.StackSetOrganizationsAutoDeployment.ENABLED,
};

Properties

NameTypeDescription
autoDeployment?StackSetOrganizationsAutoDeploymentAutomatically deploy to new accounts added to Organizational Units.

autoDeployment?

Type: StackSetOrganizationsAutoDeployment (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).