Class CfnOrganizationPropsMixin

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.organizations.CfnOrganizationPropsMixin
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IMixin

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-11T13:20:02.131Z") @Stability(Stable) public class CfnOrganizationPropsMixin extends Mixin implements software.constructs.IMixin
Creates an AWS organization.

The account whose user is calling the CreateOrganization operation automatically becomes the management account of the new organization.

This operation must be called using credentials from the account that is to become the new organization's management account. The principal must also have the relevant IAM permissions .

  • If you delete an organization, you can't recover it. If you created any policies inside of the organization, they're also deleted and you can't recover them.
  • You can delete an organization only after you remove all member accounts from the organization. If you created some of your member accounts using AWS Organizations , you might be blocked from removing those accounts. You can remove a member account only if it has all the information that's required to operate as a standalone AWS account. For more information about how to provide that information and then remove the account, see Leave an organization from your member account in the AWS Organizations User Guide .
  • If you closed a member account before you remove it from the organization, it enters a 'suspended' state for a period of time and you can't remove the account from the organization until it is finally closed. This can take up to 90 days and can prevent you from deleting the organization until all member accounts are completely closed.

For more information, see Deleting an organization in the AWS Organizations User Guide .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.organizations.*;
 import software.amazon.awscdk.*;
 IMergeStrategy mergeStrategy;
 CfnOrganizationPropsMixin cfnOrganizationPropsMixin = CfnOrganizationPropsMixin.Builder.create(CfnOrganizationMixinProps.builder()
         .featureSet("featureSet")
         .build())
 .strategy(mergeStrategy)
 .build();
 

See Also:
  • Field Details

    • CFN_PROPERTY_KEYS

      @Stability(Stable) protected static final List<String> CFN_PROPERTY_KEYS
  • Constructor Details

    • CfnOrganizationPropsMixin

      protected CfnOrganizationPropsMixin(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnOrganizationPropsMixin

      protected CfnOrganizationPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnOrganizationPropsMixin

      @Stability(Stable) public CfnOrganizationPropsMixin(@NotNull CfnOrganizationMixinProps props, @Nullable CfnPropertyMixinOptions options)
      Create a mixin to apply properties to AWS::Organizations::Organization.

      Parameters:
      props - L1 properties to apply. This parameter is required.
      options - Mixin options.
    • CfnOrganizationPropsMixin

      @Stability(Stable) public CfnOrganizationPropsMixin(@NotNull CfnOrganizationMixinProps props)
      Create a mixin to apply properties to AWS::Organizations::Organization.

      Parameters:
      props - L1 properties to apply. This parameter is required.
  • Method Details

    • applyTo

      @Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct)
      Apply the mixin properties to the construct.

      Specified by:
      applyTo in interface software.constructs.IMixin
      Specified by:
      applyTo in class Mixin
      Parameters:
      construct - This parameter is required.
    • supports

      @Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct)
      Check if this mixin supports the given construct.

      Specified by:
      supports in interface software.constructs.IMixin
      Overrides:
      supports in class Mixin
      Parameters:
      construct - This parameter is required.
    • getProps

      @Stability(Stable) @NotNull protected CfnOrganizationMixinProps getProps()
    • getStrategy

      @Stability(Stable) @NotNull protected IMergeStrategy getStrategy()