Interface CfnOrganizationProps
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnOrganizationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:44.419Z")
@Stability(Stable)
public interface CfnOrganizationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a 
CfnOrganization.
 Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.organizations.*;
 CfnOrganizationProps cfnOrganizationProps = CfnOrganizationProps.builder()
         .featureSet("featureSet")
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOrganizationPropsstatic final classAn implementation forCfnOrganizationProps - 
Method Summary
Modifier and TypeMethodDescriptionstatic CfnOrganizationProps.Builderbuilder()default StringSpecifies the feature set supported by the new organization.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getFeatureSet
Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.ALLIn addition to all the features supported by the consolidated billing feature set, the management account gains access to advanced features that give you more control over accounts in your organization. For more information, see All features in the AWS Organizations User Guide .CONSOLIDATED_BILLINGAll member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the AWS Organizations User Guide .
The consolidated billing feature feature set isn't available for organizations in the AWS GovCloud (US) Region.
If you don't specify this property, the default value is
ALL.Default: - "ALL"
- See Also:
 
 - 
builder
- Returns:
 - a 
CfnOrganizationProps.BuilderofCfnOrganizationProps 
 
 -