Show / Hide Table of Contents

Class OrganizationsDeploymentProps

Properties for configuring service-managed (Organizations) permissions.

Inheritance
System.Object
OrganizationsDeploymentProps
Implements
IOrganizationsDeploymentProps
Namespace: Amazon.CDK.AWS.CodePipeline.Actions
Assembly: Amazon.CDK.AWS.CodePipeline.Actions.dll
Syntax (csharp)
public class OrganizationsDeploymentProps : Object, IOrganizationsDeploymentProps
Syntax (vb)
Public Class OrganizationsDeploymentProps
    Inherits Object
    Implements IOrganizationsDeploymentProps
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodePipeline.Actions;

var organizationsDeploymentProps = new OrganizationsDeploymentProps {
    AutoDeployment = StackSetOrganizationsAutoDeployment.ENABLED
};

Synopsis

Constructors

OrganizationsDeploymentProps()

Properties

AutoDeployment

Automatically deploy to new accounts added to Organizational Units.

Constructors

OrganizationsDeploymentProps()

public OrganizationsDeploymentProps()

Properties

AutoDeployment

Automatically deploy to new accounts added to Organizational Units.

public Nullable<StackSetOrganizationsAutoDeployment> AutoDeployment { get; set; }
Property Value

System.Nullable<StackSetOrganizationsAutoDeployment>

Remarks

Whether AWS CloudFormation StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).

Default: Disabled

Implements

IOrganizationsDeploymentProps
Back to top Generated by DocFX