interface OrganizationsDeploymentProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodePipeline.Actions.OrganizationsDeploymentProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodepipelineactions#OrganizationsDeploymentProps |
![]() | software.amazon.awscdk.services.codepipeline.actions.OrganizationsDeploymentProps |
![]() | aws_cdk.aws_codepipeline_actions.OrganizationsDeploymentProps |
![]() | 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
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).