Class CfnOrganizationProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.organizations.CfnOrganizationProps.Jsii$Proxy
All Implemented Interfaces:
CfnOrganizationProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnOrganizationProps

@Stability(Stable) @Internal public static final class CfnOrganizationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOrganizationProps
An implementation for CfnOrganizationProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.organizations.CfnOrganizationProps

    CfnOrganizationProps.Builder, CfnOrganizationProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnOrganizationProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Specifies the feature set supported by the new organization.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnOrganizationProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnOrganizationProps.Builder.
  • Method Details

    • getFeatureSet

      public final String getFeatureSet()
      Description copied from interface: CfnOrganizationProps
      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. By default or if you set the FeatureSet property to ALL , the new organization is created with all features enabled and service control policies automatically enabled in the root . 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 subset isn't available for organizations in the AWS GovCloud (US) Region.

      Feature set ALL provides the following advanced features:

      • Apply any policy type to any member account in the organization.
      • Apply service control policies (SCPs) to member accounts that restrict the services and actions that users (including the root user) and roles in an account can access. Using SCPs you can prevent member accounts from leaving the organization.
      • Enable integration with supported AWS services to let those services provide functionality across all of the accounts in your organization.

      If you don't specify this property, the default value is ALL .

      Default: - "ALL"

      Specified by:
      getFeatureSet in interface CfnOrganizationProps
      See Also:
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object