Class OrganizationConfigurationState.Builder

    • Method Detail

      • autoEnable

        public OrganizationConfigurationState.Builder autoEnable​(@Nullable
                                                                 com.pulumi.core.Output<java.lang.Boolean> autoEnable)
        Parameters:
        autoEnable - Whether to automatically enable Security Hub for new accounts in the organization.
        Returns:
        builder
      • autoEnable

        public OrganizationConfigurationState.Builder autoEnable​(java.lang.Boolean autoEnable)
        Parameters:
        autoEnable - Whether to automatically enable Security Hub for new accounts in the organization.
        Returns:
        builder
      • autoEnableStandards

        public OrganizationConfigurationState.Builder autoEnableStandards​(@Nullable
                                                                          com.pulumi.core.Output<java.lang.String> autoEnableStandards)
        Parameters:
        autoEnableStandards - Whether to automatically enable Security Hub default standards for new member accounts in the organization. By default, this parameter is equal to `DEFAULT`, and new member accounts are automatically enabled with default Security Hub standards. To opt out of enabling default standards for new member accounts, set this parameter equal to `NONE`.
        Returns:
        builder
      • autoEnableStandards

        public OrganizationConfigurationState.Builder autoEnableStandards​(java.lang.String autoEnableStandards)
        Parameters:
        autoEnableStandards - Whether to automatically enable Security Hub default standards for new member accounts in the organization. By default, this parameter is equal to `DEFAULT`, and new member accounts are automatically enabled with default Security Hub standards. To opt out of enabling default standards for new member accounts, set this parameter equal to `NONE`.
        Returns:
        builder