CfnOrganizationProps

class aws_cdk.aws_organizations.CfnOrganizationProps(*, feature_set=None)

Bases: object

Properties for defining a CfnOrganization.

Parameters:

feature_set (Optional[str]) – Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality. - ALL In 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_BILLING All 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 . .. epigraph:: 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organization.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_organizations as organizations

cfn_organization_props = organizations.CfnOrganizationProps(
    feature_set="featureSet"
)

Attributes

feature_set

Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

  • ALL In 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_BILLING All 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organization.html#cfn-organizations-organization-featureset