Class CfnOrganizationMixinProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnOrganizationMixinProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOrganizationMixinProps
An implementation for CfnOrganizationMixinProps
  • 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(CfnOrganizationMixinProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnOrganizationMixinProps.Builder.
  • Method Details

    • getFeatureSet

      public final String getFeatureSet()
      Description copied from interface: CfnOrganizationMixinProps
      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"

      Specified by:
      getFeatureSet in interface CfnOrganizationMixinProps
      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