Class: Aws::Organizations::Types::CreateOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CreateOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_set ⇒ String
Specifies the feature set supported by the new organization.
Instance Attribute Details
#feature_set ⇒ String
Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
-
‘CONSOLIDATED_BILLING`: All member accounts have their bills consolidated to and paid by the management account. For more information, see [Consolidated billing] in the *Organizations User Guide*.
The consolidated billing feature subset isn’t available for organizations in the Amazon Web Services GovCloud (US) Region.
-
‘ALL`: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see [All features] in the *Organizations User Guide*.
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-cb-only [2]: docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-all
1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-organizations/types.rb', line 1091 class CreateOrganizationRequest < Struct.new( :feature_set) SENSITIVE = [] include Aws::Structure end |